-added new page_read parameters

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@550 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-10-28 22:45:24 +00:00
parent 6ab6c0632c
commit 9ea208eaf0
3 changed files with 29 additions and 14 deletions
+14 -11
View File
@@ -28,17 +28,20 @@ USE IEEE.NUMERIC_STD.ALL;
package async_types is
type async_timespec_t is record
ncyc_leadin : natural;
ncyc_pulse_rd : natural;
ncyc_pulse_wr : natural;
ncyc_leadout : natural;
ncyc_release : natural;
ncyc_pulse_rst : natural;
pol_cs : std_logic;
pol_oe : std_logic;
pol_we : std_logic;
pol_be : std_logic;
pol_rst : std_logic;
ncyc_leadin : natural;
ncyc_pulse_rd : natural;
ncyc_pulse_wr : natural;
ncyc_leadout : natural;
ncyc_release : natural;
ncyc_pulse_rst : natural;
can_page_rd : boolean;
nbits_page_rd : natural;
ncyc_pulse_page_rd : natural;
pol_cs : std_logic;
pol_oe : std_logic;
pol_we : std_logic;
pol_be : std_logic;
pol_rst : std_logic;
end record;
end async_types;