Function hazardflow_designs::gemmini::arithmetic::mac
source · pub fn mac(a: S<8>, b: S<8>, c: S<32>) -> S<OUTPUT_BITS>
Expand description
MAC unit (computes a * b + c
).
It preserves the signedness of operands.
pub fn mac(a: S<8>, b: S<8>, c: S<32>) -> S<OUTPUT_BITS>
MAC unit (computes a * b + c
).
It preserves the signedness of operands.