Skip to content
Snippets Groups Projects
Commit 588a8417 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Removed unused signals and constants.

parent d2af806a
Branches
No related tags found
No related merge requests found
...@@ -71,17 +71,6 @@ END tech_ddr; ...@@ -71,17 +71,6 @@ END tech_ddr;
ARCHITECTURE str OF tech_ddr IS ARCHITECTURE str OF tech_ddr IS
CONSTANT c_nof_addr : NATURAL := 2**func_tech_ddr_ctlr_address_w(g_tech_ddr); --8192;
CONSTANT c_dat_w : NATURAL := func_tech_ddr_ctlr_data_w(g_tech_ddr); --256;
TYPE t_mem_arr IS ARRAY(0 TO c_nof_addr-1) OF STD_LOGIC_VECTOR(c_dat_w-1 DOWNTO 0);
SIGNAL sim_clk : STD_LOGIC;
SIGNAL sim_rst : STD_LOGIC;
SIGNAL sim_ctlr_mosi : t_mem_ctlr_mosi;
SIGNAL address : NATURAL;
BEGIN BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment