Structs§
Functions§
- assert_
valid_ sv - Helper that asserts that the given SV string is valid.
- assert_
valid_ sv_ flist - compare_
golden_ sv - compare_
golden_ text - Compare arbitrary text against a golden file on disk, with an opt-in update mechanism controlled by the XLSYNTH_UPDATE_GOLDEN environment variable. Uses full-string equality (no trimming) for exactness.
- make_
test_ tmpdir - Creates a unique temporary directory for tests under the system temp dir, using the provided base prefix combined with the process id and a nanosecond timestamp.
- simulate_
pipeline_ single_ pulse - Backward-compat wrapper that uses default signal names.
- simulate_
pipeline_ single_ pulse_ custom - Simulates a pipeline design with parameterized signal names.
- simulate_
sv_ flist - Compiles and simulates the given SystemVerilog/Verilog sources and returns the contents of the VCD file produced by the simulation.