mirror of
https://github.com/YosysHQ/sby.git
synced 2026-02-08 03:47:59 +00:00
Add readme
This commit is contained in:
parent
ad93d4fc4f
commit
4be8853a32
1 changed files with 7 additions and 0 deletions
7
tests/staged_sim_and_verif/README.md
Normal file
7
tests/staged_sim_and_verif/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Staged simulation + verification example demonstrating staged verification using simulation and writeback via `sim -w` pass.
|
||||
- Stage 1: run cover to reach “req sent, ack pending”, producing `trace0.yw`.
|
||||
- Stage 2: replay the witness with `sim -w` to bake state, then run another cover that requires the ack.
|
||||
- Uses phased SVA (`(* phase = "1" *)`, `(* phase = "2" *)`) and a selector script to strip irrelevant properties per stage.
|
||||
- Needs Yosys with Verific (`verific -formal` in the scripts).
|
||||
|
||||
Run via the wrapper: `make -C tests staged_sim_and_verif/staged_sim_and_verif` (which calls `staged_sim_and_verif.sh` and exercises all four tasks in `skip_staged_flow.sby`).***
|
||||
Loading…
Add table
Add a link
Reference in a new issue