diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-10 20:03:33 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-13 05:54:44 -0600 |
| commit | fb572d6cfb54ce212d2f43de00cb2702f0f433ce (patch) | |
| tree | e1fccb1214b8b7af9894493011e7f3df72443e17 /tb/platform.sv | |
| parent | afb4f14f167b2b0cb6c270f04eaed310f78cccf3 (diff) | |
Hardwire PLL reset to ground
Diffstat (limited to '')
| -rw-r--r-- | tb/platform.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tb/platform.sv b/tb/platform.sv index a43af19..21fb45b 100644 --- a/tb/platform.sv +++ b/tb/platform.sv @@ -29,6 +29,7 @@ module platform output wire memory_mem_dm, // .mem_dm input wire memory_oct_rzqin, // .oct_rzqin output wire [7:0] pio_0_external_connection_export, // pio_0_external_connection.export + input wire pll_0_reset_reset, output wire pll_0_outclk3_clk, // pll_0_outclk3.clk input wire reset_reset_n /*verilator public*/,// reset.reset_n output wire [12:0] vram_wire_addr, // vram_wire.addr |
