mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 02:57:51 +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
|
@ -4,7 +4,7 @@ module top(...);
|
|||
|
||||
input C, R, E, S;
|
||||
input [1:0] D;
|
||||
output [20:0] Q;
|
||||
output [17:0] Q;
|
||||
|
||||
$dff #(.CLK_POLARITY(1'b0), .WIDTH(2)) ff0 (.CLK(C), .D(D), .Q(Q[1:0]));
|
||||
$dffe #(.CLK_POLARITY(1'b0), .EN_POLARITY(1'b0), .WIDTH(2)) ff1 (.CLK(C), .EN(E), .D(D), .Q(Q[3:2]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue