- VHDL source: psi_common_find_min_max
- Testbench source: psi_common_find_min_max_tb.vhd
This entity is a sub component of psi_common_min_max_mean and allow detecting maximum number for
Name | type | Description |
---|---|---|
generic(rst_pol_g | std_logic | rst pol select |
length_g | natural | data length |
signed_g | boolean | signed/unsigned |
mode_g | string | mode select |
Name | In/Out | Length | Description |
---|---|---|---|
clk_i | i | 1 | clock |
rst_i | i | 1 | sync reset |
str_i | i | 1 | strobe in |
raz_i | i | 1 | reset output |
dat_i | i | length_g | data input |
str_o | o | 1 | strobe output |
dat_o | o | length_g | data output |
run_dat_o | o | length_g | data output running |
run_str_o | o | 1 | strobe output running |