Commit 8f9c38f
authored
FPGA: Remove the ghdl option in the simulator compile options for the gzip design (#2346)
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.1 parent 862170c commit 8f9c38f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments