}
}
else if (c == 'r') {
- uint32_t dataSize = parse_xaiger_literal(f);
+ /*uint32_t dataSize =*/ parse_xaiger_literal(f);
uint32_t flopNum = parse_xaiger_literal(f);
f.ignore(flopNum * sizeof(uint32_t));
log_assert(inputs.size() >= flopNum);
output_bits.insert({wire, i});
}
else {
- //if (w->name == "\\__dummy_o__") {
- // log("Don't call ABC as there is nothing to map.\n");
- // goto cleanup;
- //}
-
// Attempt another wideports_split here because there
// exists the possibility that different bits of a port
// could be an input and output, therefore parse_xiager()
// log("Don't call ABC as there is nothing to map.\n");
//}
-cleanup:
if (cleanup)
{
log("Removing temp directory.\n");