3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-10 16:13:26 +00:00

Added log_abort() api

This commit is contained in:
Clifford Wolf 2013-05-24 12:32:06 +02:00
parent 585fcace10
commit ccd2a93439
2 changed files with 3 additions and 1 deletions

View file

@ -66,7 +66,7 @@ static bool handle_dff(RTLIL::Module *mod, RTLIL::Cell *dff)
val_rv = dff->parameters["\\ARST_VALUE"];
}
else
log_error("abort.");
log_abort();
assign_map.apply(sig_d);
assign_map.apply(sig_q);