Enter the following command to simulate the design using the x86 simulator:
make x86sim
When the simulation stops, you can see that the simulation completed successfully. Verify the output files generated under makefile_flow > x86simulator_output. Compare the generated files with the golden files.
Golden files: Located under
makefile_flow > datafir_o.txt (FIR output)
fft_o.txt (FFT output)
Generated files after simulation: Located under
makefile_flow > x86simulator_output > datafir_o.txt
fft_o.txt