diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:44:18 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:44:18 -0800 |
commit | 94ab3791ced9a9abcfe2cfce49b380a250d3731d (patch) | |
tree | b7c012c9a53effdbecb71bc36d7e36060ef39c6c /techlibs/ecp5/abc9_model.v | |
parent | 3df869cc7cb6bd0afc2850bdcd5ce0409a36d53c (diff) | |
parent | 66b0f3c406fca11d789b26d85dd27660eacee26c (diff) | |
download | yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.tar.gz yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.tar.bz2 yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_mfs
Diffstat (limited to 'techlibs/ecp5/abc9_model.v')
-rw-r--r-- | techlibs/ecp5/abc9_model.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ecp5/abc9_model.v b/techlibs/ecp5/abc9_model.v index 1dc8b5617..81e5cd070 100644 --- a/techlibs/ecp5/abc9_model.v +++ b/techlibs/ecp5/abc9_model.v @@ -1,5 +1,5 @@ // --------------------------------------- (* abc9_box_id=2 *) -module \$__ABC9_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y); +module \$__ABC9_DPR16X4_COMB (input [3:0] $DO, RAD, output [3:0] DO); endmodule |