mirror of
https://github.com/YosysHQ/sby.git
synced 2026-03-04 15:50:29 +00:00
20 lines
220 B
Text
20 lines
220 B
Text
[options]
|
|
mode bmc
|
|
|
|
expect fail
|
|
|
|
[engines]
|
|
smtbmc boolector
|
|
|
|
[script]
|
|
read -sv multi_assert.v
|
|
prep -top test
|
|
setattr -unset src
|
|
|
|
[file multi_assert.v]
|
|
module test();
|
|
always @* begin
|
|
assert (1);
|
|
assert (0);
|
|
end
|
|
endmodule
|