[Benchmark] change the pin sequence of counter4bit_2clock to be easy for testbench generation
This commit is contained in:
parent
9cc9e45b4b
commit
7af6d7f07d
|
@ -1,4 +1,4 @@
|
|||
module counter4bit_2clock(clk0, q0, rst0, clk1, q1, rst1);
|
||||
module counter4bit_2clock(clk0, rst0, clk1, rst1, q0, q1);
|
||||
|
||||
input clk0;
|
||||
input rst0;
|
||||
|
|
Loading…
Reference in New Issue