mirror of
https://github.com/YosysHQ/sby.git
synced 2025-12-08 14:23:24 +00:00
Merge badbde2fbf into 5c649c8e75
This commit is contained in:
commit
5f1a9f42ac
2 changed files with 72 additions and 2 deletions
19
tests/unsorted/stage_hack.sby
Normal file
19
tests/unsorted/stage_hack.sby
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[options]
|
||||
mode bmc
|
||||
|
||||
stage_hack yup
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read -formal stage_hack.sv
|
||||
prep -top top
|
||||
|
||||
[file stage_hack.sv]
|
||||
module top(input clk, output x);
|
||||
|
||||
assign x = 1;
|
||||
|
||||
endmodule
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue