Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37678bb

Browse files
PROJECT_LANG_1.v [V1]
Version 1 of the first project language file for this project.
1 parent e87716c commit 37678bb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎PROJECT_LANG_1.v‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /