3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-12-28 15:56:38 +00:00

Fix readme

This commit is contained in:
Gus Smith 2025-12-15 12:27:24 -08:00
parent 4be8853a32
commit a0ab7de28c

View file

@ -4,4 +4,4 @@ Staged simulation + verification example demonstrating staged verification using
- 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`).***
Run via the wrapper: from the root directory, call `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`.