projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c39cb
)
Fixed comments in manual rtlil/ilang syntax
author
Clifford Wolf
<clifford@clifford.at>
Thu, 25 Jul 2013 13:01:02 +0000
(15:01 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 25 Jul 2013 13:01:02 +0000
(15:01 +0200)
manual/manual.tex
patch
|
blob
|
history
diff --git
a/manual/manual.tex
b/manual/manual.tex
index 78c3b685ec12e967f502da26cad8efe195c112f8..d6ffd95a6a036bdb747fe51b590fd88b9f746c3d 100644
(file)
--- 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]",
}