summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-21 14:59:59 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-21 14:59:59 +0100
commit79edcd4318590974ef49b2d5f561382eea3454bf (patch)
tree0b6a309ed5aa66508f53b450e9d488ae0f65d59e /manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v
parent038eac741415c3d7ddef3a1e9348586e7ba3d4ad (diff)
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v')
-rw-r--r--manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v b/manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v
index 15bd04ed..06372f5a 100644
--- a/manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v
+++ b/manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v
@@ -1,7 +1,7 @@
module DSP48_MACC (a, b, c, y);
-input [24:0] a;
-input [17:0] b;
+input [17:0] a;
+input [24:0] b;
input [47:0] c;
output [47:0] y;