w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
proc_regs | ( CLK ) |
proc_next | ( R_REGS , ADDR , DI , REQ , WE , BE , MEM_DO ) |
Constants | |
muxaddrzero | slv ( MAWIDTH - 1 downto 0 ) := ( others = > ' 0 ' ) |
cellenzero | slv ( 2 ** MAWIDTH - 1 downto 0 ) := ( others = > ' 0 ' ) |
regs_init | regs_type := ( s_idle , muxaddrzero , ( others = > ' 0 ' ) , cellenzero , ( others = > ' 0 ' ) , ( others = > ' 0 ' ) , ( others = > ' 0 ' ) , ' 0 ' ) |
Types | |
state_type | ( s_idle , s_read0 , s_read1 , s_write ) |
mem_do_type | ( NBLOCK - 1 downto 0 ) slv32 |
Signals | |
R_REGS | regs_type := regs_init |
N_REGS | regs_type |
MEM_DO | mem_do_type := ( others = > ( others = > ' 0 ' ) ) |
Records | |
regs_type | |
state | state_type |
muxaddr | slv ( MAWIDTH - 1 downto 0 ) |
celladdr | slv12 |
cellen | slv ( 2 ** MAWIDTH - 1 downto 0 ) |
cellwe | slv4 |
dibuf | slv32 |
dobuf | slv32 |
ackr | slbit |
Instantiations | |
mcell | ram_1swsr_wfirst_gen <Entity ram_1swsr_wfirst_gen> |
Definition at line 52 of file pdp11_bram_memctl.vhd.
proc_regs | ( | CLK | ) |
Definition at line 120 of file pdp11_bram_memctl.vhd.
Definition at line 133 of file pdp11_bram_memctl.vhd.
|
Type |
Definition at line 54 of file pdp11_bram_memctl.vhd.
|
Record |
Definition at line 61 of file pdp11_bram_memctl.vhd.
|
Record |
Definition at line 62 of file pdp11_bram_memctl.vhd.
Definition at line 63 of file pdp11_bram_memctl.vhd.
Definition at line 64 of file pdp11_bram_memctl.vhd.
Definition at line 65 of file pdp11_bram_memctl.vhd.
Definition at line 66 of file pdp11_bram_memctl.vhd.
Definition at line 67 of file pdp11_bram_memctl.vhd.
Definition at line 68 of file pdp11_bram_memctl.vhd.
Definition at line 69 of file pdp11_bram_memctl.vhd.
|
Constant |
Definition at line 72 of file pdp11_bram_memctl.vhd.
|
Constant |
Definition at line 73 of file pdp11_bram_memctl.vhd.
|
Constant |
Definition at line 74 of file pdp11_bram_memctl.vhd.
Definition at line 85 of file pdp11_bram_memctl.vhd.
Definition at line 86 of file pdp11_bram_memctl.vhd.
|
Type |
Definition at line 88 of file pdp11_bram_memctl.vhd.
|
Signal |
Definition at line 89 of file pdp11_bram_memctl.vhd.
|
Instantiation |
Definition at line 116 of file pdp11_bram_memctl.vhd.