@@ -173,9 +173,9 @@ def __init__(self, cpu_type="or1k", **kwargs):
173
173
self .submodules += phy
174
174
rtio_channels .append (rtio .Channel .from_phy (phy ))
175
175
176
- phy = ttl_simple . Inout (platform .request ("user_sma_gpio_n" ))
176
+ phy = ttl_serdes_7series . Inout_8X (platform .request ("user_sma_gpio_n" ))
177
177
self .submodules += phy
178
- rtio_channels .append (rtio .Channel .from_phy (phy ))
178
+ rtio_channels .append (rtio .Channel .from_phy (phy , ififo_depth = 512 ))
179
179
phy = ttl_simple .Output (platform .request ("user_led" , 2 ))
180
180
self .submodules += phy
181
181
rtio_channels .append (rtio .Channel .from_phy (phy ))
@@ -228,9 +228,9 @@ def __init__(self, cpu_type="or1k", **kwargs):
228
228
self .submodules += phy
229
229
rtio_channels .append (rtio .Channel .from_phy (phy , ififo_depth = 512 ))
230
230
231
- phy = ttl_simple . Inout (platform .request ("user_sma_gpio_n" ))
231
+ phy = ttl_serdes_7series . Inout_8X (platform .request ("user_sma_gpio_n" ))
232
232
self .submodules += phy
233
- rtio_channels .append (rtio .Channel .from_phy (phy ))
233
+ rtio_channels .append (rtio .Channel .from_phy (phy , ififo_depth = 512 ))
234
234
235
235
phy = ttl_simple .Output (platform .request ("user_led" , 2 ))
236
236
self .submodules += phy
@@ -278,9 +278,9 @@ def __init__(self, cpu_type="or1k", **kwargs):
278
278
self .submodules += phy
279
279
rtio_channels .append (rtio .Channel .from_phy (phy ))
280
280
281
- phy = ttl_simple . Inout (platform .request ("user_sma_gpio_n" ))
281
+ phy = ttl_serdes_7series . Inout_8X (platform .request ("user_sma_gpio_n" ))
282
282
self .submodules += phy
283
- rtio_channels .append (rtio .Channel .from_phy (phy ))
283
+ rtio_channels .append (rtio .Channel .from_phy (phy , ififo_depth = 512 ))
284
284
phy = ttl_simple .Output (platform .request ("user_led" , 2 ))
285
285
self .submodules += phy
286
286
rtio_channels .append (rtio .Channel .from_phy (phy ))
0 commit comments