mirror of https://github.com/YosysHQ/yosys.git
ignore # comment lines
This commit is contained in:
parent
6318db6152
commit
a7ee01065a
|
@ -492,7 +492,7 @@ if aimfile is not None:
|
|||
got_state = True
|
||||
|
||||
for entry in f.read().splitlines():
|
||||
if len(entry) == 0 or entry[0] in "bcjfu.":
|
||||
if len(entry) == 0 or entry[0] in "bcjfu.#":
|
||||
continue
|
||||
|
||||
if not got_state:
|
||||
|
|
Loading…
Reference in New Issue