• L
    dtlb: merge duplicated tlb together: one ld-tlb and one st-tlb. (#1654) · 53b8f1a7
    Lemover 提交于
    Old Edition:
    2 ld tlb but with same entries. 2 st tlb but wih the same entries.
    The 'duplicate' is used for timing optimization that each tlb can
    be placed close to mem access pipeline unit.
    
    Problem:
    The duplicate tlb takes more Power/Area.
    
    New Edition:
    Only 1 ld tlb and 1 st tlb now.
    If the area is not ok, may merge ld and st together.
    
    Fix: fix some syntax bug when changing parameters
    53b8f1a7
Configs.scala 9.3 KB