1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-14 11:54:28 +00:00
Files
antonblanchard.microwatt/core.vhdl
Paul Mackerras 893d2bc6a2 core: Don't generate logic for log data when LOG_LENGTH = 0
This adds "if LOG_LENGTH > 0 generate" to the places in the core
where log output data is latched, so that when LOG_LENGTH = 0 we
don't create the logic to collect the data which won't be stored.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-07-15 09:52:00 +10:00

13 KiB