diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-03 12:17:17 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-03 12:17:17 -0600 |
| commit | 685731ce5e6d5c9843abeb3c594fa0579516d389 (patch) | |
| tree | 9e1f2051e0faa242c0ffeb799557738d8f7806dd /rtl | |
| parent | ce81149da7c61523963a63ddd9bfec2f793d7fe8 (diff) | |
Add toplevel wires for VGA DAC
Diffstat (limited to 'rtl')
| -rw-r--r-- | rtl/top/conspiracion.sv | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 8b5bdfa..cd062ff 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -25,8 +25,15 @@ module conspiracion inout wire [15:0] vram_wire_dq, output wire [1:0] vram_wire_dqm, output wire vram_wire_ras_n, - output wire vram_wire_we_n - + output wire vram_wire_we_n, + output wire vga_controller_0_dac_clk, + output wire vga_controller_0_dac_hsync, + output wire vga_controller_0_dac_vsync, + output wire vga_controller_0_dac_blank_n, + output wire vga_controller_0_dac_sync_n, + output wire [7:0] vga_controller_0_dac_r, + output wire [7:0] vga_controller_0_dac_g, + output wire [7:0] vga_controller_0_dac_b ); //TODO |
