5秒后页面跳转
NS32381-15 PDF预览

NS32381-15

更新时间: 2024-01-10 21:15:36
品牌 Logo 应用领域
其他 - ETC /
页数 文件大小 规格书
32页 376K
描述

NS32381-15 技术参数

生命周期:Obsolete零件包装代码:PGA
包装说明:PGA,针数:68
Reach Compliance Code:unknown风险等级:5.84
边界扫描:NO总线兼容性:NS32016; NS32008; NS32032; NS32C016; NS32C032; NS32332; NS32532; NS32CG16; NS32GX32
最大时钟频率:15.15 MHz外部数据总线宽度:32
JESD-30 代码:S-PPGA-P68端子数量:68
最高工作温度:70 °C最低工作温度:
封装主体材料:PLASTIC/EPOXY封装代码:PGA
封装形状:SQUARE封装形式:GRID ARRAY
认证状态:Not Qualified座面最大高度:4.826 mm
最大供电电压:5.25 V最小供电电压:4.75 V
标称供电电压:5 V表面贴装:NO
技术:CMOS温度等级:COMMERCIAL
端子形式:PIN/PEG端子节距:2.54 mm
端子位置:PERPENDICULARuPs/uCs/外围集成电路类型:MATH PROCESSOR, FLOATING POINT ACCELERATOR

NS32381-15 数据手册

 浏览型号NS32381-15的Datasheet PDF文件第4页浏览型号NS32381-15的Datasheet PDF文件第5页浏览型号NS32381-15的Datasheet PDF文件第6页浏览型号NS32381-15的Datasheet PDF文件第8页浏览型号NS32381-15的Datasheet PDF文件第9页浏览型号NS32381-15的Datasheet PDF文件第10页 
2.0 Architectural Description (Continued)  
2.1.2.1 FSR Mode Control Fields  
010 Overflow. A result (either floating-point or integer) of a  
floating-point instruction is too great in magnitude to  
be held in the format of the destination operand. Note  
that rounding, as well as calculations, can cause this  
condition.  
The FSR mode control fields select FPU operation modes.  
The meanings of the FSR mode control bits are given be-  
low.  
Rounding Mode (RM): Bits 7 and 8. This field selects the  
rounding method. Floating-point results are rounded when-  
ever they cannot be exactly represented. The rounding  
modes are:  
011 Divide by zero. An attempt has been made to divide a  
non-zero floating-point number by zero. Dividing zero  
by zero is considered an Invalid Operation instead  
(below).  
00 Round to nearest value. The value which is nearest to  
the exact result is returned. If the result is exactly half-  
way between the two nearest values the even value  
100 Illegal Instruction. Any instruction forms not included  
in the NS32381 Instruction Set are detected by the  
FPU as being illegal.  
e
(LSB 0) is returned.  
101 Invalid Operation. One of the floating-point operands  
of a floating-point instruction is a Reserved operand,  
or an attempt has been made to divide zero by zero  
using the DIVf instruction.  
01 Round toward zero. The nearest value which is closer  
to zero or equal to the exact result is returned.  
10 Round toward positive infinity. The nearest value which  
is greater than or equal to the exact result is returned.  
110 Inexact Result. The result (either floating-point or inte-  
ger) of a floating-point instruction cannot be repre-  
sented exactly in the format of the destination oper-  
and, and a rounding step must alter it to fit. This condi-  
tion is always reported in the TT field and IF bit unless  
any other exceptional condition has occurred in the  
same instruction. In this case, the TT field always con-  
tains the code for the other exception and the IF bit is  
not altered. A trap is caused by this condition only if  
the IEN bit is set; otherwise the result is rounded and  
delivered, and no trap occurs.  
11 Round toward negative infinity. The nearest value  
which is less than or equal to the exact result is re-  
turned.  
Underflow Trap Enable (UEN): Bit 3. If this bit is set, the  
FPU requests a trap whenever a result is too small in abso-  
lute value to be represented as a normalized number. If it is  
not set, any underflow condition returns a result of exactly  
zero.  
Inexact Result Trap Enable (IEN): Bit 5. If this bit is set,  
the FPU requests a trap whenever the result of an operation  
cannot be represented exactly in the operand format of the  
destination. If it is not set, the result is rounded according to  
the selected rounding mode.  
111 (Reserved for future use.)  
Underflow Flag (UF): Bit 4. This bit is set by the FPU when-  
ever a result is too small in absolute value to be represented  
as a normalized number. Its function is not affected by the  
state of the UEN bit. The UF bit is cleared only by writing a  
zero into it with the Load FSR instruction or by a hardware  
reset.  
2.1.2.2 FSR Status Fields  
The FSR Status Fields record exceptional conditions en-  
countered during floating-point data processing. The mean-  
ings of the FSR status bits are given below:  
Inexact Result Flag (IF): Bit 6. This bit is set by the FPU  
whenever the result of an operation must be rounded to fit  
within the destination format. The IF bit is set only if no other  
error has occurred. It is cleared only by writing a zero into it  
with the Load FSR instruction or by a hardware reset.  
Trap Type (TT): bits 0-2. This 3-bit field records any excep-  
tional condition detected by a floating-point instruction. The  
TT field is loaded with zero whenever any floating-point in-  
struction except LFSR or SFSR completes without encoun-  
tering an exceptional condition. It is also set to zero by a  
hardware reset or by writing zero into it with the Load FSR  
(LFSR) instruction. Underflow and Inexact Result are always  
reported in the TT field, regardless of the settings of the  
UEN and IEN bits.  
Register Modify Bit (RMB): Bit 16. This bit is set by the  
FPU whenever writing to a floating point data register. The  
RMB bit is cleared only by writing a zero with the LFSR  
instruction or by a hardware reset. This bit can be used in  
context switching to determine whether the FPU registers  
should be saved.  
000 No exceptional condition occurred.  
001 Underflow. A non-zero floating-point result is too small  
in magnitude to be represented as a normalized float-  
ing-point number in the format of the destination oper-  
and. This condition is always reported in the TT field  
and UF bit, but causes a trap only if the UEN bit is set.  
If the UEN bit is not set, a result of Positive Zero is  
produced, and no trap occurs.  
2.1.2.3 FSR Software Field (SWF)  
Bits 9-15 of the FSR hold and display any information writ-  
ten to them (using the LFSR and SFSR instructions), but are  
not otherwise used by FPU hardware. They are reserved for  
use with NSC floating-point extension software.  
7

与NS32381-15相关器件

型号 品牌 描述 获取价格 数据表
NS32381-20 ETC

获取价格

NS32381-30 TI 32-BIT, FLOATING POINT ACCELERATOR, PPGA68, PGA-68

获取价格

NS32381U-15 ETC Arithmetic Processor

获取价格

NS32381U-20 ETC Arithmetic Processor

获取价格

NS32381U-25 ETC Arithmetic Processor

获取价格

NS32381U-30 ETC Arithmetic Processor

获取价格