From 572db2765070f1b06ce5cb6d88468bfeb82d908e Mon Sep 17 00:00:00 2001 From: Hampus Sandberg <142359088+hsandber@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:46:01 -0700 Subject: [PATCH] Increased range of SACI_NUM_CHIPS_G from 4 to 6. --- protocols/saci/rtl/AxiLiteSaciMaster.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/saci/rtl/AxiLiteSaciMaster.vhd b/protocols/saci/rtl/AxiLiteSaciMaster.vhd index 139add9c56..240ec72c58 100644 --- a/protocols/saci/rtl/AxiLiteSaciMaster.vhd +++ b/protocols/saci/rtl/AxiLiteSaciMaster.vhd @@ -32,7 +32,7 @@ entity AxiLiteSaciMaster is AXIL_TIMEOUT_G : real := 1.0E-3; -- In units of seconds SACI_CLK_PERIOD_G : real := 1.0e-6; -- In units of seconds SACI_CLK_FREERUN_G : boolean := false; - SACI_NUM_CHIPS_G : positive range 1 to 4 := 1; + SACI_NUM_CHIPS_G : positive range 1 to 6 := 1; SACI_RSP_BUSSED_G : boolean := false); port ( -- SACI interface