-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_2.v
More file actions
14 lines (14 loc) · 1.28 KB
/
PROJECT_LANG_2.v
File metadata and controls
14 lines (14 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Project language 2
// For: BathHouseOS: MaprilOS
// I decided to make Verilog the second project language file for this project (Seanpm2001/MaprilOS) as Verilog is one of the 2 main languages 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:15 pm PST)
// Line count (including blank lines and compiler line): 15
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// End of script