Forum Discussion
sstrell
Super Contributor
6 years agoAs you show in your last example, you can just use whitespace (carriage return between words). There's no need to even use the backslash.
But did you check which language interpreter was being used as I mentioned?
#iwork4intel
- BLee156 years ago
Occasional Contributor
I'm pretty sure the language is SystemVerilog indeed.
- The file extension is ".sv" (instead of ".v")
- If it were Verilog mode, the keyword like 'logic' and/or 'always_ff' would be produce error.