Function simfony_as_rust::jet::multi_bit_logic::left_extend_1_32
source ยท pub fn left_extend_1_32(a: u1) -> u32Expand description
Extend a 1-bit value to a 32-bit value by padding its left with the MSB.
pub fn left_extend_1_32(a: u1) -> u32Extend a 1-bit value to a 32-bit value by padding its left with the MSB.