3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-14 19:24:45 +00:00
yosys/backends/cxxrtl/runtime/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
..
capi cxxrtl: expose scope information in the C++ API. 2024-02-26 12:42:48 +00:00
cxxrtl.h fmt: if enabled, group padding zeroes. 2024-04-02 12:13:22 +02:00
cxxrtl_replay.h cxxrtl: add ability to record/replay diagnostics. 2024-03-05 17:00:02 +00:00
cxxrtl_time.h cxxrtl: improve robustness of cxxrtl::time. 2024-01-09 13:44:39 +00:00
cxxrtl_vcd.h cxxrtl: reorganize runtime component files. 2023-11-28 15:32:36 +00:00