|
SURF
|
Inheritance diagram for Debouncer:
Collaboration diagram for Debouncer:Entities | |
| Debouncer.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 |
| INPUT_POLARITY_G | sl := ' 0 ' |
| OUTPUT_POLARITY_G | sl := ' 1 ' |
| CLK_FREQ_G | real := 156 . 250E + 6 |
| DEBOUNCE_PERIOD_G | real := 1 . 0E - 3 |
| SYNCHRONIZE_G | boolean := true |
| SYNC_EDGE_TRIG_G | boolean := false |
Ports | ||
| clk | in | sl |
| rst | in | sl := not RST_POLARITY_G |
| i | in | sl |
| o | out | sl |