|
w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
| proc_stim | |
| proc_moni | |
Constants | |
| clock_period | Delay_length := 20 ns |
| clock_offset | Delay_length := 200 ns |
| setup_time | Delay_length := 5 ns |
| c2out_time | Delay_length := 10 ns |
Signals | |
| CLK | slbit := ' 0 ' |
| RESET | slbit := ' 0 ' |
| CE | slbit := ' 0 ' |
| WE | slbit := ' 0 ' |
| DI | slv16 := ( others = > ' 0 ' ) |
| DO | slv16 := ( others = > ' 0 ' ) |
| EMPTY | slbit := ' 0 ' |
| FULL | slbit := ' 0 ' |
| SIZE | slv4 := ( others = > ' 0 ' ) |
| N_EMPTY | slbit := ' 1 ' |
| N_FULL | slbit := ' 0 ' |
| N_SIZE | slv4 := ( others = > ' 0 ' ) |
| R_EMPTY | slbit := ' 1 ' |
| R_FULL | slbit := ' 0 ' |
| R_SIZE | slv4 := ( others = > ' 0 ' ) |
| CLK_STOP | slbit := ' 0 ' |
| CLK_CYCLE | integer := 0 |
Instantiations | |
| clkgen | simclk <Entity simclk> |
| clkcnt | simclkcnt <Entity simclkcnt> |
| uut | tbd_fifo_simple_dram <Entity tbd_fifo_simple_dram> |
Definition at line 34 of file tb_fifo_simple_dram.vhd.
| proc_stim |
Definition at line 88 of file tb_fifo_simple_dram.vhd.
|
Process |
Definition at line 203 of file tb_fifo_simple_dram.vhd.
Definition at line 36 of file tb_fifo_simple_dram.vhd.
Definition at line 37 of file tb_fifo_simple_dram.vhd.
Definition at line 38 of file tb_fifo_simple_dram.vhd.
Definition at line 39 of file tb_fifo_simple_dram.vhd.
Definition at line 40 of file tb_fifo_simple_dram.vhd.
Definition at line 41 of file tb_fifo_simple_dram.vhd.
Definition at line 42 of file tb_fifo_simple_dram.vhd.
Definition at line 43 of file tb_fifo_simple_dram.vhd.
Definition at line 44 of file tb_fifo_simple_dram.vhd.
Definition at line 46 of file tb_fifo_simple_dram.vhd.
Definition at line 47 of file tb_fifo_simple_dram.vhd.
Definition at line 48 of file tb_fifo_simple_dram.vhd.
Definition at line 49 of file tb_fifo_simple_dram.vhd.
Definition at line 50 of file tb_fifo_simple_dram.vhd.
Definition at line 51 of file tb_fifo_simple_dram.vhd.
Definition at line 53 of file tb_fifo_simple_dram.vhd.
|
Signal |
Definition at line 54 of file tb_fifo_simple_dram.vhd.
|
Constant |
Definition at line 56 of file tb_fifo_simple_dram.vhd.
|
Constant |
Definition at line 57 of file tb_fifo_simple_dram.vhd.
|
Constant |
Definition at line 58 of file tb_fifo_simple_dram.vhd.
|
Constant |
Definition at line 59 of file tb_fifo_simple_dram.vhd.
|
Instantiation |
Definition at line 70 of file tb_fifo_simple_dram.vhd.
|
Instantiation |
Definition at line 72 of file tb_fifo_simple_dram.vhd.
|
Instantiation |
Definition at line 85 of file tb_fifo_simple_dram.vhd.