mirror of https://github.com/YosysHQ/yosys.git
Expect an error from the bug5574.ys test
This commit is contained in:
parent
f1fc704c84
commit
41a098172d
|
|
@ -1,3 +1,4 @@
|
||||||
|
logger -expect error "ABC: Error: This command can only be applied to an AIG" 1
|
||||||
read_verilog << EOT
|
read_verilog << EOT
|
||||||
module fuzz_mwoqk (input i0, output o0);
|
module fuzz_mwoqk (input i0, output o0);
|
||||||
assign o0 = i0 ^ 1;
|
assign o0 = i0 ^ 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue