Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Aug 4, 2023
1 parent 94d989c commit 00b6337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion riscv/examples/riscv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ use clap::Parser;
use fern;
use riscv::components::*;
use riscv_elf_parse;
use std::{cell::RefCell, collections::BTreeMap, fs, ops::Range, path::PathBuf, rc::Rc};
use std::{
cell::RefCell, collections::BTreeMap, fs, ops::Range, path::PathBuf, process::Command, rc::Rc,
};
use syncrim::{
common::{ComponentStore, Input},
components::*,
Expand Down
2 changes: 2 additions & 0 deletions src/components/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ impl Component for Mem {
)
}
}

Ok(())
}
}

Expand Down

0 comments on commit 00b6337

Please sign in to comment.