diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 16:51:32 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 16:51:32 -0800 |
commit | 5c89dead5f481edaccd46ebc0af907544c89654f (patch) | |
tree | c40306fef9c52f8065cf5f19b42f31b668b17526 /techlibs/ecp5/abc9_unmap.v | |
parent | 01866a79093092bc2f8a8b20376f6cb552f76f00 (diff) | |
parent | ce765aa4def09bd8b0161425ee40ee55f62e33ff (diff) | |
download | yosys-5c89dead5f481edaccd46ebc0af907544c89654f.tar.gz yosys-5c89dead5f481edaccd46ebc0af907544c89654f.tar.bz2 yosys-5c89dead5f481edaccd46ebc0af907544c89654f.zip |
Merge branch 'master' of github.com:YosysHQ/yosys
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 |