File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ cable milkymist
2
2
detect
3
3
instruction CFG_OUT 000100 BYPASS
4
4
instruction CFG_IN 000101 BYPASS
5
- pld load build/soc .bit
5
+ pld load build/top .bit
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ ODDR2 #(
204
204
.INIT(1'b0 ),
205
205
.SRTYPE("SYNC" )
206
206
) sd_clk_forward_p (
207
- .Q(sd_clk_out_p ),
207
+ .Q(ddr_clk_pad_p ),
208
208
.C0(clk2x_270),
209
209
.C1(~clk2x_270),
210
210
.CE(1'b1 ),
@@ -218,7 +218,7 @@ ODDR2 #(
218
218
.INIT(1'b0 ),
219
219
.SRTYPE("SYNC" )
220
220
) sd_clk_forward_n (
221
- .Q(sd_clk_out_n ),
221
+ .Q(ddr_clk_pad_n ),
222
222
.C0(clk2x_270),
223
223
.C1(~clk2x_270),
224
224
.CE(1'b1 ),
@@ -233,7 +233,7 @@ ODDR2 #(
233
233
*/
234
234
235
235
always @(posedge pllout4)
236
- eth_clk_pad <= ~ eth_clk_pad ;
236
+ eth_phy_clk_pad <= ~ eth_phy_clk_pad ;
237
237
238
238
/* Let the synthesizer insert the appropriate buffers */
239
239
assign eth_rx_clk = eth_rx_clk_pad;
You can’t perform that action at this time.
0 commit comments