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

Defined c_tech_ddr_miso_rst and c_tech_ddr_mosi_rst.

parent 64542894
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,10 @@ PACKAGE tech_ddr_pkg IS ...@@ -147,7 +147,10 @@ PACKAGE tech_ddr_pkg IS
burstbegin : STD_LOGIC; burstbegin : STD_LOGIC;
burstsize : STD_LOGIC_VECTOR(c_tech_ddr_max.maxburstsize_w-1 DOWNTO 0); burstsize : STD_LOGIC_VECTOR(c_tech_ddr_max.maxburstsize_w-1 DOWNTO 0);
END RECORD; END RECORD;
CONSTANT c_tech_ddr_miso_rst : t_tech_ddr_miso := ((OTHERS=>'0'), '0', '0');
CONSTANT c_tech_ddr_mosi_rst : t_tech_ddr_mosi := ((OTHERS=>'0'), (OTHERS=>'0'), '0', '0', '0', (OTHERS=>'0'));
END tech_ddr_pkg; END tech_ddr_pkg;
PACKAGE BODY tech_ddr_pkg IS PACKAGE BODY tech_ddr_pkg IS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment