diff options
Diffstat (limited to 'manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v')
-rw-r--r-- | manual/PRESENTATION_ExAdv/macc_xilinx_xmap.v | 4 |
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 15bd04ed1..06372f5af 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; |