mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +00:00
Remove dffe instantation
This commit is contained in:
parent
9e537a76b5
commit
388eb3288c
1 changed files with 0 additions and 7 deletions
|
@ -88,11 +88,4 @@ adffn u_adffn (
|
||||||
.q (b3 )
|
.q (b3 )
|
||||||
);
|
);
|
||||||
|
|
||||||
dffe u_dffe (
|
|
||||||
.clk (clk ),
|
|
||||||
.en (clr),
|
|
||||||
.d (a ),
|
|
||||||
.q (b4 )
|
|
||||||
);
|
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue