Skip to content
Snippets Groups Projects
Commit ded52197 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added dbg_g_tech_ddr.

parent ca735189
No related branches found
No related tags found
No related merge requests found
...@@ -118,12 +118,14 @@ ARCHITECTURE str OF sim_ddr IS ...@@ -118,12 +118,14 @@ ARCHITECTURE str OF sim_ddr IS
SIGNAL sim_rst : STD_LOGIC; SIGNAL sim_rst : STD_LOGIC;
-- Debug signals for view in Wave window -- Debug signals for view in Wave window
SIGNAL dbg_g_tech_ddr : t_c_tech_ddr;
SIGNAL dbg_c_nof_addr : NATURAL; SIGNAL dbg_c_nof_addr : NATURAL;
SIGNAL dbg_c_dat_w : NATURAL; SIGNAL dbg_c_dat_w : NATURAL;
SIGNAL mem_state : t_mem_state; SIGNAL mem_state : t_mem_state;
BEGIN BEGIN
dbg_g_tech_ddr <= g_tech_ddr;
dbg_c_nof_addr <= c_nof_addr; dbg_c_nof_addr <= c_nof_addr;
dbg_c_dat_w <= c_dat_w; dbg_c_dat_w <= c_dat_w;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment