From: Clifford Wolf Date: Thu, 25 Jul 2013 13:01:02 +0000 (+0200) Subject: Fixed comments in manual rtlil/ilang syntax X-Git-Tag: yosys-0.2.0~526 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98906b211cf96ef13357ab4972c8d808b3b42bb9;p=yosys.git Fixed comments in manual rtlil/ilang syntax --- diff --git a/manual/manual.tex b/manual/manual.tex index 78c3b685e..d6ffd95a6 100644 --- a/manual/manual.tex +++ b/manual/manual.tex @@ -109,8 +109,7 @@ bookmarksopen=false% } \lstdefinelanguage{rtlil}{ - morecomment=[l]{//}, - morecomment=[s]{/*}{*/}, + morecomment=[l]{\#}, morekeywords={module,attribute,parameter,wire,memory,auto,width,offset,size,input,output,inout,cell,connect,switch,case,assign,sync,low,high,posedge,negedge,edge,always,update,process,end}, morestring=[b]", }