From e85aded32af66d4aa91e848d816ad6a94473c5d4 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 30 Oct 2009 12:27:18 +0000 Subject: [PATCH] update 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@565 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/async_defs.vhd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/CPUs/MIPS/src/async_defs.vhd b/lib/CPUs/MIPS/src/async_defs.vhd index e20d4f9..cef2f3d 100644 --- a/lib/CPUs/MIPS/src/async_defs.vhd +++ b/lib/CPUs/MIPS/src/async_defs.vhd @@ -31,11 +31,11 @@ package async_defs is constant ts_flash : async_timespec_t := ( - ncyc_leadin => 1, + ncyc_leadin => 0, ncyc_pulse_rd => 12, ncyc_pulse_wr => 7, - ncyc_leadout => 2, - ncyc_release => 3, + ncyc_leadout => 0, + ncyc_release => 0, ncyc_pulse_rst => 8, can_page_rd => true, nbits_page_rd => 4, @@ -49,15 +49,15 @@ package async_defs is constant ts_sram : async_timespec_t := ( - ncyc_leadin => 1, - ncyc_pulse_rd => 12, - ncyc_pulse_wr => 7, - ncyc_leadout => 1, - ncyc_release => 1, + ncyc_leadin => 0, + ncyc_pulse_rd => 1, + ncyc_pulse_wr => 1, + ncyc_leadout => 0, + ncyc_release => 0, ncyc_pulse_rst => 8, can_page_rd => false, - nbits_page_rd => 0, - ncyc_pulse_page_rd => 0, + nbits_page_rd => 5, + ncyc_pulse_page_rd => 2, pol_cs => '0', pol_oe => '0', pol_we => '0',