w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
proc_regs | ( CLK ) |
proc_next | ( R_REGS , APP_EN , APP_ADDR , APP_CMD , APP_WDF_WREN , APP_WDF_END , APP_REF_REQ , APP_ZQ_REQ , R_MEMDO ) |
proc_mem | ( CLK ) |
proc_moni | ( CLK ) |
Constants | |
mwidth | positive := 2 ** BAWIDTH |
dwidth | positive := 8 * mwidth |
colwidth | positive := 11 |
rowwidth | positive := MAWIDTH - colwidth |
memsize | positive := 2 ** SAWIDTH |
datzero | bv8 := ( others = > ' 0 ' ) |
c_rdwait_rhit | positive := 2 |
c_rdwait_rmis | positive := 5 |
c_wrwait_rhit | positive := 2 |
c_wrwait_rmis | positive := 5 |
c_wrwait_max | positive := c_wrwait_rmis |
c_refwait | positive := 10 |
c_zqwait | positive := 8 |
c_crdy_init | slv13 := " 0001111110111 " |
rowaddr_init | slv ( rowwidth - 1 downto 0 ) := ( others = > ' 1 ' ) |
regs_init | regs_type := ( CACO_WAIT , ' 0 ' , ' 0 ' , rowaddr_init , 0 , 0 , c_crdy_init , 0 , 0 ) |
Types | |
ram_type | ( 0 to memsize - 1 ) bv8 |
Subtypes | |
addr_f_row | integer range MAWIDTH - 1 downto colwidth |
bv8 | bit_vector ( 7 downto 0 ) |
Signals | |
CLK | slbit |
R_REGS | regs_type := regs_init |
N_REGS | regs_type |
CLKFX | slbit |
MEM_EN | slbit := ' 0 ' |
MEM_WE | slbit := ' 0 ' |
MEM_ADDR | slv ( SAWIDTH - BAWIDTH - 1 downto 0 ) |
R_MEMDO | slv ( dwidth - 1 downto 0 ) := ( others = > ' 0 ' ) |
Records | |
regs_type | |
cacowait | natural |
enacaco | slbit |
enardy | slbit |
rowaddr | slv ( rowwidth - 1 downto 0 ) |
rdwait | natural |
wrwait | natural |
crdypat | slv13 |
refwait | natural |
zqwait | natural |
Instantiations | |
uiclkgen | sfs_gsim_core <Entity sfs_gsim_core> |
Definition at line 63 of file migui_core_gsim.vhd.
proc_regs | ( | CLK | ) |
Definition at line 148 of file migui_core_gsim.vhd.
|
Process |
Definition at line 161 of file migui_core_gsim.vhd.
|
Process |
Definition at line 294 of file migui_core_gsim.vhd.
|
Process |
Definition at line 319 of file migui_core_gsim.vhd.
Definition at line 65 of file migui_core_gsim.vhd.
Definition at line 66 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 70 of file migui_core_gsim.vhd.
Definition at line 71 of file migui_core_gsim.vhd.
|
Subtype |
Definition at line 72 of file migui_core_gsim.vhd.
|
Subtype |
Definition at line 74 of file migui_core_gsim.vhd.
Definition at line 75 of file migui_core_gsim.vhd.
Definition at line 76 of file migui_core_gsim.vhd.
Definition at line 77 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 80 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 81 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 82 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 83 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 84 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 86 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 87 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 90 of file migui_core_gsim.vhd.
|
Record |
Definition at line 92 of file migui_core_gsim.vhd.
|
Record |
Definition at line 93 of file migui_core_gsim.vhd.
Definition at line 94 of file migui_core_gsim.vhd.
Definition at line 95 of file migui_core_gsim.vhd.
Definition at line 96 of file migui_core_gsim.vhd.
|
Record |
Definition at line 97 of file migui_core_gsim.vhd.
|
Record |
Definition at line 98 of file migui_core_gsim.vhd.
Definition at line 99 of file migui_core_gsim.vhd.
|
Record |
Definition at line 100 of file migui_core_gsim.vhd.
|
Record |
Definition at line 101 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 104 of file migui_core_gsim.vhd.
|
Constant |
Definition at line 106 of file migui_core_gsim.vhd.
Definition at line 114 of file migui_core_gsim.vhd.
Definition at line 116 of file migui_core_gsim.vhd.
Definition at line 117 of file migui_core_gsim.vhd.
Definition at line 119 of file migui_core_gsim.vhd.
Definition at line 121 of file migui_core_gsim.vhd.
Definition at line 122 of file migui_core_gsim.vhd.
Definition at line 123 of file migui_core_gsim.vhd.
Definition at line 124 of file migui_core_gsim.vhd.
|
Instantiation |
Definition at line 142 of file migui_core_gsim.vhd.