From 22ef9a701d58d5e9d965793785241ad4aab29469 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 14 Nov 2022 23:32:46 -0600 Subject: Fix VRAM clock --- rtl/top/conspiracion.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/top') diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 0b68d8c..62eb9c1 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -91,8 +91,8 @@ module conspiracion .master_0_core_start(start), .master_0_core_irq(irq), .pll_0_reset_reset(0), //TODO: reset controller, algún día - .pll_0_outclk3_clk(vram_wire_clk), .pio_0_external_connection_export(pio_leds), + .sys_sdram_pll_0_sdram_clk_clk(vram_wire_clk), .* ); -- cgit v1.2.3