Juan Andres
03/21/2023, 11:44 PMTim Edwards
03/22/2023, 12:35 AMinverter_blo.mag
got assigned numbers at the upper range of an unsigned integer.
Quick fix: Edit inverter_blo.mag and find the two lines:
port 1073741821 nsew
port 1073741823 nsew
and change them to
port 0 nsew
port 1 nsew
I, for my part, will have to fix both issues in the code.