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

Do not break for constraints

This commit is contained in:
Eddie Hung 2019-02-11 13:28:00 -08:00
parent 727ba52504
commit 04c580fde7

View file

@ -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);