oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
934 stars 685 forks source link

FPGA: Remove the `ghdl` option in the simulator compile options for the `gzip` design #2346

Closed yuguen-intel closed 4 months ago

yuguen-intel commented 4 months ago

This ghdl option makes the simulator log all of the signals values. For a large design such as gzip, this led to a large increase in run time. This change removes such option on the gzip design. The simulator flow still tests the generated RTL, but won't log all signals.