3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 12:28:44 +00:00
yosys/techlibs/common/blackbox.sed
2013-09-15 11:52:57 +02:00

5 lines
87 B
Sed

#!/bin/sed -r
/^(wire|assign|reg)/ d;
/^(genvar|always|initial)/,/^end/ d;
s/ reg / /;