mirror of
https://github.com/olofk/serv.git
synced 2026-02-26 00:03:45 +00:00
Syntax fixes to please Vivado
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user