|
SURF
|
Inheritance diagram for DspComparator:
Collaboration diagram for DspComparator:Entities | |
| DspComparator.rtl | architecture |
Libraries | |
| ieee | |
| surf | |
Use Clauses | |
| std_logic_1164 | |
| numeric_std | |
| StdRtlPkg | Package <StdRtlPkg> |
Generics | |
| TPD_G | time := 1 ns |
| RST_POLARITY_G | sl := ' 1 ' |
| RST_ASYNC_G | boolean := false |
| USE_DSP_G | string := " yes " |
| PIPE_STAGES_G | natural range 0 to 1 := 0 |
| WIDTH_G | positive range 2 to 96 := 32 |
Ports | ||
| clk | in | sl |
| rst | in | sl := not ( RST_POLARITY_G ) |
| ibValid | in | sl := ' 1 ' |
| ibReady | out | sl |
| ain | in | slv ( WIDTH_G- 1 downto 0 ) |
| bin | in | slv ( WIDTH_G- 1 downto 0 ) |
| obValid | out | sl |
| obReady | in | sl := ' 1 ' |
| aout | out | slv ( WIDTH_G- 1 downto 0 ) |
| bout | out | slv ( WIDTH_G- 1 downto 0 ) |
| eq | out | sl |
| gt | out | sl |
| gtEq | out | sl |
| ls | out | sl |
| lsEq | out | sl |