Add protocol-certification M8 DDR instance grouping (2.70.0).
Controller-aware per-memory instances, DQ/DQS vs addr/cmd/ctrl/ck, HBM not classic DDR PCB DQ. No universal mm/ps. No M6 packs, no L3 solver.
This commit is contained in:
@@ -130,8 +130,8 @@ def test_axi_internal_l0_not_applicable_not_fail():
|
||||
assert all(r.result != "FAIL" for r in rows)
|
||||
sec, findings = protocol_exam(_axi_graph())
|
||||
assert sec.max_level_reached == "L2"
|
||||
from backend.periscopex.protocol_report import PACK_MACROPHASE as L5_MACRO
|
||||
assert sec.macrophase == L5_MACRO
|
||||
from backend.periscopex.protocol_report import PACK_MACROPHASE as L8_MACRO
|
||||
assert sec.macrophase == L8_MACRO
|
||||
assert all(f.status != "ERROR" for f in findings)
|
||||
assert all("AXI_AWVALID" not in (f.net or "") for f in findings if f.rule_id == "PE-PRT-L0-001")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user