usb_new_tx_sf_dpdm_ent.vhdl
来自「usb rtl code, to fpga or asic」· VHDL 代码 · 共 46 行
VHDL
46 行
-------------------------------------------------------------------------------
---- File >>> usb_new_tx_sf_dpdm_ent.vhdl
---- Iden >>> 970529-14:36:04
----
---- Project: USB Development
---- Customer: Philips_ITCL
----
---- Module: entity TX_SF_DPDM
---- Written by: Usb User (e-mail: usb@easics.be)
---- Easics nv
---- Kapeldreef 60
---- B-3001 Leuven
---- Belgium
---- Tel +32-16-298.400
---- Fax +32-16-298.319
---- e-mail: vhdl@easics.be
----
---- Creation Date: Thu, 29 May 1997
----
---- Purpose:
----
---- Revision history:
----
--------------------------------------------------------------------------------
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
library work;
use work.PCK_GENERAL.all;
use work.PCK_USB.all;
use work.PCK_CONFIGURATION.all;
entity TX_SF_DPDM is
port (
SIE_TxLogValue: in T_UsbLog_enum;
UP_DP: out one_bit;
UP_DM: out one_bit;
ConfigArray: in S_ConfigArray
);
end TX_SF_DPDM;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?