w11 - vhd 0.794
W11 CPU core and support modules
|
Functions | |
slv | crc8_update ( crc: in in slv8 , data: in in slv8 ) |
slv | crc8_update_tbl ( crc: in in slv8 , data: in in slv8 ) |
slv | crc16_update ( crc: in in slv16 , data: in in slv8 ) |
slv | crc16_update_tbl ( crc: in in slv16 , data: in in slv8 ) |
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
numeric_std | |
slvtypes | Package <slvtypes> |
Components | |
byte2word | |
word2byte | |
cdata2byte | <Entity cdata2byte> |
byte2cdata | <Entity byte2cdata> |
crc8 | |
crc16 | <Entity crc16> |
Constants | |
c_cdata_escape | slv8 := " 11001010 " |
c_cdata_fill | slv8 := " 11010101 " |
c_cdata_xon | slv8 := " 00010001 " |
c_cdata_xoff | slv8 := " 00010011 " |
c_cdata_ec_xon | slv3 := " 100 " |
c_cdata_ec_xoff | slv3 := " 101 " |
c_cdata_ec_fill | slv3 := " 110 " |
c_cdata_ec_esc | slv3 := " 111 " |
c_cdata_ed_pref | slv2 := " 01 " |
Subtypes | |
c_cdata_edf_pref | integer range 7 downto 6 |
c_cdata_edf_eci | integer range 5 downto 3 |
c_cdata_edf_ec | integer range 2 downto 0 |
Definition at line 33 of file comlib.vhd.
Definition at line 134 of file comlib.vhd.
Definition at line 135 of file comlib.vhd.
Definition at line 137 of file comlib.vhd.
Definition at line 138 of file comlib.vhd.
|
Library |
Definition at line 27 of file comlib.vhd.
|
use clause |
Definition at line 28 of file comlib.vhd.
|
use clause |
Definition at line 29 of file comlib.vhd.
|
use clause |
Definition at line 31 of file comlib.vhd.
|
Component |
Definition at line 35 of file comlib.vhd.
|
Component |
Definition at line 49 of file comlib.vhd.
|
Constant |
Definition at line 63 of file comlib.vhd.
|
Constant |
Definition at line 64 of file comlib.vhd.
|
Constant |
Definition at line 65 of file comlib.vhd.
|
Constant |
Definition at line 66 of file comlib.vhd.
|
Constant |
Definition at line 67 of file comlib.vhd.
|
Constant |
Definition at line 68 of file comlib.vhd.
|
Constant |
Definition at line 69 of file comlib.vhd.
|
Constant |
Definition at line 70 of file comlib.vhd.
|
Constant |
Definition at line 71 of file comlib.vhd.
|
Subtype |
Definition at line 72 of file comlib.vhd.
|
Subtype |
Definition at line 73 of file comlib.vhd.
|
Subtype |
Definition at line 74 of file comlib.vhd.
|
Component |
Definition at line 76 of file comlib.vhd.
|
Component |
Definition at line 91 of file comlib.vhd.
|
Component |
Definition at line 105 of file comlib.vhd.
|
Component |
Definition at line 117 of file comlib.vhd.