Fix copy-paste
authorEddie Hung <eddie@fpgeh.com>
Wed, 18 Sep 2019 19:19:16 +0000 (12:19 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 18 Sep 2019 19:19:16 +0000 (12:19 -0700)
techlibs/xilinx/abc_map.v

index 31fd798619aa0e85f69ec8fdb6247781c140a027..1f369fc1964e0518f7988e0e7adc610f4c76048f 100644 (file)
@@ -381,7 +381,7 @@ __CELL__ #(
             .Aq(pA), .Bq(pB), .Cq(pC), .Dq(pD), .ADq(pAD), .Mq(pM), .P(oPCOUT), .Pq(pP), .O(PCOUT)
         );
 
-        `DSP48E1_INST(\$__ABC_DSP48E1_MULTD_PORT )
+        `DSP48E1_INST(\$__ABC_DSP48E1_MULT_DPORT )
     end
     else if (USE_MULT == "NONE" && USE_DPORT == "FALSE") begin
         wire [29:0] iA;
@@ -422,7 +422,7 @@ __CELL__ #(
             .Aq(pA), .Bq(pB), .Cq(pC), .Dq(pD), .ADq(pAD), .Mq(pM), .P(oPCOUT), .Pq(pP), .O(PCOUT)
         );
 
-        `DSP48E1_INST(\$__ABC_DSP48E1_MULTD_PORT )
+        `DSP48E1_INST(\$__ABC_DSP48E1 )
     end
     else
         $error("Invalid DSP48E1 configuration");