Project | Library | Model Name | Kind |
sca_basic_libraries | logic_sc | and2_reduced_sc | SystemC Module |
Ports
Name | Interface | Type | Description |
sc0_i | sc_core::sc_in | T1 | operand 0 |
sc1_i | sc_core::sc_in | T1 | operand 1 |
sc_o | sc_core::sc_out | T2 | result, must be of type bool or sc_logic |
Description
AND (reduced)
Long Description
Reduced AND operation, inputs are reduced using or_reduced(). Result type must be sc_logic or bool.