pluto_hdl_adi/library/spi_engine
LBFFilho becc035ba9
SPI Engine: Fixed delay behaviour on Chip-Select and Sleep instructions (#1200)
Fixed wrong behaviour on chip select instruction:
- previously, a sleep time happened before the chip select change
- the intended behaviour was for another sleep time, of equal amount, to happen after the chip select change as well
- additionally, the counter logic implementation was creating an additional factor of 2 on the sleep time

All of the above points were fixed. The changes introduced also fix another issue where the sleep instruction was likewise happening with a duration larger than intended by a factor of 2


Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
2023-10-30 09:52:04 -03:00
..
axi_spi_engine Add copyright and license to .tcl, .ttcl files 2023-07-25 15:22:26 +03:00
interfaces spi_engine_execution: Merge the SDI lines into one vector 2020-05-19 09:28:02 +03:00
scripts Add copyright and license to .tcl, .ttcl files 2023-07-25 15:22:26 +03:00
spi_axis_reorder Add copyright and license to .tcl, .ttcl files 2023-07-25 15:22:26 +03:00
spi_engine_execution SPI Engine: Fixed delay behaviour on Chip-Select and Sleep instructions (#1200) 2023-10-30 09:52:04 -03:00
spi_engine_interconnect Add copyright and license to .tcl, .ttcl files 2023-07-25 15:22:26 +03:00
spi_engine_offload Add copyright and license to .tcl, .ttcl files 2023-07-25 15:22:26 +03:00