fix: divisors list had excess element
1 files changed, 1 insertions(+), 1 deletions(-) M hdl_spi/src/spi_masterslave.vhd
M hdl_spi/src/spi_masterslave.vhd => hdl_spi/src/spi_masterslave.vhd +1 -1
@@ 9,7 9,7 @@ entity spi_masterslave is generic ( SIZES : natural_vector := (8, 16); SIZES_2LOG : natural := 1; DIVISORS : natural_vector := (2, 4, 6, 8, 16, 32, 64, 128, 256); DIVISORS : natural_vector := (2, 4, 8, 16, 32, 64, 128, 256); DIVISORS_LOG2 : natural := 3; CSN_PULSE_CYCLES : natural := 1 );