-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
PROJECT_LANG_39.v
14 lines (14 loc) · 1.4 KB
/
PROJECT_LANG_39.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Project language 39
// For: WacOS
// I decided to make Verilog the thirty-ninth project language file for this project (Seanpm2001/WacOS) as Verilog is a good language for machine instructions at direct programmable hardware level (such as FPGA devices) it can be used for some portions of this project. It is being included for software diversity reasons, and will be used for some portions of the project. It is getting its own project language file, starting here.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
`define PROJECT_LANG 39'00100111 // Random data to test syntax (also: 39 in binary)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File info:
// File type: Verilog source file (*.v *.vh)
// File version: 1 (Friday, 2021 December 24th at 4:26 pm)
// Line count (including blank lines and compiler line): 15
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// End of script