aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/abc9_unmap.v
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/ecp5/abc9_unmap.v')
-rw-r--r--techlibs/ecp5/abc9_unmap.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/techlibs/ecp5/abc9_unmap.v b/techlibs/ecp5/abc9_unmap.v
new file mode 100644
index 000000000..9ae143c46
--- /dev/null
+++ b/techlibs/ecp5/abc9_unmap.v
@@ -0,0 +1,5 @@
+// ---------------------------------------
+
+module \$__ABC9_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
+ assign Y = A;
+endmodule