aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/blackbox.sed
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-09-15 11:52:57 +0200
committerClifford Wolf <clifford@clifford.at>2013-09-15 11:52:57 +0200
commit288ba9618af9c5ba9db1131955c92d59166d120d (patch)
treed65852d388355322a9e7166ba0b0661e24eb220e /techlibs/blackbox.sed
parent647c23b7b7e3a72fc64d9b1ad07dacd590865898 (diff)
downloadyosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.gz
yosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.bz2
yosys-288ba9618af9c5ba9db1131955c92d59166d120d.zip
Moved common techlib files to techlibs/common
Diffstat (limited to 'techlibs/blackbox.sed')
-rw-r--r--techlibs/blackbox.sed4
1 files changed, 0 insertions, 4 deletions
diff --git a/techlibs/blackbox.sed b/techlibs/blackbox.sed
deleted file mode 100644
index 4e9a3a7c6..000000000
--- a/techlibs/blackbox.sed
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sed -r
-/^(wire|assign|reg)/ d;
-/^(genvar|always|initial)/,/^end/ d;
-s/ reg / /;