Function simfony_as_rust::jet::multi_bit_logic::left_extend_1_16
source ยท pub fn left_extend_1_16(a: u1) -> u16Expand description
Extend a 1-bit value to a 16-bit value by padding its left with the MSB.
pub fn left_extend_1_16(a: u1) -> u16Extend a 1-bit value to a 16-bit value by padding its left with the MSB.