aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-05-12 20:22:41 +0100
committerYann Herklotz <git@ymhg.org>2019-05-12 20:22:41 +0100
commit533c4cf14ce33fd6a8dc6fd7b8b60d58f2a14500 (patch)
treefcc64fe69e0ed7d2e89e4c8fd279530a0f841529 /data
parent7c3422f5924a4a4395fac1d17a96dbd347b3d144 (diff)
downloadverismith-533c4cf14ce33fd6a8dc6fd7b8b60d58f2a14500.tar.gz
verismith-533c4cf14ce33fd6a8dc6fd7b8b60d58f2a14500.zip
Remove double inv
Diffstat (limited to 'data')
-rw-r--r--data/cells_xilinx_7.v10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/cells_xilinx_7.v b/data/cells_xilinx_7.v
index 047f12f..1027dd3 100644
--- a/data/cells_xilinx_7.v
+++ b/data/cells_xilinx_7.v
@@ -1832,13 +1832,3 @@ module BUF (O, I);
buf B1 (O, I);
endmodule // BUF
-
-module INV (O, I);
-
- output O;
-
- input I;
-
- not N1 (O, I);
-
-endmodule // INV