From 16af4b953306063c2aed52ab2ecde07e0bc6b5e4 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 14 Oct 2013 19:06:11 +0100 Subject: works! --- sdram_util.vhd | 1 + 1 file changed, 1 insertion(+) (limited to 'sdram_util.vhd') 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); -- cgit v1.2.3