|
w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
| proc_regs | ( CLK ) |
| proc_next | ( R_REGS , CE_INT , DI ) |
Constants | |
| cntzero | slv ( CWIDTH - 1 downto 0 ) := ( others = > ' 0 ' ) |
| datazero | slv ( dWIDTH- 1 downto 0 ) := ( others = > ' 0 ' ) |
| regs_init | regs_type := ( cntzero , datazero , datazero , datazero ) |
Signals | |
| R_REGS | regs_type := regs_init |
| N_REGS | regs_type := regs_init |
Records | |
| regs_type | |
| cecnt | slv ( CWIDTH - 1 downto 0 ) |
| dref | slv ( DWIDTH - 1 downto 0 ) |
| dchange | slv ( DWIDTH - 1 downto 0 ) |
| dout | slv ( DWIDTH - 1 downto 0 ) |
Definition at line 42 of file debounce_gen.vhd.
|
Process |
Definition at line 68 of file debounce_gen.vhd.
Definition at line 84 of file debounce_gen.vhd.
Definition at line 44 of file debounce_gen.vhd.
Definition at line 45 of file debounce_gen.vhd.
|
Record |
Definition at line 47 of file debounce_gen.vhd.
Definition at line 48 of file debounce_gen.vhd.
Definition at line 49 of file debounce_gen.vhd.
Definition at line 50 of file debounce_gen.vhd.
Definition at line 51 of file debounce_gen.vhd.
Definition at line 54 of file debounce_gen.vhd.
Definition at line 61 of file debounce_gen.vhd.
Definition at line 62 of file debounce_gen.vhd.