mirror of https://github.com/YosysHQ/yosys.git
Tiny bugfix in simlib.v
This commit is contained in:
parent
7a99349de4
commit
26f2439551
|
@ -646,7 +646,6 @@ module \$sr (S, R, Q);
|
|||
|
||||
parameter WIDTH = 0;
|
||||
|
||||
input CLK;
|
||||
input [WIDTH-1:0] S, R;
|
||||
output reg [WIDTH-1:0] Q;
|
||||
|
||||
|
|
Loading…
Reference in New Issue