generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.v
14 lines (14 loc) · 1.28 KB
/
PROJECT_LANG_2.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Project language 2
// For: BathHouseOS: BathOS
// I decided to make Verilog the second project language file for this project (Seanpm2001/BathOS) as Verilog is one of the 2 main langugaes that this project is written in, nesC being the first. Verilog is being used for hardware functions. It is getting its own project language file, starting here.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
`define PROJECT_LANG 01'00000001 // Random data to test syntax (also: 0 in binary)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File info:
// File type: Verilog source file (*.v *.vh)
// File version: 1 (2022, Tuesday, May 10th at 7:07 pm PST)
// Line count (including blank lines and compiler line): 15
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// End of script