From cb32a5aeedbce17031de6b675aa0d0fd4991aa0a Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 25 Aug 2013 17:01:18 +0000 Subject: [PATCH] - reduced tpd 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/branches/BRANCH_MIPS_TLB@1022 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_bcu.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/core/mips_bcu.vhd b/lib/CPUs/MIPS/src/core/mips_bcu.vhd index 1bb28bd..bddfa7b 100644 --- a/lib/CPUs/MIPS/src/core/mips_bcu.vhd +++ b/lib/CPUs/MIPS/src/core/mips_bcu.vhd @@ -45,7 +45,7 @@ architecture Behavioral of bcu is -------------------------------------------------------------------------- begin - flags.eq <= '1' when ((op1_in xor op2_in) = (data_width-1 downto 0 => '0')) else '0' after 3 ns; + flags.eq <= '1' when ((op1_in xor op2_in) = (data_width-1 downto 0 => '0')) else '0' after 1 ns; flags.ltz <= op1_in(op1_in'left) after 1 ns; --------------------------------------------------------------------------