From 5ecfef059503dd4eaf81f4d0d1d8a0c511bb9cb0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 27 Oct 2009 21:48:53 +0000 Subject: [PATCH] - changed names 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@538 cc03376c-175c-47c8-b038-4cd826a8556b --- projects/mips_sys/src/sys_types.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/mips_sys/src/sys_types.vhd b/projects/mips_sys/src/sys_types.vhd index de3de9e..5355167 100644 --- a/projects/mips_sys/src/sys_types.vhd +++ b/projects/mips_sys/src/sys_types.vhd @@ -31,10 +31,10 @@ package async_defs is constant ts_flash : async_timespec_t := ( - ncyc_access => 1, + ncyc_leadin => 1, ncyc_pulse_rd => 12, ncyc_pulse_wr => 7, - ncyc_cs_hold => 1, + ncyc_leadout => 1, ncyc_release => 1, ncyc_pulse_rst => 8, pol_cs => '1', @@ -46,10 +46,10 @@ package async_defs is constant ts_usb : async_timespec_t := ( - ncyc_access => 1, + ncyc_leadin => 1, ncyc_pulse_rd => 6, ncyc_pulse_wr => 6, - ncyc_cs_hold => 1, + ncyc_leadout => 1, ncyc_release => 6, ncyc_pulse_rst => 8, pol_cs => '0',