mirror of https://github.com/YosysHQ/yosys.git
41421f5dca
The $paramod name mangling is not invertible (the \ character, which separates the module name from the parameters, is valid in the module name itself), which does not stop people from trying to invert it. This commit makes it easy to invert the name mangling by storing the original name explicitly, and fixes the firrtl backend to use the newly introduced attribute. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.inc | ||
firrtl.cc | ||
test.sh | ||
test.v |