Procházet zdrojové kódy

Изменения в топ файле

Mihail Zaytsev před 2 roky
rodič
revize
e1af5f2a24

+ 35 - 0
S5443_M/S5443.srcs/constrs_1/new/S5243Top.xdc

@@ -1267,3 +1267,38 @@ set_property MARK_DEBUG false [get_nets InternalDsp/StartMeas_i]
 set_property MARK_DEBUG false [get_nets {InternalDsp/MeasCtrlModule/measCnt_reg[14]}]
 set_property MARK_DEBUG false [get_nets {InternalDsp/MeasCtrlModule/measCnt_reg[17]}]
 set_property MARK_DEBUG false [get_nets {adc1ImR1[11]}]
+
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[0]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[1]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[4]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[9]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[10]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[13]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[2]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[3]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[5]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[6]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[7]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[8]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[11]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/Adc1ChT1Data_i[12]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][0]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][2]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][6]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][8]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][15]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][16]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][1]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][3]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][4]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][7]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][9]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][10]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][17]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][13]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][14]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][19]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][5]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][11]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][12]}]
+set_property MARK_DEBUG false [get_nets {InternalDsp/calAdcData[0][18]}]

+ 6 - 2
S5443_M/S5443.srcs/sources_1/new/S5243Top.v

@@ -396,6 +396,8 @@ module	S5243Top
 	wire	trigFromDspEvent;
 	wire	oscWind;
 	wire	oscDataRdFlag;
+
+	wire	sampleStrobeGenRst;
 //================================================================================
 //  assignments
 //================================================================================	
@@ -804,7 +806,8 @@ InternalDsp
 	.MeasDataRdy_o		(measDataRdy),
 	.EndMeas_o			(stopMeas),
 	.MeasWind_o			(measWind),
-	.MeasEnd_o			(measEnd)
+	.MeasEnd_o			(measEnd),
+	.SampleStrobeGenRst_o	(sampleStrobeGenRst)
 ); 
 
 //--------------------------------------------------------------------------------
@@ -1389,7 +1392,8 @@ SampleStrobeGenRstDemux
 (
 	.Rst_i			(initRst),
 	.MuxCtrl_i		(muxCtrl2[4:0]),
-	.GenRst_i		(stopMeas),
+	//.GenRst_i		(stopMeas),
+	.GenRst_i		(sampleStrobeGenRst),
 	
 	.RstDemuxOut_o	(pGenMeasRst)
 );