From a2e01a79664d33b5fa496dc782c3aa944d7e845d Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 5 Nov 2008 09:34:56 +0000 Subject: [PATCH] - added Tpd to 'dout' for sim git-svn-id: http://moon:8086/svn/vhdl/trunk@135 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_cop.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/core/mips_cop.vhd b/lib/CPUs/MIPS/src/core/mips_cop.vhd index 350aab3..434ab2c 100644 --- a/lib/CPUs/MIPS/src/core/mips_cop.vhd +++ b/lib/CPUs/MIPS/src/core/mips_cop.vhd @@ -341,7 +341,7 @@ cop_register_read: reg := (others => '-'); end case; - dout <= reg; + dout <= reg after 1 ns; end if; end process;