vhdl - Comprehensive list of RTL pragma directive triggers -


in verilog , vhdl rtl commands tools can given pragma directives pseudo comments. want avoid using of these pragma directives in real comments, i'd have comprehensive list of pragma directive triggers. ones know are:

-- pragma // synthesis -- synopsys 

you can find comprehensive list here:

http://www.sigasi.com/content/list-known-vhdl-metacomment-pragmas

as long don't have comment starting trigger, i.e., -- <trigger> ..., should safe.

for example, when using altera quartus, avoid comments such as

-- altera code below,

while

-- following altera.

would fine.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -