|
| 1 | +// Start of script */ |
| 2 | + |
| 3 | +// Project language file 1 |
| 4 | +// For: /SNU/2D/ProgrammingTools/IDE/Verilog/ |
| 5 | +// About: |
| 6 | +// I decided to make Verilog the main project language file for this project (SNU / 2D / Programming Tools / IDE / Verilog) as this is a Verilog IDE, and it needs its main language to be represented here. |
| 7 | + |
| 8 | +module main; |
| 9 | + initial |
| 10 | + begin |
| 11 | + $display("Project language file 1"); |
| 12 | + $display("For: /SNU/2D/ProgrammingTools/IDE/Verilog/"); |
| 13 | + $display("About:"); |
| 14 | + $display("I decided to make Verilog the main project language file for this project (SNU / 2D / Programming Tools / IDE / Verilog) as this is a Verilog IDE, and it needs its main language to be represented here."); |
| 15 | + $finish; |
| 16 | + end |
| 17 | +endmodule |
| 18 | + |
| 19 | +// File info |
| 20 | +// File type: Verilog source file (*.v *.vh) |
| 21 | +// File version: 1 (2022, Saturday, November 5th at 11:01 pm PST) |
| 22 | +// Line count (including blank lines and compiler line): 25 |
| 23 | + |
| 24 | +// End of script */ |
0 commit comments