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