1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-28 02:33:09 +00:00

Merge pull request #265 from antonblanchard/another-spi-rxtx-reset-issu

Fix another reset issue in spi_rxtx
This commit is contained in:
Anton Blanchard
2021-01-05 20:17:37 +11:00
committed by GitHub

View File

@@ -177,6 +177,7 @@ begin
sck_send <= '0';
sck_recv <= '0';
clk_div <= 0;
counter := 0;
elsif counter = clk_div then
counter := 0;