Closed jeanthom closed 4 years ago
Removing U$$26
from the rtlil sources causes the following error to appear:
Warning: Wire top.\pin_ddr3_0__dm.ddr3_0__dm__o [0] is used but has no driver.
ERROR: DQS group mismatch, port DQSW270 of 'ddrphy.U$$71' in group LDQ41 is driven by DQSBUFM 'ddrphy.U$$70' in group LDQ89
ERROR: Packing design failed.
0 warnings, 2 errors
Both U$$26 and U$$71 are ODDRX2DQA instances for DM signals.
U$$26 and U$$71 are instantiated here: https://github.com/jeanthom/gram/blob/master/gram/phy/ecp5ddrphy.py#L342-L352
DM pinout seems buggy.