- put async_types to lib/misc/async_types
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@257 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -25,20 +25,9 @@ library IEEE;
|
|||||||
USE IEEE.STD_LOGIC_1164.ALL;
|
USE IEEE.STD_LOGIC_1164.ALL;
|
||||||
USE IEEE.NUMERIC_STD.ALL;
|
USE IEEE.NUMERIC_STD.ALL;
|
||||||
|
|
||||||
package sys_types is
|
use work.async_types.all;
|
||||||
|
|
||||||
type async_timespec_t is record
|
package async_defs is
|
||||||
ncyc_access : natural;
|
|
||||||
ncyc_pulse_rd : natural;
|
|
||||||
ncyc_pulse_wr : natural;
|
|
||||||
ncyc_cs_hold : natural;
|
|
||||||
ncyc_release : natural;
|
|
||||||
ncyc_pulse_rst : natural;
|
|
||||||
pol_cs : std_logic;
|
|
||||||
pol_oe : std_logic;
|
|
||||||
pol_we : std_logic;
|
|
||||||
pol_rst : std_logic;
|
|
||||||
end record;
|
|
||||||
|
|
||||||
constant ts_flash : async_timespec_t :=
|
constant ts_flash : async_timespec_t :=
|
||||||
(
|
(
|
||||||
@@ -70,4 +59,4 @@ package sys_types is
|
|||||||
|
|
||||||
----------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
end sys_types;
|
end async_defs;
|
||||||
|
|||||||
Reference in New Issue
Block a user