Replies: 1 comment
-
ChiselSim only currently gives you that Separate from that, there needs to be more APIs for interacting with the DUT in more interesting ways. Namely, abilities to interact with Supported simulators (currently) are Verilator and VCS. There is a lot of work going on in What is not supported in ChiselSim are ChiselTest's formal flows. These flows were built using custom passes and backends for SFC and cannot be decoupled from SFC without porting these to MFC. That said, Chisel 6 has support for more flavors of assertions and is closer to providing full SVA property support via |
Beta Was this translation helpful? Give feedback.
-
Hello, I have just read #3746 (comment) that
chiseltest
was not intended to be used after chisel 3.6 due to the migration to llvm/circt from SFC.I was wondering what the features supported by ChiselSim are. For example, is there a way to dump trace waveform files? What are the backend simulators supported?
I am currently working on my thesis project, and my project relies on improving chisel testing and waveform viewers in the Tydi-Chisel context (I thought to use chiseltest as a starting point but now I think I need to study and test chiselSim first).
Beta Was this translation helpful? Give feedback.
All reactions