參數(shù)資料
型號: IP-ED8B10B
元件分類: 通信、網(wǎng)絡(luò)模塊及開發(fā)工具
英文描述: Telecomm/Datacomm
中文描述: 電信/數(shù)據(jù)通信
文件頁數(shù): 6/11頁
文件大?。?/td> 502K
代理商: IP-ED8B10B
6
Altera Corporation
8b10b Encoder/Decoder MegaCore Function (ED8B10B) Data Sheet
Encoding Latency
The encoder is pipelined, thus it takes three clock cycles for a character to
be encoded. The encoded value—corresponding to the values of
datain
and
kin
sampled by the encoder on rising edge
n
—is output shortly after
rising edge
n+2
, and is available to be sampled on the rising edge of clock
cycle
n+3
. (See
Figure 4 on page 7
).
To enable cascaded encoding, the data paths fed by the
rdforce
and
rdin
inputs are not pipelined. Since
rdforce
and
rdin
are normally
only used in cascaded configurations, this should not be a problem.
In cases where the
rdforce
and
rdin
inputs are to be used in non-
cascaded configurations, they should be delayed two clock cycles with
respect to their corresponding
datain
and
kin
values. This can be
achieved by inserting two registers in series with each of the inputs to be
delayed, the following example Verilog code shows how to implement the
required delay registers.
Example:
Adding delay to
rdforce
and
rdin
for non-cascaded
applications:
// The _pre2 registers are set at the same time as datain and kin.
reg
rdforce_pre2;
reg
rdin_pre2;
// The _pre1 registers provide an extra clock tick of delay
reg
rdforce_pre1;
reg
rdin_pre1;
always
@ (posedge clk)
begin
rdforce <= rdforce_pre1;
rdforce_pre1 <= rdforce_pre2;
rdin <= rdin_pre1;
rdin_pre1 <= rdin_pre2;
end
相關(guān)PDF資料
PDF描述
IP100 PCI 10/100M Single Chip Ethernet Controller
IP101 PHY 10/100M Single Chip Fast Ethernet Transceiver
IP1060AD Analog IC
IP1060AJ Voltage-Mode SMPS Controller
IP1060AN Analog IC
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
IPEH-002021E 制造商:Phytec 功能描述:PCAN-USB
IPF039N03L G 功能描述:MOSFET N-CH 30V 50A 3.9mOhms RoHS:否 制造商:STMicroelectronics 晶體管極性:N-Channel 汲極/源極擊穿電壓:650 V 閘/源擊穿電壓:25 V 漏極連續(xù)電流:130 A 電阻汲極/源極 RDS(導(dǎo)通):0.014 Ohms 配置:Single 最大工作溫度: 安裝風(fēng)格:Through Hole 封裝 / 箱體:Max247 封裝:Tube
IPF039N03LG 制造商:INFINEON 制造商全稱:Infineon Technologies AG 功能描述:OptiMOS?3 Power-Transistor Features Fast switching MOSFET for SMPS
IPF04N03LA 功能描述:MOSFET N-CH 25V 50A DPAK RoHS:否 類別:分離式半導(dǎo)體產(chǎn)品 >> FET - 單 系列:OptiMOS™ 標(biāo)準(zhǔn)包裝:1,000 系列:MESH OVERLAY™ FET 型:MOSFET N 通道,金屬氧化物 FET 特點:邏輯電平門 漏極至源極電壓(Vdss):200V 電流 - 連續(xù)漏極(Id) @ 25° C:18A 開態(tài)Rds(最大)@ Id, Vgs @ 25° C:180 毫歐 @ 9A,10V Id 時的 Vgs(th)(最大):4V @ 250µA 閘電荷(Qg) @ Vgs:72nC @ 10V 輸入電容 (Ciss) @ Vds:1560pF @ 25V 功率 - 最大:40W 安裝類型:通孔 封裝/外殼:TO-220-3 整包 供應(yīng)商設(shè)備封裝:TO-220FP 包裝:管件
IPF04N03LA G 功能描述:MOSFET N-CH 25V 50A DPAK RoHS:是 類別:分離式半導(dǎo)體產(chǎn)品 >> FET - 單 系列:OptiMOS™ 標(biāo)準(zhǔn)包裝:1,000 系列:MESH OVERLAY™ FET 型:MOSFET N 通道,金屬氧化物 FET 特點:邏輯電平門 漏極至源極電壓(Vdss):200V 電流 - 連續(xù)漏極(Id) @ 25° C:18A 開態(tài)Rds(最大)@ Id, Vgs @ 25° C:180 毫歐 @ 9A,10V Id 時的 Vgs(th)(最大):4V @ 250µA 閘電荷(Qg) @ Vgs:72nC @ 10V 輸入電容 (Ciss) @ Vds:1560pF @ 25V 功率 - 最大:40W 安裝類型:通孔 封裝/外殼:TO-220-3 整包 供應(yīng)商設(shè)備封裝:TO-220FP 包裝:管件