summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-14 23:32:46 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-14 23:32:46 -0600
commit22ef9a701d58d5e9d965793785241ad4aab29469 (patch)
treee746a875fd46f0344f7f9464191c2aad46bc0717 /rtl/top
parent02e41e8271798f8500a547886114a4c379b16f5b (diff)
Fix VRAM clock
Diffstat (limited to 'rtl/top')
-rw-r--r--rtl/top/conspiracion.sv2
1 files changed, 1 insertions, 1 deletions
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),
.*
);