mirror of https://github.com/YosysHQ/yosys.git
820e3d1dad
In the past I was calling the ILANG_BACKEND::dump_const() to dump values to an output stream. When these values were strings, the function used to add quotes around them. The firrtl compiler, in turn, escaped these quotes and the result was double-quoted strings which were hard to read. However I'm now calling design_entity->get_src_attribute() directly and there is no additional quote being put around it, so we can safely remove the unnecessary call to str.erase() here. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.inc | ||
firrtl.cc | ||
test.sh | ||
test.v |