aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/abc9_unmap.v
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-02 15:57:35 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-02 15:57:35 -0800
commitc28bea0382c07ea63709c33be4318d5012b9d281 (patch)
treee1d88f4b3cbf6df4df7d4035bd1b65290ae3d6cc /techlibs/ecp5/abc9_unmap.v
parent5f970863023881caaa3a64120a0f767386d35d62 (diff)
parent6e866030c286d70f6ccff805e58b1fdd9a1a322b (diff)
downloadyosys-c28bea0382c07ea63709c33be4318d5012b9d281.tar.gz
yosys-c28bea0382c07ea63709c33be4318d5012b9d281.tar.bz2
yosys-c28bea0382c07ea63709c33be4318d5012b9d281.zip
Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactor
Diffstat (limited to 'techlibs/ecp5/abc9_unmap.v')
-rw-r--r--techlibs/ecp5/abc9_unmap.v4
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