diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-31 18:29:29 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-31 18:29:29 -0800 |
commit | b2046a2114add3d24c0affd9d885b7ee320dba27 (patch) | |
tree | 75a46fc4bbc21f18eccda3986d295590a5795a26 /techlibs/ecp5/abc9_unmap.v | |
parent | 96db05aaefd970c819ba1f75b7246c5958527b8b (diff) | |
download | yosys-b2046a2114add3d24c0affd9d885b7ee320dba27.tar.gz yosys-b2046a2114add3d24c0affd9d885b7ee320dba27.tar.bz2 yosys-b2046a2114add3d24c0affd9d885b7ee320dba27.zip |
Cleanup ecp5 boxes
Diffstat (limited to 'techlibs/ecp5/abc9_unmap.v')
-rw-r--r-- | techlibs/ecp5/abc9_unmap.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/ecp5/abc9_unmap.v b/techlibs/ecp5/abc9_unmap.v index 9ae143c46..cbdffdaf1 100644 --- a/techlibs/ecp5/abc9_unmap.v +++ b/techlibs/ecp5/abc9_unmap.v @@ -1,5 +1,5 @@ // --------------------------------------- -module \$__ABC9_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y); - assign Y = A; +module \$__ABC9_DPR16X4_COMB (input [3:0] $DO, RAD, output [3:0] DO); + assign DO = $DO; endmodule |