amaranth-lang / playground

Playground for experimenting with and sharing short Amaranth programs on the web
https://amaranth-lang.org/play/
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

Waveform renderer disappears for FSM signals and string reprs #2

Open isabelburgos opened 5 months ago

isabelburgos commented 5 months ago

See this link for an example in Amaranth Playground.

After running a simulation including an FSM, going to the waveform tab causes the page to become blank. d3-wave gives the error "None of the installed renderers supports signalType". Existing d3-wave signal renderers are here and could be extended to support FSM state signals with strings as values.

whitequark commented 1 month ago

This also applies to string reprs.