yosys/backends/cxxrtl
Catherine 94170388a9 fmt: if enabled, group padding zeroes.
Before this commit, the combination of `_` and `0` format characters
would produce a result like `000000001010_1010`.
After this commit, it would be `0000_0000_1010_1010`.

This has a slight quirk where a format like `{:020_b}` results in
the output `0_0000_0000_1010_1010`, which is one character longer than
requested. Python has the same behavior, and it's not clear what would
be strictly speaking correct, so Python behavior is implemented.
2024-04-02 12:13:22 +02:00
..
runtime fmt: if enabled, group padding zeroes. 2024-04-02 12:13:22 +02:00
Makefile.inc cxxrtl: install `cxxrtl_time.h` and `cxxrtl_replay.h`. 2024-02-26 17:55:56 +00:00
cxxrtl_backend.cc cxxrtl: expose scope information in the C++ API. 2024-02-26 12:42:48 +00:00