diff options
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 |
