feat(stm): implement proper slave initialization
feat: add test for max divisor (256)
feat: implement spi model narrow sck check
fix: divisors list had excess element
fix: selected_divisor range
fix: assumptions about synthesizable code
feat: add initial test for spi peripheral
fix: master didn't go to invalid data when data are read on first cycle of ready
fix: masterslave component inputs tx_valid, rx_ready were outs
feat: implement spi memory mapped peripheral
feat: add test for lsbfirst
feat: add lsbfirst support
chore: remove todo comments
feat: add csn pulse test and rx, tx disabling test
feat: add tests for rx blocking
fix: prevent pulses on tx_ready_o, rx_block assertion when rx is ready
chore: move spi models to separate file
fix: clkgen for various phases and polarities
feat: add tests for clock phase, polarity