Skip to content

Commit

Permalink
Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Dec 12, 2024
1 parent 0349fa7 commit 887a143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ceno_emul/src/disassemble/mod.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use crate::rv32im::Instruction;
use crate::rv32im::{InsnKind, Instruction};
use itertools::izip;
use rrs_lib::{
InstructionProcessor,
instruction_formats::{BType, IType, ITypeCSR, ITypeShamt, JType, RType, SType, UType},
process_instruction,
};

type InsnKind = crate::rv32im::InsnKind;

/// A transpiler that converts the 32-bit encoded instructions into instructions.
pub(crate) struct InstructionTranspiler {
pc: u32,
Expand Down

0 comments on commit 887a143

Please sign in to comment.