You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
$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
0 commit comments