|
|
@@ -269,7 +269,7 @@ module S5243Top
|
|
|
reg [31:0] testCnt;
|
|
|
|
|
|
wire refClk;
|
|
|
- wire Clk100_o;
|
|
|
+ wire windClk150;
|
|
|
|
|
|
wire measWind;
|
|
|
|
|
|
@@ -591,7 +591,7 @@ Clk200Gen Clk200Gen
|
|
|
.Rst_i (initRst),
|
|
|
.Clk200_o (refClk),
|
|
|
.Clk10Timers_o (TimersClk_o),
|
|
|
- .Clk100_o (Clk100_o),
|
|
|
+ .Clk150_o (windClk150),
|
|
|
|
|
|
.Locked_o (Locked200)
|
|
|
);
|
|
|
@@ -757,7 +757,7 @@ InternalDsp
|
|
|
InternalDsp
|
|
|
(
|
|
|
.Clk_i (gclk),
|
|
|
- .WindCalcClk_i (Clk100_o),
|
|
|
+ .WindCalcClk_i (windClk150),
|
|
|
.Rst_i (initRst),
|
|
|
.NcoRst_i (ncoRst),
|
|
|
.OscWind_o (oscWind),
|