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