Yanghui Ou

Results 18 comments of Yanghui Ou

It is intended that we do not check for Verilog keywords when making a new `bitstruct` class, since it still works for Python simulation. We only check if the bitstruct...

Here's where we do the check: https://github.com/pymtl/pymtl3/blob/4b3bc183b14ffacd069f48dc5997b00045aea53f/pymtl3/passes/backends/verilog/import_/VerilogVerilatorImportPass.py#L340-L347

> Is the `[0]` after a 1-bit signal in the trace added by Verilator? Or is it coming from the RTL translation pass? I think it comes from the translated...

We definitely have some degree of partial evaluation during the translation pass. For example, the free variable `t` is evaluated at the translation time and will be translated into a...

Hi, Thank you for using PyMTL3. The issue is that when you call the `sim_reset()` method, the clock will be advanced, and the first few messages will be transmitted. If...

Hmm.. As I recall we had support for this before. Not sure why it is missing?

Thank you for the PR! The change looks good to me.

The format looks great! Just a quick thought, it looks more like a "trace" than a "line trace," since "line trace" refers to a single-line trace. That said, it's perfectly...