aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/blackbox.sed
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-12 15:04:44 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-12 15:04:44 +0200
commite4ef000b703080131f4608f8bdcbe108a9b30b51 (patch)
treea9d2afea207bb61ceaa675326c0ea03aec7cd8d9 /techlibs/common/blackbox.sed
parentc43f38c81be830469eb1536c073c519b25e18f4e (diff)
downloadyosys-e4ef000b703080131f4608f8bdcbe108a9b30b51.tar.gz
yosys-e4ef000b703080131f4608f8bdcbe108a9b30b51.tar.bz2
yosys-e4ef000b703080131f4608f8bdcbe108a9b30b51.zip
Adjust makefiles to work with out-of-tree builds
This is based on work done by Larry Doolittle
Diffstat (limited to 'techlibs/common/blackbox.sed')
-rw-r--r--techlibs/common/blackbox.sed5
1 files changed, 0 insertions, 5 deletions
diff --git a/techlibs/common/blackbox.sed b/techlibs/common/blackbox.sed
deleted file mode 100644
index db8900344..000000000
--- a/techlibs/common/blackbox.sed
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sed -r
-/^(wire|assign|reg|event|integer|localparam|\/\/|[\/ ]\*| *$|`)/ d;
-/^(genvar|generate|always|initial|task|function)/,/^end/ d;
-/^endmodule/ s/$/\n/;
-s/ reg / /;