From 6fb3849e73b797d4610a2b782127f927dec0c9c9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 14 Nov 2022 21:10:40 -0600 Subject: Implement VGA simulation --- tb/platform.sv | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tb/platform.sv') 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 -- cgit v1.2.3