Make LOG_LENGTH configurable per FPGA variant
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 16 Jun 2020 01:37:25 +0000 (11:37 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 16 Jun 2020 03:25:33 +0000 (13:25 +1000)
commit78de4fef72b900ab977275c40fd21ca080671e31
tree0df5e2d8979a4bafff38ce2d80b566d3e08b0340
parentec2fa61792ca73265159f711157ae3dfa6c623e0
Make LOG_LENGTH configurable per FPGA variant

This plumbs the LOG_LENGTH parameter (which controls how many entries
the core log RAM has) up to the top level so that it can be set on
the fusesoc command line and have different default values on
different FPGAs.

It now defaults to 512 entries generally and on the Artix-7 35 parts,
and 2048 on the larger Artix-7 FPGAs.  It can be set to 0 if desired.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
core.vhdl
core_debug.vhdl
fpga/top-arty.vhdl
microwatt.core
soc.vhdl