mirror of https://github.com/YosysHQ/yosys.git
Do not break for constraints
This commit is contained in:
parent
727ba52504
commit
04c580fde7
|
@ -102,7 +102,6 @@ void AigerReader::parse_aiger()
|
|||
if (f.peek() == '\n')
|
||||
break;
|
||||
// Else constraint (TODO)
|
||||
break;
|
||||
}
|
||||
else
|
||||
log_error("Line %u: cannot interpret first character '%c'!\n", line_count, c);
|
||||
|
|
Loading…
Reference in New Issue