Function simfony_as_rust::jet::multi_bit_logic::left_extend_1_8
source ยท pub fn left_extend_1_8(a: u1) -> u8Expand description
Extend a 1-bit value to an 8-bit value by padding its left with the MSB.
pub fn left_extend_1_8(a: u1) -> u8Extend a 1-bit value to an 8-bit value by padding its left with the MSB.