mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-31 14:27:56 +00:00
Merge 41a098172d into 967b47d984
This commit is contained in:
commit
19f43e580a
2 changed files with 14 additions and 0 deletions
8
tests/techmap/bug5574.ys
Normal file
8
tests/techmap/bug5574.ys
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
logger -expect error "ABC: Error: This command can only be applied to an AIG" 1
|
||||
read_verilog << EOT
|
||||
module fuzz_mwoqk (input i0, output o0);
|
||||
assign o0 = i0 ^ 1;
|
||||
endmodule
|
||||
EOT
|
||||
synth
|
||||
abc -script +resub,-K,8;
|
||||
Loading…
Add table
Add a link
Reference in a new issue