Comment Selection Command (Shortcut Menu)
You access this command by right-clicking
inside an open file in the Intel® Quartus® Prime Text Editor, and then
clicking Comment
Selection.
Allows you to convert selected lines in a file to commented text. Comment strings vary depending on the syntax of a language.
File Type |
File Extension |
String Used For Comment |
---|---|---|
AHDL Text Design VHDL Design VHDL Output VHDL Test Bench Pin-Out Memory |
.inc .tdo .tdf .tdx .eqn .vhd .vho .vhdl .vht .pin .mif .mio |
-- |
Verilog Design Verilog Output Verilog Test Bench C/C++ Assembly |
.v .vo .verilog .vqm .vlg .vt .c .cpp .h .s .asm |
// |
Tcl Script SDC |
.tcl .sdc |
# |
VB Script |
.vbs |
Rem |