3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

improved const function support

This commit is contained in:
Clifford Wolf 2014-06-06 22:55:02 +02:00
parent 5c10d2ee36
commit 76da2fe172
3 changed files with 41 additions and 5 deletions

View file

@ -579,7 +579,7 @@ struct AST_INTERNAL::ProcessGenerator
break;
default:
assert(0);
log_abort();
}
}
};