|
|
@@ -1227,37 +1227,14 @@ PulseGenMux
|
|
|
.MuxOut_o (pgMuxedOut[j])
|
|
|
);
|
|
|
|
|
|
-// PulseGen
|
|
|
-// #(
|
|
|
- // .CmdRegWidth (CmdRegWidth)
|
|
|
-// )
|
|
|
-// PulseGenerator
|
|
|
-// (
|
|
|
- // .Rst_i (initRst|pGenRst[j]|pGenMeasRst[j]),
|
|
|
- // .Rst_i (initRst|pGenMeasRst[j]),
|
|
|
- // .Clk_i (gclk),
|
|
|
- // .EnPulse_i (pgMuxedOut[j]),
|
|
|
-
|
|
|
- // .PulsePol_i (pgPulsePolArray[j]),
|
|
|
- // .EnEdge_i (pgEnEdgeArray[j]),
|
|
|
- // .Mode_i (pgModeArray[j]),
|
|
|
- // .P1Del_i (pgP1DelArray[j]),
|
|
|
- // .P2Del_i (pgP2DelArray[j]),
|
|
|
- // .P3Del_i (pgP3DelArray[j]),
|
|
|
- // .P1Width_i (pgP1WidthArray[j]),
|
|
|
- // .P2Width_i (pgP2WidthArray[j]),
|
|
|
- // .P3Width_i (pgP3WidthArray[j]),
|
|
|
-
|
|
|
- // .Pulse_o (pulseBus[j])
|
|
|
-// );
|
|
|
-
|
|
|
-PulseGenNew
|
|
|
+PulseGen
|
|
|
#(
|
|
|
.CmdRegWidth (CmdRegWidth)
|
|
|
)
|
|
|
-TestPgen
|
|
|
+PulseGenerator
|
|
|
(
|
|
|
.Rst_i (initRst|pGenRst[j]|pGenMeasRst[j]),
|
|
|
+ // .Rst_i (initRst|pGenMeasRst[j]),
|
|
|
.Clk_i (gclk),
|
|
|
.EnPulse_i (pgMuxedOut[j]),
|
|
|
|
|
|
@@ -1272,7 +1249,30 @@ TestPgen
|
|
|
.P3Width_i (pgP3WidthArray[j]),
|
|
|
|
|
|
.Pulse_o (pulseBus[j])
|
|
|
-);
|
|
|
+);
|
|
|
+
|
|
|
+// PulseGenNew
|
|
|
+// #(
|
|
|
+ // .CmdRegWidth (CmdRegWidth)
|
|
|
+// )
|
|
|
+// TestPgen
|
|
|
+// (
|
|
|
+ // .Rst_i (initRst|pGenRst[j]|pGenMeasRst[j]),
|
|
|
+ // .Clk_i (gclk),
|
|
|
+ // .EnPulse_i (pgMuxedOut[j]),
|
|
|
+
|
|
|
+ // .PulsePol_i (pgPulsePolArray[j]),
|
|
|
+ // .EnEdge_i (pgEnEdgeArray[j]),
|
|
|
+ // .Mode_i (pgModeArray[j]),
|
|
|
+ // .P1Del_i (pgP1DelArray[j]),
|
|
|
+ // .P2Del_i (pgP2DelArray[j]),
|
|
|
+ // .P3Del_i (pgP3DelArray[j]),
|
|
|
+ // .P1Width_i (pgP1WidthArray[j]),
|
|
|
+ // .P2Width_i (pgP2WidthArray[j]),
|
|
|
+ // .P3Width_i (pgP3WidthArray[j]),
|
|
|
+
|
|
|
+ // .Pulse_o (pulseBus[j])
|
|
|
+// );
|
|
|
|
|
|
end
|
|
|
endgenerate
|