yupferris / kaze

An HDL embedded in Rust.
Apache License 2.0
194 stars 9 forks source link

Come up with tracing solution for generated sim modules #4

Closed yupferris closed 4 years ago

yupferris commented 4 years ago

In theory this is as simple as capturing all signals and dumping a vcd (or some other format), but is potentially more complex for a few reasons:

So, this adds some important constraints on such a solution:

Some loose ends/other ideas that come to mind: