mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-24 05:27:07 -04:00
5 lines
209 B
VHDL
5 lines
209 B
VHDL
-- LEON4 Statistics Module
|
|
constant CFG_STAT_ENABLE : integer := CONFIG_STAT_ENABLE;
|
|
constant CFG_STAT_CNT : integer := CONFIG_STAT_CNT;
|
|
constant CFG_STAT_NMAX : integer := CONFIG_STAT_NMAX;
|
|
|