<Wanda[cis]>
okay cool, I just got incomprehensible fuzzing failures on large devices that I traced down to "XACT truncates all input lines of the netlist to 1023 characters"
<Wanda[cis]>
it even prints an error message to stdout. it just doesn't see fit to, you know, abort processing or anything
<Wanda[cis]>
next point of business: why on earth does attempting to use XC3000 IOB registers print incomprehensible error messages with random garbled binary data in place of net names
<Wanda[cis]>
apparently I should get into habit of doing String::from_utf8_lossy when dealing with Xilinx error messages.