What is the extent of testing that has been done on the generated code? How can I be assured of quality?
We strive to ensure that the generated code is of high quality. The tool is checked with a representative set of DPS/RTS inputs. The following checks are in place in our regression workflow: • Turn on all warnings (e.g, -Wall option of gcc) and ensure that the compiler reports zero warnings • Compare the generated output with a golden reference code, and ensure no differences are present. The golden reference code has been pre-tested on board and is known to work correctly.