mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
Fix tests for check in equiv_opt
This commit is contained in:
parent
0516307637
commit
81906aa627
13 changed files with 31 additions and 15 deletions
|
@ -6,7 +6,7 @@ module top(...);
|
|||
|
||||
input CLK;
|
||||
input [1:0] D;
|
||||
output [15:0] Q;
|
||||
output [11:0] Q;
|
||||
input SRST;
|
||||
input ARST;
|
||||
input [1:0] CLR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue