mirror of https://github.com/YosysHQ/yosys.git
94170388a9
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. |
||
---|---|---|
.. | ||
runtime | ||
Makefile.inc | ||
cxxrtl_backend.cc |