forked from libre-chip/fayalite
re-export bitvec and add types useful for simulation to the prelude
This commit is contained in:
parent
62058dc141
commit
6929352be7
5 changed files with 19 additions and 14 deletions
|
|
@ -2,12 +2,11 @@
|
|||
// See Notices.txt for copyright information
|
||||
|
||||
use fayalite::{
|
||||
int::UIntValue,
|
||||
memory::{ReadStruct, ReadWriteStruct, WriteStruct},
|
||||
module::{instance_with_loc, reg_builder_with_loc},
|
||||
prelude::*,
|
||||
reset::ResetType,
|
||||
sim::{time::SimDuration, vcd::VcdWriterDecls, Simulation},
|
||||
sim::vcd::VcdWriterDecls,
|
||||
util::RcWriter,
|
||||
};
|
||||
use std::num::NonZeroUsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue