mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +00:00
Remove unused output
This commit is contained in:
parent
61087329ef
commit
659a481482
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ input clk,
|
||||||
input clr,
|
input clr,
|
||||||
input pre,
|
input pre,
|
||||||
input a,
|
input a,
|
||||||
output b,b1,b2,b3,b4
|
output b,b1,b2,b3
|
||||||
);
|
);
|
||||||
|
|
||||||
dffsr u_dffsr (
|
dffsr u_dffsr (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue