Project | Library | Model Name | Kind |
sca_basic_libraries | logic_tdf | cmp_gt_eq_tdf | TDF Module |
Ports
Name | Interface | Type | Description |
tdf0_i | sca_tdf::sca_in | T1 | operand 0 |
tdf1_i | sca_tdf::sca_in | T1 | operand 1 |
tdf_o | sca_tdf::sca_out | T2 | result, must be of type bool or sc_logic |
Description
CMP GTEQUAL
Long Description
Compare greater equal operation (tdf_o = tdf0_i >= tdf1_i) as defined for template type of input operands. Comparation referred to >= operator without logically interpretation. Result type must be sc_logic or bool.