summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-10 20:03:33 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-13 05:54:44 -0600
commitfb572d6cfb54ce212d2f43de00cb2702f0f433ce (patch)
treee1fccb1214b8b7af9894493011e7f3df72443e17 /rtl/top
parentafb4f14f167b2b0cb6c270f04eaed310f78cccf3 (diff)
Hardwire PLL reset to ground
Diffstat (limited to 'rtl/top')
-rw-r--r--rtl/top/conspiracion.sv1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv
index 6d8784f..4409d9b 100644
--- a/rtl/top/conspiracion.sv
+++ b/rtl/top/conspiracion.sv
@@ -66,6 +66,7 @@ module conspiracion
.master_0_core_write(write),
.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),
.*