package frontend
- Alphabetic
- Public
- Protected
Type Members
- class BIM extends IFetchModule
- class BTB extends IFetchModule
A branch target buffer (BTB) module for RISC-V processors.
- class Decode16 extends DecodeBase
- class Decode32 extends DecodeBase with Decode32G with Decode32FD
- trait Decode32FD extends AnyRef
- trait Decode32G extends AnyRef
- abstract class DecodeBase extends RiftModule
- class DecodeIO extends RiftBundle
This class defines the input and output ports for a RISC-V 16-bit decoder.
- class FakeuBTB extends uBTBBase
- abstract class IF1Base extends IFetchModule
instract fetch stage 1, generate pc
- class IF1NPredict extends IF1Base with IF1NuBTB
- trait IF1NuBTB extends AnyRef
Trait that disables uBTB functionality
- class IF1Predict extends IF1Base with IF1uBTB
Class that extends IF1Base and adds uBTB functionality.
- trait IF1uBTB extends AnyRef
Trait that adds uBTB functionality to IF1GenModule
- class IF2 extends IF2Base with IF2MMU with IF2Fault with IF2FSM with IF2ICache with IF2Bus with IF2LoadIBuf with IF2Fence with IF2PreFetch
- abstract class IF2Base extends IcacheModule
- trait IF2Bus extends AnyRef
- trait IF2FSM extends AnyRef
- trait IF2Fault extends AnyRef
- trait IF2Fence extends AnyRef
- trait IF2ICache extends AnyRef
- trait IF2LoadIBuf extends AnyRef
- trait IF2MMU extends AnyRef
- trait IF2NCache extends AnyRef
- trait IF2PreFetch extends AnyRef
- class IF3 extends IF3Base with IF3_PreDecode with IF3_Predict with IF3_Update
- abstract class IF3Base extends IFetchModule
instract fetch stage 3, instr pre-decode, realign, predict-state 1
- trait IF3_PreDecode extends AnyRef
- trait IF3_Predict extends AnyRef
- trait IF3_Update extends AnyRef
- class IF4 extends IF4Base with IF4_Decode with IF4_Predict with IF4SRAM
- abstract class IF4Base extends IFetchModule
instract fetch stage 4, instr decode, predict-state 2
- trait IF4SRAM extends AnyRef
- trait IF4_Decode extends AnyRef
- trait IF4_Predict extends AnyRef
- trait NVDecode extends AnyRef
- class RAS extends IFetchModule
- class TAGE extends IFetchModule
- case class TageParams(tableInfo: Seq[(Int, Int)] = Seq(( 128, 2 ),
( 128, 4 ),
( 256, 8 ),
( 256, 16 ),
( 128, 32 ),
( 128, 64 ))) extends Product with Serializable - class TageTable extends IFetchModule
- trait VDecode32 extends AnyRef
- class uBTB extends uBTBBase with uBTBLookup with uBTBFlush with uBTBUpdate
- abstract class uBTBBase extends IFetchModule
- trait uBTBFlush extends AnyRef
- trait uBTBLookup extends AnyRef
- trait uBTBUpdate extends AnyRef
Value Members
- object Decode16
This object provides a method to instantiate a RISC-V 16-bit instruction decoder
- object Decode32
This object implements a 32-bit RISC-V instruction decoder.
This object implements a 32-bit RISC-V instruction decoder.
- Note
It takes UInt inputs x and pc, along with a boolean hasFpu to indicate whether or not the processor has a floating point unit. An implicit Parameters object is also expected to be in scope.
- object PreDecode16
- object PreDecode32
- object Tage_Decode