mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 13:25:31 +00:00
WIP: Integrate stages into the taskloop
This commit is contained in:
parent
bd88454d7d
commit
badbde2fbf
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