forked from libre-chip/fayalite
add Bundle and Enum to prelude
This commit is contained in:
parent
d0229fbcfb
commit
3939ce2360
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ pub use crate::{
|
|||
DocStringAnnotation, DontTouchAnnotation, SVAttributeAnnotation,
|
||||
},
|
||||
array::{Array, ArrayType},
|
||||
bundle::Bundle,
|
||||
cli::Cli,
|
||||
clock::{Clock, ClockDomain, ToClock},
|
||||
enum_::{HdlNone, HdlOption, HdlSome},
|
||||
enum_::{Enum, HdlNone, HdlOption, HdlSome},
|
||||
expr::{
|
||||
repeat, CastBitsTo, CastTo, CastToBits, Expr, HdlPartialEq, HdlPartialOrd, MakeUninitExpr,
|
||||
ReduceBits, ToExpr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue