~ruther/vhdl-spi-2

5755b1cc51ec1b9660c5a76b0c30b2cab48caac5 — Rutherther 3 months ago 45799af
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
  );

Do not follow this link