diff options
author | William Woodruff <william@yossarian.net> | 2020-11-16 03:31:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 09:31:48 +0100 |
commit | c7cf9415f8ad2cde0eae5020ea498d82ad72f00a (patch) | |
tree | d6297d2aa540c2bca765962ac5bb22db09596803 /Makefile | |
parent | 2ee5db0211590048976985efd5951bf52632f6fe (diff) | |
download | yosys-c7cf9415f8ad2cde0eae5020ea498d82ad72f00a.tar.gz yosys-c7cf9415f8ad2cde0eae5020ea498d82ad72f00a.tar.bz2 yosys-c7cf9415f8ad2cde0eae5020ea498d82ad72f00a.zip |
backends/blif: Remove unused vector of strings (#2420)
* backends/blif: Remove unused vector of strings
For reasons that are unclear to me, this was being used to store every
result of `cstr` before returning them. The vector was never accessed otherwise,
resulting in a huge unnecessary memory sink when emitting to BLIF.
* backends/blif: Remove CSTR macro
* backends/blif: Actually call str()
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions