- Removed DEADBEEF-garbage

git-svn-id: http://moon:8086/svn/vhdl/trunk@114 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-25 17:09:13 +00:00
parent 9918af8a12
commit 08317c7744
+1 -1
View File
@@ -338,7 +338,7 @@ cop_register_read:
reg := test_reg;
when others =>
reg := X"DEADBEEF";
reg := (others => '-');
end case;
dout <= reg;