|
SURF
|
Inheritance diagram for SynchronizerOneShotCnt:
Collaboration diagram for SynchronizerOneShotCnt:Entities | |
| SynchronizerOneShotCnt.rtl | architecture |
Libraries | |
| ieee | |
| surf | |
Use Clauses | |
| std_logic_1164 | |
| std_logic_arith | |
| std_logic_unsigned | |
| StdRtlPkg | Package <StdRtlPkg> |
Generics | |
| TPD_G | time := 1 ns |
| RST_POLARITY_G | sl := ' 1 ' |
| RST_ASYNC_G | boolean := false |
| COMMON_CLK_G | boolean := false |
| IN_POLARITY_G | sl := ' 1 ' |
| OUT_POLARITY_G | sl := ' 1 ' |
| USE_DSP_G | string := " no " |
| SYNTH_CNT_G | sl := ' 1 ' |
| CNT_RST_EDGE_G | boolean := true |
| CNT_WIDTH_G | positive := 16 |
Ports | ||
| wrClk | in | sl |
| wrRst | in | sl := not RST_POLARITY_G |
| dataIn | in | sl |
| rdClk | in | sl |
| rdRst | in | sl := not RST_POLARITY_G |
| rollOverEn | in | sl |
| cntRst | in | sl := not RST_POLARITY_G |
| dataOut | out | sl |
| cntOut | out | slv ( CNT_WIDTH_G- 1 downto 0 ) |