mirror of https://github.com/YosysHQ/yosys.git
Remove unused output
This commit is contained in:
parent
61087329ef
commit
659a481482
|
@ -55,7 +55,7 @@ input clk,
|
|||
input clr,
|
||||
input pre,
|
||||
input a,
|
||||
output b,b1,b2,b3,b4
|
||||
output b,b1,b2,b3
|
||||
);
|
||||
|
||||
dffsr u_dffsr (
|
||||
|
|
Loading…
Reference in New Issue