Re-enable PLL in attosoc.v
This commit is contained in:
parent
8f0e888815
commit
b1b8183967
@ -7,8 +7,8 @@ module top (
|
||||
wire led_unused;
|
||||
|
||||
wire gclk;
|
||||
//clk_wiz_v3_6 pll(.CLK_IN1(clk), .CLK_OUT1(gclk));
|
||||
assign gclk = clk;
|
||||
clk_wiz_v3_6 pll(.CLK_IN1(clk), .CLK_OUT1(gclk));
|
||||
//assign gclk = clk;
|
||||
attosoc soc(.clk(gclk), .led({led_unused, led}));
|
||||
|
||||
endmodule
|
||||
|
Loading…
Reference in New Issue
Block a user