mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-26 20:08:44 +00:00
tests/bug5574: Fix for non threaded abc
This commit is contained in:
parent
41a098172d
commit
0f478a5952
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
logger -expect error "ABC: Error: This command can only be applied to an AIG" 1
|
||||
# On Linux, with a spawned abc, this message is the error
|
||||
# otherwise the error is the failure to load the output.blif
|
||||
logger -expect log "ABC: Error: This command can only be applied to an AIG" 1
|
||||
logger -expect error "ABC" 1
|
||||
read_verilog << EOT
|
||||
module fuzz_mwoqk (input i0, output o0);
|
||||
assign o0 = i0 ^ 1;
|
||||
endmodule
|
||||
EOT
|
||||
synth
|
||||
abc -script +resub,-K,8;
|
||||
abc -script +resub,-K,8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue