Hi,
I am unable to run C code with printf statements using synthesized netlist. I have attached a simulation image of the stdout peripheral bus and FSM of Lint 2 AXI module. I notice that the C code runs successfully when no printf statements are given.
The C code run when I get this issue is
#include <stdio.h>
int main()
{
printf("Testing !\n");
return 0;
}
Any thoughts on this issue?
I am unable to run C code with printf statements using synthesized netlist. I have attached a simulation image of the stdout peripheral bus and FSM of Lint 2 AXI module. I notice that the C code runs successfully when no printf statements are given.
The C code run when I get this issue is
#include <stdio.h>
int main()
{
printf("Testing !\n");
return 0;
}
Any thoughts on this issue?