mirror of
https://github.com/olofk/serv.git
synced 2026-01-13 15:17:25 +00:00
Syntax fixes to please Vivado
This commit is contained in:
parent
468e99ac7c
commit
f627aee1a1
@ -1,9 +1,9 @@
|
||||
`default_nettype none
|
||||
module serv_clock_gen
|
||||
(
|
||||
input i_clk,
|
||||
output o_clk,
|
||||
output o_rst);
|
||||
input wire i_clk,
|
||||
output wire o_clk,
|
||||
output wire o_rst);
|
||||
|
||||
parameter PLL = "NONE";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user