generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.v
14 lines (14 loc) · 1.32 KB
/
PROJECT_LANG_1.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Project language 1
// For: Metro Techno / Traffic Light
// I decided to make Verilog the first project language file for this project (Seanpm2001/MetroTechno_Traffic) as Verilog is the primary language used for system programming on traffic lights running MetroTechno. C is used as a secondary laguage. Verilog comes first. It is getting its own project language file, starting here.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
`define PROJECT_LANG 01'00000000 // Random data to test syntax (also: 0 in binary)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File info:
// File type: Verilog source file (*.v *.vh)
// File version: 1 (2022, Wednesday, September 7th at 7:23 pm PST)
// Line count (including blank lines and compiler line): 15
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// End of script