Skip to content

Commit

Permalink
Increased range of SACI_NUM_CHIPS_G from 4 to 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandber authored Sep 24, 2024
1 parent 9e5df72 commit 572db27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/saci/rtl/AxiLiteSaciMaster.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 572db27

Please sign in to comment.