diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-14 21:10:40 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-14 21:10:40 -0600 |
| commit | 6fb3849e73b797d4610a2b782127f927dec0c9c9 (patch) | |
| tree | 9d17de8907d860b795761e0644f17d0fd33106de /tb/platform.sv | |
| parent | cad870295dfb741d5c24c25016c5bba878bc37e5 (diff) | |
Implement VGA simulation
Diffstat (limited to 'tb/platform.sv')
| -rw-r--r-- | tb/platform.sv | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tb/platform.sv b/tb/platform.sv index cbf31b0..5def85f 100644 --- a/tb/platform.sv +++ b/tb/platform.sv @@ -1,6 +1,3 @@ - - - module platform ( input wire clk_clk, // clk.clk @@ -77,4 +74,9 @@ module platform .* ); + vga_domain vga + ( + .* + ); + endmodule |
