diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-09 18:58:14 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-11 11:39:46 +0200 |
commit | 6995914f3f55fc0f3d1160c7f45273b82eb923ce (patch) | |
tree | 902ff16a8a2db90db88ee26e859bc1ba7d9feed3 /kernel | |
parent | b5534b66c8fb0cfb4f3e62a6ee694d1f603dc7d8 (diff) | |
download | yosys-6995914f3f55fc0f3d1160c7f45273b82eb923ce.tar.gz yosys-6995914f3f55fc0f3d1160c7f45273b82eb923ce.tar.bz2 yosys-6995914f3f55fc0f3d1160c7f45273b82eb923ce.zip |
Use ID() macro in all of passes/opt/
This was obtained by running the following SED command in passes/opt/
and then using "meld foo.cc foo.cc.orig" to manually fix all resulting
compiler errors.
sed -i.orig -r 's/"\\\\([a-zA-Z0-9_]+)"/ID(\1)/g; s/"(\$[a-zA-Z0-9_]+)"/ID(\1)/g;' *.cc
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions