ocp_tap_timecard: Add TODO on SMAs.

This commit is contained in:
Florent Kermarrec 2023-01-13 11:51:09 +01:00
parent c753bf7fc1
commit 3ca298ba42
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ class BaseSoC(SoCCore):
# SMAs -------------------------------------------------------------------------------------
if with_smas:
# TODO:
# - Use IO primitives to increase IO freqs (up to 800Mz would be fine) and PCIe Gen2 X1
# should be able to saturate it (~3.4Gbps of useful bandwidth).
# - Allow IO freq configuration (through PLL/MMCM and/or dividers).
class SMAIOs(LiteXModule):
def __init__(self, pcie_data_width=64, io_data_width=4):
# Endpoints.