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