pub struct LoweredFrontendArtifact {
pub symbolic: SymbolicRtl,
pub external: ExternalHierarchy,
}Expand description
Internal artifacts derived from one stable SDK value.
symbolic compiles the artifact as a standalone design. external lets a
Veryl native testbench instantiate the same module without teaching the SDK
about Veryl syntax.
Fields§
§symbolic: SymbolicRtl§external: ExternalHierarchyAuto Trait Implementations§
impl Freeze for LoweredFrontendArtifact
impl RefUnwindSafe for LoweredFrontendArtifact
impl Send for LoweredFrontendArtifact
impl Sync for LoweredFrontendArtifact
impl Unpin for LoweredFrontendArtifact
impl UnsafeUnpin for LoweredFrontendArtifact
impl UnwindSafe for LoweredFrontendArtifact
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more