summaryrefslogtreecommitdiffstats
path: root/sdram_util.vhd
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-14 19:06:11 +0100
committerJames <james.mckenzie@citrix.com>2013-10-14 19:06:11 +0100
commit16af4b953306063c2aed52ab2ecde07e0bc6b5e4 (patch)
tree83839ec3e3308396a22576ffeac5a4b7cce6bf26 /sdram_util.vhd
parent3b79402993f7857243ab033644d7ca6b757be76d (diff)
downloadsdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.tar.gz
sdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.tar.bz2
sdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.zip
works!
Diffstat (limited to 'sdram_util.vhd')
-rw-r--r--sdram_util.vhd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdram_util.vhd b/sdram_util.vhd
index 23c1d1e..7dfcb47 100644
--- a/sdram_util.vhd
+++ b/sdram_util.vhd
@@ -6,6 +6,7 @@ package sdram_util is
subtype uint3_t is integer range 0 to 7;
subtype uint4_t is integer range 0 to 15;
+subtype uint8_t is integer range 0 to 255;
subtype uint13_t is integer range 0 to 8191;
subtype cs_n_t is std_logic_vector(0 downto 0);
subtype addr_t is std_logic_vector(23 downto 0);