YosysHQ / sby

SymbiYosys (sby) -- Front-end for Yosys-based formal verification flows
Other
388 stars 73 forks source link

Unified trace generation using Yosys's sim command across all engines #227

Closed jix closed 1 year ago

jix commented 1 year ago

Requires YosysHQ/yosys#3624 to work. Currently disabled by default unless either the option vcd_sim on or fst on are present.

Since I had to rewrite the summary generation code to be shared across engines, I used the opportunity to also make it show failed assertions when that information is available (which it always is when using sim).