Catherine

Results 1913 comments of Catherine

Even if reading and altering VCD files was in scope for nMigen (which I don't think it is), the pyvcd library we are using does not support reading VCD files....

Right now that only happens for the `nmigen.decoding` attribute, which is set on switch cases. But it would be quite easy to add a way to serialize a dict of...

I've looked closer at what SymbiYosys is doing. I believe there is a solution that is fairly elegant, would benefit everyone in FOSS FPGA community, and would solve 90% of...

I'm confident it would. SystemVerilog features in general are something Yosys is sorely lacking.

@RobertBaruch Looks like we can skip doing anything about SystemVerilog then, and only add an attribute. What do you think?

I've asked Clifford what would be the best approach here, your suggestion vs an attribute.

@RobertBaruch As I expected Clifford thinks this should be done using just attributes.

@RobertBaruch Friendly ping--have you looked into implementing this?