videocard: ISE init commit

This commit is contained in:
2026-03-12 03:34:49 -04:00
parent f7a973c1ee
commit 46051ba43e
8 changed files with 811 additions and 0 deletions

25
videocard/videocard_top.v Normal file
View File

@@ -0,0 +1,25 @@
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 03:32:41 03/12/2026
// Design Name:
// Module Name: videocard_top
// Project Name:
// Target Devices:
// Tool versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module videocard_top(
);
endmodule