w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
proc_regs | ( CLK ) |
proc_next | ( R_REGS , RESET , WE , RE ) |
Constants | |
memsize | positive := 2 ** AWIDTH |
regs_init | regs_type := ( slv ( to_unsigned ( 0 , AWIDTH ) ) , slv ( to_unsigned ( 0 , AWIDTH ) ) , ' 1 ' , ' 0 ' ) |
Signals | |
R_REGS | regs_type := regs_init |
N_REGS | regs_type := regs_init |
RAM_WE | slbit := ' 0 ' |
Records | |
regs_type | |
waddr | slv ( AWIDTH - 1 downto 0 ) |
raddr | slv ( AWIDTH - 1 downto 0 ) |
empty | slbit |
full | slbit |
Instantiations | |
ram | ram_1swar_1ar_gen <Entity ram_1swar_1ar_gen> |
Definition at line 47 of file fifo_1c_dram_raw.vhd.
proc_regs | ( | CLK | ) |
Definition at line 84 of file fifo_1c_dram_raw.vhd.
|
Record |
Definition at line 49 of file fifo_1c_dram_raw.vhd.
Definition at line 50 of file fifo_1c_dram_raw.vhd.
Definition at line 51 of file fifo_1c_dram_raw.vhd.
Definition at line 52 of file fifo_1c_dram_raw.vhd.
Definition at line 53 of file fifo_1c_dram_raw.vhd.
Definition at line 56 of file fifo_1c_dram_raw.vhd.
|
Constant |
Definition at line 57 of file fifo_1c_dram_raw.vhd.
Definition at line 63 of file fifo_1c_dram_raw.vhd.
Definition at line 64 of file fifo_1c_dram_raw.vhd.
Definition at line 66 of file fifo_1c_dram_raw.vhd.
|
Instantiation |
Definition at line 82 of file fifo_1c_dram_raw.vhd.