tb/asmicon: concurrent reads and writes
[litex.git] / top.py
diff --git a/top.py b/top.py
index 2a237960bed6e7d08dd301b2110c324258e3d23a..2ebd3d6b59be05ecdc17ee1cc463b2569d7700c7 100644 (file)
--- a/top.py
+++ b/top.py
@@ -42,7 +42,6 @@ sdram_timing = asmicon.TimingSettings(
        CL=3,
        rd_delay=4,
 
-       slot_time=16,
        read_time=32,
        write_time=16
 )