Nonvolatile semiconductor memory apparatus
    22.
    发明授权
    Nonvolatile semiconductor memory apparatus 有权
    非易失性半导体存储装置

    公开(公告)号:US07317630B2

    公开(公告)日:2008-01-08

    申请号:US11182374

    申请日:2005-07-15

    IPC分类号: G11C5/06

    摘要: A nonvolatile memory apparatus includes a separate controller circuit and memory circuit. The controller circuit is fabricated on a first integrated circuit chip. The controller circuit includes a plurality of charge pump circuits, a system interface logic circuit, a memory control logic circuit, and one or more analog circuits. The memory circuit is fabricated on a second integrated circuit chip and includes a column decoder, a row decoder, a control register, and a data register. A memory-controller interface area includes a first plurality of die bond pads on the first integrated circuit chip and a second plurality of die bond pads on the second integrated circuit chip such that the first and second integrated circuit chips may be die-bonded together. A single controller circuit may interface with a plurality of memory circuits, thus further reducing overall costs as each memory circuit does not require a dedicated controller circuit.

    摘要翻译: 非易失性存储装置包括单独的控制器电路和存储器电路。 控制器电路制造在第一集成电路芯片上。 控制器电路包括多个电荷泵电路,系统接口逻辑电路,存储器控制逻辑电路和一个或多个模拟电路。 存储器电路制造在第二集成电路芯片上,并且包括列解码器,行解码器,控制寄存器和数据寄存器。 存储器控制器接口区域包括第一集成电路芯片上的第一多个管芯接合焊盘和第二集成电路芯片上的第二多个管芯接合焊盘,使得第一和第二集成电路芯片可以芯片结合在一起。 单个控制器电路可以与多个存储器电路接口,从而进一步降低总体成本,因为每个存储器电路不需要专用控制器电路。

    Method and system for controlling a bus with multiple system hosts
    24.
    发明授权
    Method and system for controlling a bus with multiple system hosts 失效
    用多台系统主机控制总线的方法和系统

    公开(公告)号:US6161197A

    公开(公告)日:2000-12-12

    申请号:US079130

    申请日:1998-05-14

    摘要: In a method for swapping a system host board (150,160,170,180), when a failure is detected on a first system processor board (150), control of a first CompactPCI bus (110) is transferred from a first system processor board system host (154) to a first bridge board system host(164). In an active/standby configuration, control of a second CompactPCI bus (120) is transferred from a second bridge board system host (184) to a second system processor board system host (174), and control of the devices on the first CompactPCI bus (110) and second CompactPCI bus (120) is transferred from the first system processor (152) to the second system processor (172) without resetting any devices on the system.

    摘要翻译: 在用于交换系统主机板(150,160,170,180)的方法中,当在第一系统处理器板(150)上检测到故障时,从第一系统处理器板系统主机(154)传送第一CompactPCI总线(110)的控制, 到第一桥板系统主机(164)。 在主动/待机配置中,第二CompactPCI总线(120)的控制从第二桥接板系统主机(184)传送到第二系统处理器板系统主机(174),并且控制第一CompactPCI总线上的设备 (110)和第二CompactPCI总线(120)从第一系统处理器(152)传送到第二系统处理器(172),而不重置系统上的任何设备。

    Page mode erase in a flash memory array

    公开(公告)号:US6118705A

    公开(公告)日:2000-09-12

    申请号:US42244

    申请日:1998-03-13

    CPC分类号: G11C16/16

    摘要: In a sector in a flash memory array PAGE ERASE and MULTIPLE PAGE ERASE modes of operation are provided. In the PAGE ERASE and MULTIPLE PAGE ERASE modes of operation, a preferred tunneling potential of approximately -10 Volts is applied to the gates of the flash memory cells on the row or rows being selected for erasure, and the bitlines connected to the drains of the flash memory cells are driven to a preferred voltage of approximately 6.5 Volts. To reduce the unintended erasure of memory cells in rows other than the selected row or rows, a preferred bias voltage of approximately 1 to 2 Volts is applied to the gates of all the flash memory cells in the rows other than the selected row or rows.

    dbX: a persistent programming language model
    26.
    发明授权
    dbX: a persistent programming language model 失效
    dbX:一种持久的编程语言模型

    公开(公告)号:US5822590A

    公开(公告)日:1998-10-13

    申请号:US785961

    申请日:1991-10-31

    申请人: Anil Gupta

    发明人: Anil Gupta

    IPC分类号: G06F9/44

    CPC分类号: G06F9/4435

    摘要: The dbX persistent programming language model solves the problem of seamlessly providing an unfragmented, persistible, complex object heap space that extends beyond virtual memory to a program in a host programming language X. It does so without rewriting a compiler for X and without operating system or hardware dependencies. It uses a memory pointer as a pointer to a persistible object, with the lvalue of the pointer providing a hook to the OID of the object. The lvalues of pointers to persistible objects, their associated OIDs and other information about persistible objects are maintained in a global data structure. Unresolved pointers to persistible objects point to an unusable area of memory, and dereferencing them triggers object faulting. A keyword and an overloaded allocation operator are used to identify statically and dynamically allocated pieces of memory respectively as persistible. A preprocessor processes occurrences of the keyword and operator, and some operations on pointers to persistible objects in a dbX program and generates X code. Object translation uses a `pointer view of memory` and an `allocation view of memory` to determine the runtime structure of an object graph, and it is resilient to pointer casting and pointing to objects embedded in larger objects.

    摘要翻译: dbX持久性编程语言模型解决了无缝地提供未分片的,可持续的,复杂的对象堆空间的问题,该空间将虚拟内存扩展到主机编程语言X中的程序。它不需要重写X的编译器,而不需要操作系统或 硬件依赖。 它使用内存指针作为可持续对象的指针,指针的左值提供了对象的OID的钩子。 指向可持续对象的指针,其关联的OID和关于可持久对象的其他信息的值保持在全局数据结构中。 未解决的指向可持续对象的指针指向不可用的内存区域,并且取消引用它们会触发对象故障。 一个关键字和一个重载的分配运算符被用来分别识别静态和动态分配的内存块。 预处理程序处理关键字和运算符的出现以及对dbX程序中可持久对象的指针的一些操作,并生成X代码。 对象转换使用“存储器的指针视图”和“存储器的分配视图”来确定对象图形的运行时结构,并且它对指针转换和指向嵌入在较大对象中的对象是有弹性的。

    Storage rack
    27.
    发明授权

    公开(公告)号:US11262018B2

    公开(公告)日:2022-03-01

    申请号:US15962000

    申请日:2018-04-25

    申请人: Anil Gupta

    发明人: Anil Gupta

    摘要: An apparatus that at least stores objects of varying sizes, said apparatus includes adjustable trays configured to support the objects at bottom surfaces thereof and stationary or mobile panels for mounting the trays in a generally vertical plane. The panels can be provided as pegboard types or as slatwall types. The adjustable trays include a pair of brackets connected with a guide. A mounting portion of each bracket is adapted to mate with the corresponding panel type.

    WIRELESS CLIENT AUTHENTICATION AND ASSIGNMENT
    29.
    发明申请
    WIRELESS CLIENT AUTHENTICATION AND ASSIGNMENT 审中-公开
    无线客户端认证和分配

    公开(公告)号:US20130283050A1

    公开(公告)日:2013-10-24

    申请号:US13453688

    申请日:2012-04-23

    摘要: Methods, devices, and machine readable media are provided for wireless client authentication and assignment. Some examples can include a network device with a processing resource and a memory resource storing instructions executable by the processing resource to act as a default gateway and present a web portal for logon in response to a request from a wireless client prior to authentication of the wireless client, to send a dissociation command for the wireless client in response to an initial authentication of the wireless client, and to assign traffic to a local virtual local area network (VLAN) defined on an access point (AP) associated with the wireless client in response to a subsequent authentication of the wireless client. Some examples can include assigning the wireless client to an isolation VLAN that is tunneled via the network device prior to dissociation, where the local VLAN is not tunneled via the network device.

    摘要翻译: 提供了用于无线客户端认证和分配的方法,设备和机器可读介质。 一些示例可以包括具有处理资源的网络设备和存储由处理资源可执行以用作默认网关的指令的存储器资源,并且在无线认证之前响应于来自无线客户端的请求呈现用于登录的门户网站 客户端,响应于无线客户端的初始认证向无线客户端发送解离命令,并且将流量分配给在与无线客户端相关联的接入点(AP)上定义的本地虚拟局域网(VLAN) 响应于无线客户端的后续认证。 一些示例可以包括将无线客户端分配给隔离VLAN,该隔离VLAN在分离之前通过网络设备进行隧道传输,其中本地VLAN不通过网络设备进行隧道传输。

    Network apparatus enabling roaming across subnets
    30.
    发明授权
    Network apparatus enabling roaming across subnets 有权
    允许跨子网漫游的网络设备

    公开(公告)号:US08503396B2

    公开(公告)日:2013-08-06

    申请号:US13198084

    申请日:2011-08-04

    摘要: To enable a network apparatus to detect L3 roaming users and to take appropriate forwarding actions, L3 knowledge is introduced inside an L2 bridge forwarding table in the network apparatus. As a client moves from a subnet associated with a first network element to a subnet associated with the network apparatus, a determination is made regarding whether the client is roaming by evaluating a source IP address within a L3 packet header within a first frame received at the network apparatus. If, as a result of the evaluating step, it is determined that the client is roaming, the L2 bridge forwarding table is configured to include a source MAC address of the client together with information identifying a destination interface for use in directing client data traffic back towards the subnet associated with the first network element.

    摘要翻译: 为了使网络设备能够检测L3漫游用户并采取适当的转发动作,在网络设备的L2桥转发表中引入L3知识。 当客户端从与第一网元相关联的子网移动到与网络装置相关联的子网时,通过评估在第一帧中接收到的第一帧内的L3分组报头内的源IP地址来确定客户端是否正在漫游 网络设备 如果作为评估步骤的结果,确定客户端正在漫游,则L2桥转发表被配置为包括客户端的源MAC地址以及标识目的地接口的信息,以用于将客户端数据业务引导回来 朝向与第一网络元件相关联的子网。