- reverted debug back to unsigned

git-svn-id: http://moon:8086/svn/vhdl/trunk@1037 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2014-07-23 19:56:08 +00:00
parent 70e48af3ab
commit b85b41e65d
+1 -1
View File
@@ -42,7 +42,7 @@ ARCHITECTURE behavior OF tb_mips_top IS
constant SRAM_ADDR_WIDTH : integer := 17; -- bits
constant FLASH_ADDR_WIDTH : integer := 17; -- bits
signal debug : chip_debug_t;
signal debug : unsigned(1 downto 0);
-- Master
signal nmi : STD_LOGIC := '0';