Type Definition rust_hdl_core::bits::Bit

source ·
pub type Bit = bool;
Expand description

A type alias for a simple bool. You can use them interchangeably.

Trait Implementations§

source§

impl Synth for Bit

source§

const BITS: usize = 1usize

source§

fn descriptor() -> TypeDescriptor

source§

fn vcd(self) -> VCDValue

source§

fn verilog(self) -> VerilogLiteral