From 533c4cf14ce33fd6a8dc6fd7b8b60d58f2a14500 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 May 2019 20:22:41 +0100 Subject: Remove double inv --- data/cells_xilinx_7.v | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'data') 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 -- cgit