Fail early due to NX tools limitation for now

This commit is contained in:
Miodrag Milanovic 2024-06-04 09:50:50 +02:00
parent c9dc9e6a70
commit bca3197979

View File

@ -416,6 +416,7 @@ void NgUltraPacker::pack_iobs(void)
new_type = id_IOTP;
if (ci.type==id_NX_IOB_O) new_type = id_OTP;
if (ci.type==id_NX_IOB_I) new_type = id_ITP;
log_error("JSON import currently does not support IOs with termination input.\n");
} else {
if (ci.type==id_NX_IOB_O) new_type = id_OP;
if (ci.type==id_NX_IOB_I) new_type = id_IP;