aboutsummaryrefslogtreecommitdiffstats
path: root/data/cells_xilinx_7.v
diff options
context:
space:
mode:
Diffstat (limited to 'data/cells_xilinx_7.v')
-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