3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

ignore # comment lines

This commit is contained in:
N. Engelhardt 2022-03-24 10:19:17 +01:00
parent 6318db6152
commit a7ee01065a

View file

@ -492,7 +492,7 @@ if aimfile is not None:
got_state = True got_state = True
for entry in f.read().splitlines(): 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 continue
if not got_state: if not got_state: