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

drivertools.h: switch from log_assert(0) to log_abort() for new feature

This commit is contained in:
Larry Doolittle 2024-11-08 10:30:11 -08:00
parent d36a387aca
commit 3ae9ca7c2b

View file

@ -386,7 +386,7 @@ public:
inner = multiple_.hash();
break;
default:
log_assert(0);
log_abort();
break;
}
return mkhash((unsigned int)type_, inner);
@ -937,7 +937,7 @@ public:
inner = multiple_.hash();
break;
default:
log_assert(0);
log_abort();
break;
}
return mkhash((unsigned int)type_, inner);