Printf Statements Breaking Post Simulation
#2
The default stdout used in the current runtime makes use of a virtual stdout interface that is only usable during simulation. The interface is probed by the testbench using hierarchical access and is most likely optimized away during synthesis. For actual hardware, you should use UART as your default stdout. You can do so by compiling your application with 'make all io=uart'. This will cause the runtime to print all stdout to the UART interface at a default baudrate of 115200 baud.
Reply


Messages In This Thread
RE: Printf Statements Breaking Post Simulation - by meggiman - 05-04-2021, 04:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)