Forum Discussion
Altera_Forum
Honored Contributor
12 years agoComment block in ModelSim?
Hi Is there a way to comment out a section in a .do file in modelsim? I can comment out a line using "#" but was wondering what is the syntax for commenting out a section (/*........ */ in C) ...
Altera_Forum
Honored Contributor
12 years agoWhat HDL? Verilog supports blocks using /* */, or line by line using //. VHDL uses -- for each line. Modelsim may let you select a bunch of text and insert --'s, but it's been awhile since I've used it.