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
|
||||
// See Notices.txt for copyright information
|
||||
|
||||
use fayalite::{
|
||||
bundle::BundleType, expr::ops::ArrayLiteral, module::wire_with_loc, prelude::*,
|
||||
sim::vcd::VcdWriterDecls, util::RcWriter,
|
||||
};
|
||||
use std::{
|
||||
num::NonZero,
|
||||
panic::Location,
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
use fayalite::{expr::ops::ArrayLiteral, module::wire_with_loc, prelude::*};
|
||||
use std::num::NonZero;
|
||||
|
||||
pub mod array_vec;
|
||||
pub mod tree_reduce;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue