forked from libre-chip/cpu
cpu::util: clean up imports
This commit is contained in:
parent
fb0b07fbb2
commit
24bc57396e
1 changed files with 2 additions and 9 deletions
|
|
@ -1,15 +1,8 @@
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
// See Notices.txt for copyright information
|
// See Notices.txt for copyright information
|
||||||
|
|
||||||
use fayalite::{
|
use fayalite::{expr::ops::ArrayLiteral, module::wire_with_loc, prelude::*};
|
||||||
bundle::BundleType, expr::ops::ArrayLiteral, module::wire_with_loc, prelude::*,
|
use std::num::NonZero;
|
||||||
sim::vcd::VcdWriterDecls, util::RcWriter,
|
|
||||||
};
|
|
||||||
use std::{
|
|
||||||
num::NonZero,
|
|
||||||
panic::Location,
|
|
||||||
path::{Path, PathBuf},
|
|
||||||
};
|
|
||||||
|
|
||||||
pub mod array_vec;
|
pub mod array_vec;
|
||||||
pub mod tree_reduce;
|
pub mod tree_reduce;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue