mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Do not break for constraints
This commit is contained in:
parent
727ba52504
commit
04c580fde7
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ void AigerReader::parse_aiger()
|
||||||
if (f.peek() == '\n')
|
if (f.peek() == '\n')
|
||||||
break;
|
break;
|
||||||
// Else constraint (TODO)
|
// Else constraint (TODO)
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
log_error("Line %u: cannot interpret first character '%c'!\n", line_count, c);
|
log_error("Line %u: cannot interpret first character '%c'!\n", line_count, c);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue