- 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user