- cop ouput register is now latch (better timing)

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@407 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-20 19:15:11 +00:00
parent 52e9decf78
commit dbff927a63
+6 -1
View File
@@ -347,7 +347,12 @@ cop_register_read:
reg := (others => '-');
end case;
dout <= reg after 2 ns;
-- Output latch
if cop_pipe_EX.re = '1' then
dout <= reg after 2 ns;
end if;
end process;
cop_we_gen: