- 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
This commit is contained in:
2009-10-27 21:48:53 +00:00
parent 0b8624c6ac
commit 5ecfef0595
+4 -4
View File
@@ -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',