diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-13 06:53:53 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-13 06:53:53 -0600 |
| commit | bf746b3ee73081dff0da03a54749d1fd3c0215f6 (patch) | |
| tree | 8930fa07fdf2db55e736f533269aba6c2188353b /rtl/top/conspiracion.sv | |
| parent | 211d564c1d97db8813a1d5ae5cfaecff86df2120 (diff) | |
Restore clock connections in Platform Designer
Diffstat (limited to 'rtl/top/conspiracion.sv')
| -rw-r--r-- | rtl/top/conspiracion.sv | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 090271f..0b68d8c 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -49,9 +49,6 @@ module conspiracion assign cpu_halt = halt; assign reset_reset_n = rst_n; `else - assign pio_leds[0] = reset_reset_n; - assign pio_leds[1] = cpu_halted; - debounce reset_debounce ( .clk(clk_clk), @@ -93,11 +90,9 @@ module conspiracion .master_0_core_write(write), .master_0_core_start(start), .master_0_core_irq(irq), -`ifdef VERILATOR .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), -`endif .* ); |
