diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-10-04 11:04:10 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-10-04 11:04:10 -0700 |
commit | aae2b9fd9c8dc915fadacc24962436dd7aedff36 (patch) | |
tree | 38ec98224113556a8a5a6d93d5bc2c0cb506286e /techlibs/ecp5/abc_unmap.v | |
parent | 9fef1df3c1431cff2e097a10a502f77f04986a60 (diff) | |
download | yosys-aae2b9fd9c8dc915fadacc24962436dd7aedff36.tar.gz yosys-aae2b9fd9c8dc915fadacc24962436dd7aedff36.tar.bz2 yosys-aae2b9fd9c8dc915fadacc24962436dd7aedff36.zip |
Rename abc_* names/attributes to more precisely be abc9_*
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 |