Commit 2ceacc81ccd19e0388636eaef102339bc1c705f8

Authored by bilalelhasnaoui
1 parent 231d00d3

.

Showing 1 changed file with 0 additions and 30 deletions   Show diff stats
TP_VGA/TP_VGA.srcs/sources_1/new/VGA_vhdl.v deleted
@@ -1,30 +0,0 @@ @@ -1,30 +0,0 @@
1 -`timescale 1ns / 1ps  
2 -//////////////////////////////////////////////////////////////////////////////////  
3 -// Company:  
4 -// Engineer:  
5 -//  
6 -// Create Date: 04.10.2023 16:23:46  
7 -// Design Name:  
8 -// Module Name: VGA_vhdl  
9 -// Project Name:  
10 -// Target Devices:  
11 -// Tool Versions:  
12 -// Description:  
13 -//  
14 -// Dependencies:  
15 -//  
16 -// Revision:  
17 -// Revision 0.01 - File Created  
18 -// Additional Comments:  
19 -//  
20 -//////////////////////////////////////////////////////////////////////////////////  
21 -  
22 -  
23 -module VGA_vhdl(  
24 - input Clk_sys,  
25 - input Reset,  
26 - input B1,  
27 - input B2,  
28 - input B3  
29 - );  
30 -endmodule