projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a6739
)
Added support for ":" as comment symbol after ;-parsing
author
Clifford Wolf
<clifford@clifford.at>
Fri, 23 Oct 2015 18:08:33 +0000
(20:08 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 23 Oct 2015 18:08:33 +0000
(20:08 +0200)
kernel/register.cc
patch
|
blob
|
history
diff --git
a/kernel/register.cc
b/kernel/register.cc
index 6bcee8581a6cb2ae83ed5eee32a56e49a80240bf..49a67324dc337ae812151d4ed8601c37cdd170b6 100644
(file)
--- a/
kernel/register.cc
+++ b/
kernel/register.cc
@@
-209,7
+209,7
@@
void Pass::call(RTLIL::Design *design, std::string command)
void Pass::call(RTLIL::Design *design, std::vector<std::string> args)
{
- if (args.size() == 0 || args[0][0] == '#')
+ if (args.size() == 0 || args[0][0] == '#'
|| args[0][0] == ':'
)
return;
if (echo_mode) {