Clone this repo:

Branches

  1. 7a2d445 final gds oasis by Jeff DiCorpo · 1 year, 3 months ago main
  2. d79dc5b submit for Rift2320_Sky130_MPW8 by Ruige · 1 year, 5 months ago
  3. dd23884 SDFX for Licence by Ruige · 1 year, 5 months ago
  4. d39e1e7 signoff design files by Ruige · 1 year, 5 months ago
  5. 741335c Merge pull request #194 from proppy/fix-gf180mcu-template by Jeff DiCorpo · 1 year, 5 months ago

Rift2Core

Rift2320

This is a simple version of Rift2Core. Commit: b95a1555aeb79d975e8b273d412f0e6df42d0322 (Almost...)


  • dhrystone-500: 0.051004
  • coremark: 0.173484

The configuration is as followed:

class Rift2320 extends Config((site, here, up) => {
  case RiftParamsKey => RiftSetting(
    hasL2  = true,
    hasDebugger = true,
    hasPreFetch = false,
    hasuBTB = false,
    ftChn = 4,
    rnChn = 1,
    opChn = 2,
    wbChn = 1,
    cm_chn = 1,
    pmpNum = 0,
    regNum = 34,
    hpmNum  = 0,
    l1BeatBits = 64,
    memBeatBits = 64,
    tlbEntry = 2,
    l1DW = 128,
    ifetchParameters = IFParameters(
      uBTB_entry = 4,
      btb_cl = 4,
      bim_cl = 8,
      ras_dp = 4,
    ),
    icacheParameters = IcacheParameters(
      bk = 1,
      cb = 2,
      cl = 4,
    ),
    dcacheParameters = DcacheParameters(
      bk = 1,
      cb = 2,
      cl = 4,
      sbEntry = 2,
      stEntry = 2, 
    ),
    dptEntry = 4,
    fpuNum = 0,
    mulNum = 1,
    isMinArea = true,
    isLowPower = false,
  )
})