- changed Exception vector from 0x80000180 to 0x80000080

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@454 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-04-17 20:30:57 +00:00
parent ef6b247b01
commit 2e57a02355
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -344,7 +344,7 @@ cop_exc_vector:
process(clk)
begin
if rising_edge(clk) then
ctrl_out.exc_vec <= X"80000180";
ctrl_out.exc_vec <= X"80000080";
if status(22) = '1' then
ctrl_out.exc_vec <= X"BFC00180";
end if;