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, |         DocStringAnnotation, DontTouchAnnotation, SVAttributeAnnotation, | ||||||
|     }, |     }, | ||||||
|     array::{Array, ArrayType}, |     array::{Array, ArrayType}, | ||||||
|  |     bundle::Bundle, | ||||||
|     cli::Cli, |     cli::Cli, | ||||||
|     clock::{Clock, ClockDomain, ToClock}, |     clock::{Clock, ClockDomain, ToClock}, | ||||||
|     enum_::{HdlNone, HdlOption, HdlSome}, |     enum_::{Enum, HdlNone, HdlOption, HdlSome}, | ||||||
|     expr::{ |     expr::{ | ||||||
|         repeat, CastBitsTo, CastTo, CastToBits, Expr, HdlPartialEq, HdlPartialOrd, MakeUninitExpr, |         repeat, CastBitsTo, CastTo, CastToBits, Expr, HdlPartialEq, HdlPartialOrd, MakeUninitExpr, | ||||||
|         ReduceBits, ToExpr, |         ReduceBits, ToExpr, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue