gateware: Switch to using the _3 variant of system manager

This alone seems to reduce by ~30% the power usage of the SoC
(when USB is off).

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2023-03-22 21:49:57 +01:00
parent b5a4d41477
commit 119bc9fa1f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PROJ_RTL_SRCS := $(addprefix rtl/, \
soc_picorv32_bridge.v \
soc_spram.v \
soc_usb_buf_bridge.v \
sysmgr_1.v \
sysmgr_3.v \
xclk_cnt.v \
xclk_pulse.v \
)