mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Merge remote-tracking branch 'origin/xaig_dff' into eddie/xaig_dff_adff
This commit is contained in:
commit
fe36275234
7 changed files with 22 additions and 13 deletions
|
@ -10,7 +10,7 @@ unknown u(~i, w);
|
|||
unknown2 u2(w, o);
|
||||
endmodule
|
||||
|
||||
module abc9_test031(input clk, d, r, output reg q);
|
||||
module abc9_test032(input clk, d, r, output reg q);
|
||||
initial q = 1'b0;
|
||||
always @(negedge clk or negedge r)
|
||||
if (r) q <= 1'b0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue