mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-29 18:52:30 +00:00
Calling log_signal is problematic for several reasons:
- with recent changes, empty string is serialized as { }, which violates
the "no spaces in IdString" rule
- the type (plain / real / signed / string) is dropped, wrongly conflating
functionally different values and potentially introducing a subtle
elaboration bug
Instead, use a custom simple serialization scheme.
|
||
|---|---|---|
| .. | ||
| anlogic | ||
| common | ||
| ecp5 | ||
| efinix | ||
| gowin | ||
| ice40 | ||
| intel_alm | ||
| machxo2 | ||
| nexus | ||
| xilinx | ||
| run-test.sh | ||