diff options
Diffstat (limited to 'techlibs/ecp5/abc_unmap.v')
-rw-r--r-- | techlibs/ecp5/abc_unmap.v | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/techlibs/ecp5/abc_unmap.v b/techlibs/ecp5/abc_unmap.v deleted file mode 100644 index d43cdd93f..000000000 --- a/techlibs/ecp5/abc_unmap.v +++ /dev/null @@ -1,5 +0,0 @@ -// --------------------------------------- - -module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y); - assign Y = A; -endmodule |