- 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@534 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-10-27 21:22:03 +00:00
parent 4a5178da93
commit c8306cafc4
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -31,11 +31,11 @@ package async_defs is
constant ts_flash : async_timespec_t := constant ts_flash : async_timespec_t :=
( (
ncyc_access => 1, ncyc_leadin => 0,
ncyc_pulse_rd => 12, ncyc_pulse_rd => 12,
ncyc_pulse_wr => 7, ncyc_pulse_wr => 7,
ncyc_cs_hold => 1, ncyc_leadout => 0,
ncyc_release => 1, ncyc_release => 0,
ncyc_pulse_rst => 8, ncyc_pulse_rst => 8,
pol_cs => '0', pol_cs => '0',
pol_oe => '0', pol_oe => '0',
@@ -46,10 +46,10 @@ package async_defs is
constant ts_sram : async_timespec_t := constant ts_sram : async_timespec_t :=
( (
ncyc_access => 1, ncyc_leadin => 1,
ncyc_pulse_rd => 12, ncyc_pulse_rd => 12,
ncyc_pulse_wr => 7, ncyc_pulse_wr => 7,
ncyc_cs_hold => 1, ncyc_leadout => 1,
ncyc_release => 1, ncyc_release => 1,
ncyc_pulse_rst => 8, ncyc_pulse_rst => 8,
pol_cs => '0', pol_cs => '0',
+2 -2
View File
@@ -28,10 +28,10 @@ USE IEEE.NUMERIC_STD.ALL;
package async_types is package async_types is
type async_timespec_t is record type async_timespec_t is record
ncyc_access : natural; ncyc_leadin : natural;
ncyc_pulse_rd : natural; ncyc_pulse_rd : natural;
ncyc_pulse_wr : natural; ncyc_pulse_wr : natural;
ncyc_cs_hold : natural; ncyc_leadout : natural;
ncyc_release : natural; ncyc_release : natural;
ncyc_pulse_rst : natural; ncyc_pulse_rst : natural;
pol_cs : std_logic; pol_cs : std_logic;