package define
Type Members
- class AClint_Bundle extends Bundle
- class Alu_function extends RiftBundle
- class Alu_isa extends Bundle
- class Alu_iss_info extends RiftBundle
- class Alu_param extends RD_PHY
- class BIMReq_Bundle extends IFetchBundle
Bundle for Bi-Model Predictor requests.
- class BIMResp_Bundle extends IFetchBundle
Bundle for Bi-Model Predictor respond.
- class BIMUpdate_Bundle extends BIMResp_Bundle
Bundle for Bi-Model Predictor update.
- class BTBReq_Bundle extends IFetchBundle
Bundle for Branch Target Buffer (BTB) request interface.
- class BTBResp_Bundle extends IFetchBundle
Bundle for Branch Target Buffer (BTB) response interface.
- class BTBUpdate_Bundle extends BTBResp_Bundle
This class represents a bundle for updating the Branch Target Buffer (BTB).
- class Branch_CTarget_Bundle extends Branch_FTarget_Bundle
Bundle definition for the branch commit target interface.
Bundle definition for the branch commit target interface. This bundle represents the actual outcome of a branch instruction after execution.
- class Branch_FTarget_Bundle extends RiftBundle
Bundle definition for the branch fetch target interface.
Bundle definition for the branch fetch target interface. This bundle represents the information that has been predicted for a branch instruction.
- class Bru_isa extends Bundle
- class Bru_iss_info extends RiftBundle
- class Bru_param extends RD_PHY
- class Commit_Redirect_Bundle extends RiftBundle
- class Csr_function extends RiftBundle
- class Csr_isa extends Bundle
- class Csr_iss_info extends RiftBundle
- class Csr_param extends RD_PHY
- class Dpt_info extends Info_instruction
- class Fpu_dpt_info extends RiftBundle
- class Fpu_isa extends Bundle
- class Ghist_reflash_Bundle extends IFetchBundle
- trait HasIFParameters extends HasRiftParameters
- class IF1_Bundle extends uBTBResp_Bundle
This class represents the output bundle for the Instruction Fetch Stage 1 (IF1) of the Processor.
This class represents the output bundle for the Instruction Fetch Stage 1 (IF1) of the Processor. It extends the uBTBResp_Bundle and contains an additional field
- class IF2_Bundle extends IFetchBundle
This class represents the output bundle for the Instruction Fetch Stage 2 (IF2)
- class IF3_Bundle extends RiftBundle
This class represents the output interface for the Instruction Fetch Stage 3.
- class IF4_Bundle extends Info_instruction
Represents the output of the fourth stage of the Instruction Fetch (IF4), which finishes the instruction decoding.
Represents the output of the fourth stage of the Instruction Fetch (IF4), which finishes the instruction decoding.
- Note
This class inherits from the
Info_instruction
class, which provides all information about the instruction.
- class IF4_Redirect_Bundle extends IFetchBundle
This class represents the output bundle for the Redirect Request Interface from Instruction Fetch Stage-4.
This class represents the output bundle for the Redirect Request Interface from Instruction Fetch Stage-4. It extends the IFetchBundle class and contains additional fields
- case class IFParameters(uBTB_entry: Int = 16, uBTB_tag_w: Int = 8, btb_cl: Int = 4096, bim_cl: Int = 4096, ras_dp: Int = 256, tage_table: Int = 6) extends Product with Serializable
- abstract class IFetchBundle extends RiftBundle with HasIFParameters
- abstract class IFetchModule extends RiftModule with HasIFParameters
- class Info_clint_csr extends RiftBundle
- class Info_cmm_lsu extends RiftBundle
- class Info_if_cmm extends RiftBundle
- class Info_instruction extends Instruction_set
A class that extends Instruction_set and represents an information of the instruction.
- class Info_lsu_cmm extends RiftBundle
- class Info_reorder_i extends RiftBundle
- class Instruction_param extends RiftBundle
A class that extends RiftBundle and represents an instruction parameter.
- class Instruction_set extends RiftBundle
This class represents a bundle of all the supported Instruction Set Architectures (ISA).
This class represents a bundle of all the supported Instruction Set Architectures (ISA). It provides access to different ISA types such as Arithmetic logic Unit (ALU), Branch and Jump Unit (BRU), Load Store Unit (LSU), Control and Status Register (CSR), Multiply and Divide Unit (MUL), Privileged instructions (Privilege_isa), and Floating Point Unit (FPU).
- class Jump_CTarget_Bundle extends Jump_FTarget_Bundle
Bundle definition for the jump commit target interface.
Bundle definition for the jump commit target interface. This bundle represents the actual outcome of a jump instruction after execution.
- class Jump_FTarget_Bundle extends RiftBundle
Bundle definition for the jump fetch target interface.
Bundle definition for the jump fetch target interface. This bundle represents the information that has been predicted for a jump instruction.
- class Lsu_isa extends Bundle
- class Lsu_iss_info extends RiftBundle
- class Lsu_param extends RD_PHY
- class Mul_isa extends Bundle
- class Mul_iss_info extends RiftBundle
- class Mul_param extends RD_PHY
- class Operation_source extends RiftBundle
- class Plic_Bundle extends Bundle
- class PreDecode_Bundle extends IFetchBundle
This class represents the output bundle for the Pre-Decoder.
- class PreFetch_Req_Bundle extends RiftBundle
- class Privil_isa extends Bundle
- class RASPP_Bundle extends IFetchBundle
This class represents the bundle for Return Address Stack Pop/Push Interface from Instruction Fetch
- class RD_PHY extends RiftBundle
- class RD_RAW extends RiftBundle
- class RS_PHY extends RiftBundle
- class RS_RAW extends RiftBundle
- class ReadOp_Rsp_Bundle extends RiftBundle
- class Reg_PHY extends RiftBundle
- class Reg_RAW extends RiftBundle
- class Stq_req_Bundle extends RiftBundle
- class Stq_resp_Bundle extends RiftBundle
- class TageReq_Bundle extends TageTableReq_Bundle
- class TageResp_Bundle extends IFetchBundle
- class TageTableReq_Bundle extends IFetchBundle
- class TageTableResp_Bundle extends IFetchBundle
- class TageTableUpdate_Bundle extends IFetchBundle
- class TageUpdate_Bundle extends TageResp_Bundle
- class VLsu_Attach_Bundle extends RiftBundle with Vec_element_Index with Vec_vType_Bundle
- class VRename_Attach_Bundle extends RiftBundle with Vec_PreRename_Bundle with Vec_vType_Bundle with Vec_PreIssue_Bundle with Vec_element_Index
- class VecIsa extends Bundle
- trait Vec_PreIssue_Bundle extends AnyRef
- trait Vec_PreRename_Bundle extends AnyRef
- trait Vec_element_Index extends AnyRef
- trait Vec_vType_Bundle extends AnyRef
- class WriteBack_info extends RD_PHY
- class uBTBReq_Bundle extends BTBReq_Bundle
Bundle for Micro Branch Target Buffer (uBTB) request interface.
- class uBTBResp_Bundle extends BTBResp_Bundle
Bundle for Micro Branch Target Buffer (uBTB) response interface.
Bundle for Micro Branch Target Buffer (uBTB) response interface. Inherits from BTBResp_Bundle.
- class uBTBUpdate_Bundle extends BTBUpdate_Bundle
This class represents a micro-Branch Target Buffer (uBTB) update bundle, which is used to update the BTB on processing branches.
This class represents a micro-Branch Target Buffer (uBTB) update bundle, which is used to update the BTB on processing branches. It extends the BTBUpdate_Bundle class and contains an additional field isTaken, which is of type Bool and