mirror of
https://github.com/YosysHQ/sby.git
synced 2025-10-07 02:01:57 +00:00
Fix abc crash when aiger_props is empty
Includes test reproducer from #338, modified to also test `abc --keep-going pdr`.
This commit is contained in:
parent
12380801e3
commit
c06d8682cd
2 changed files with 23 additions and 2 deletions
21
tests/unsorted/no_props.sby
Normal file
21
tests/unsorted/no_props.sby
Normal file
|
@ -0,0 +1,21 @@
|
|||
[tasks]
|
||||
abc
|
||||
abc_keepgoing
|
||||
|
||||
[options]
|
||||
mode prove
|
||||
|
||||
[engines]
|
||||
abc: abc pdr
|
||||
abc_keepgoing: abc --keep-going pdr
|
||||
|
||||
[script]
|
||||
read -sv test.sv
|
||||
prep -top top
|
||||
|
||||
[file test.sv]
|
||||
module top(input i, output o);
|
||||
|
||||
assign o = ~i;
|
||||
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue