aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yw.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove a statement without effect.Henner Zeller2023-04-171-2/+0
| | | | | | | The return value of the min(...) call is never used. Looks like some leftover from some previous implementation. Signed-off-by: Henner Zeller <h.zeller@acm.org>
* sim: Improvements and fixes for yw cosimJannis Harder2023-01-111-1/+1
| | | | | | * Fixed $cover handling * Improved sparse memory handling when writing traces * JSON summary output
* New kernel/yw.{h,cc} to support reading Yosys witness filesJannis Harder2023-01-111-0/+209
This contains parsing code as well as generic routines to associate the hierarchical signals paths within a Yosys witness file to a loaded RTLIL design, including support for memories.