CN102707919A - Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) - Google Patents
Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) Download PDFInfo
- Publication number
- CN102707919A CN102707919A CN2012101703151A CN201210170315A CN102707919A CN 102707919 A CN102707919 A CN 102707919A CN 2012101703151 A CN2012101703151 A CN 2012101703151A CN 201210170315 A CN201210170315 A CN 201210170315A CN 102707919 A CN102707919 A CN 102707919A
- Authority
- CN
- China
- Prior art keywords
- read
- data
- fifos
- state machine
- state
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 15
- 230000009471 action Effects 0.000 claims description 7
- 230000005540 biological transmission Effects 0.000 claims description 5
- 238000006243 chemical reaction Methods 0.000 claims description 5
- 230000003111 delayed effect Effects 0.000 claims description 3
- 238000012938 design process Methods 0.000 abstract description 3
- 230000009286 beneficial effect Effects 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 7
- 238000003384 imaging method Methods 0.000 description 4
- 230000008569 process Effects 0.000 description 3
- 230000007704 transition Effects 0.000 description 2
- 230000003139 buffering effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Images
Landscapes
- Image Input (AREA)
Abstract
本发明公开了一种使用有限状态机控制FIFO之间读写的装置,它包括依次连接的图像传感器、FPGA和DSP芯片,所述DSP芯片通过FPGA连接上位机,其特征在于:所述FPGA中的3个FIFO的读、空信号均由FSM有限状态机控制,FSM有限状态机还控制1个用于写的FIFO的写、满信号。本发明的有益效果在于:利用FSM有限状态机方法把FIFO之间读写的控制转化为状态控制,简化了设计过程,缩短了设计周期,相比传统的FIFO之间读写的控制,状态机更加高效,稳定。
The invention discloses a device using a finite state machine to control reading and writing between FIFOs, which includes an image sensor, an FPGA and a DSP chip connected in sequence, and the DSP chip is connected to a host computer through the FPGA, and is characterized in that: the FPGA The read and empty signals of the three FIFOs are all controlled by the FSM finite state machine, and the FSM finite state machine also controls the write and full signals of one FIFO for writing. The beneficial effects of the present invention are: utilize the FSM finite state machine method to convert the control of reading and writing between FIFOs into state control, which simplifies the design process and shortens the design cycle. Compared with the control of reading and writing between traditional FIFOs, the state machine More efficient and stable.
Description
技术领域 technical field
本发明涉及一种用于实时图像数据传输数据时的FIFO读写的控制,尤其涉及的是一种基于FPGA在高分辨率扫描成像中的使用3个数据宽度为8位的FIFO的读和一个数据宽度为8位的FIFO的写的控制。The present invention relates to a kind of FIFO reading and writing control used for real-time image data transmission data, especially relates to a kind of FIFO reading and a data width of 8 bits based on FPGA in high-resolution scanning imaging Write control of FIFO with data width of 8 bits.
背景技术 Background technique
在高分辨率扫描成像系统中,FPGA中接受图像传感器的数据,经bayer2rgb模块完成初步的插值运算产生24位RGB图像数据后,再通过rgb2ycbcr模块转换为3个8位的YCbCr数据,传输至核心处理芯片如DSP以进行复杂的数字信号处理运算。DSP完成运算处理后把图像数据以相同的数据格式传输至FPGA,FPGA通过解交织和插值模块完成YCbCr4:2:2到4:4:4格式转换后,使用ycbcr2rgb模块把数据转换为3个8位的RGB图像数据,分别写入3个FIFO中,由于最终的传输通道接口由USB的控制器和上位机构成,而且USB控制器的传输数据宽度为8位。因此在最终的传输之前必需把3个FIFO中的图像数据按照一定的顺序,写入到一个数据宽度为8位的FIFO中进行缓冲,再由FPGA控制USB控制器最终传输数据至上位机。In the high-resolution scanning imaging system, the data of the image sensor is received in the FPGA, after the preliminary interpolation operation is completed by the bayer2rgb module to generate 24-bit RGB image data, and then converted into three 8-bit YCbCr data by the rgb2ycbcr module, and transmitted to the core Process chips such as DSP to perform complex digital signal processing operations. After the DSP completes the operation and processing, the image data is transmitted to the FPGA in the same data format. After the FPGA completes the format conversion from YCbCr4:2:2 to 4:4:4 through the deinterleaving and interpolation module, it uses the ycbcr2rgb module to convert the data into three 8 1-bit RGB image data are written into 3 FIFOs respectively, because the final transmission channel interface is composed of a USB controller and a host computer, and the transmission data width of the USB controller is 8 bits. Therefore, before the final transmission, the image data in the three FIFOs must be written in a certain order into a FIFO with a data width of 8 bits for buffering, and then the FPGA controls the USB controller to finally transmit the data to the host computer.
发明内容 Contents of the invention
本发明的目的在于提供一种使用有限状态机控制FIFO之间读写的装置,利用FSM有限状态机方法把FIFO之间读写的控制转化为状态控制,简化了设计过程,缩短了设计周期,相比传统的FIFO之间读写的控制,状态机更加高效,稳定。The object of the present invention is to provide a kind of device that uses finite state machine to control reading and writing between FIFOs, utilizes FSM finite state machine method to convert the control of reading and writing between FIFOs into state control, simplifies the design process, shortens the design cycle, Compared with the traditional control of reading and writing between FIFOs, the state machine is more efficient and stable.
本发明所解决的技术问题可以采用以下技术方案来实现:The technical problem solved by the present invention can adopt following technical scheme to realize:
一种使用有限状态机控制FIFO之间读写的装置,它包括依次连接的图像传感器、FPGA、RGB模块和DSP芯片,所述DSP芯片通过FPGA连接上位机,其特征在于:所述FPGA中的3个FIFO的读、空信号均由FSM有限状态机控制,FSM有限状态机还控制1个用于写的FIFO的写、满信号。A device that uses a finite state machine to control reading and writing between FIFOs, it includes sequentially connected image sensors, FPGAs, RGB modules and DSP chips, and the DSP chip is connected to an upper computer through the FPGA, and it is characterized in that: in the FPGA The read and empty signals of the three FIFOs are all controlled by the FSM finite state machine, and the FSM finite state machine also controls the write and full signals of one FIFO for writing.
在本发明的一个实施例中,所述FIFO的数据宽度均为8位。In an embodiment of the present invention, the data width of the FIFO is 8 bits.
一种使用有限状态机控制FIFO之间读写的方法,其特征在于,所述方法包括如下步骤:A method of using a finite state machine to control reading and writing between FIFOs, characterized in that the method comprises the steps of:
1)在时钟信号的驱动下,产生次态next_state,同时对3个分别存储BGR数据的FIFO的空信号empty和读信号read做一个时钟延时;1) Driven by the clock signal, next state next_state is generated, and at the same time, a clock delay is made for the empty signal empty and the read signal read of the three FIFOs that store BGR data respectively;
2)在输入信号和时钟作用下,完成现态current_state和次态next_state的转换,对3个分别存储BGR数据的FIFO的读信号状态使用独热码one-hot进行状态编码;2) Under the action of the input signal and the clock, complete the conversion of the current state current_state and the next state next_state, and use the one-hot code one-hot to perform state encoding on the read signal states of the three FIFOs that store BGR data respectively;
3)在经过延时的读信号的作用下,实现对写入数据的FIFO的写控制。3) Under the action of the delayed read signal, the write control of the FIFO for writing data is realized.
本发明的有益效果在于:利用FSM有限状态机方法把FIFO之间读写的控制转化为状态控制,简化了设计过程,缩短了设计周期,相比传统的FIFO之间读写的控制,状态机更加高效,稳定。The beneficial effects of the present invention are: utilize the FSM finite state machine method to convert the control of reading and writing between FIFOs into state control, which simplifies the design process and shortens the design cycle. Compared with the control of reading and writing between traditional FIFOs, the state machine More efficient and stable.
附图说明 Description of drawings
图1是FSM有限状态机的结构框图。Figure 1 is a block diagram of the FSM finite state machine.
图2是FSM有限状态机的状态转移图。Figure 2 is a state transition diagram of the FSM finite state machine.
图3是FPGA中FIFO和状态机连接示意图。Figure 3 is a schematic diagram of the connection between the FIFO and the state machine in the FPGA.
具体实施方式Detailed ways
为使本发明实现的技术手段、创作特征、达成目的与功效易于明白了解,下面结合具体实施方式,进一步阐述本发明。In order to make the technical means, creative features, goals and effects achieved by the present invention easy to understand, the present invention will be further described below in conjunction with specific embodiments.
参见图3,一种使用有限状态机控制FIFO之间读写的装置,它包括依次连接的图像传感器、FPGA、RGB模块和DSP芯片,所述DSP芯片通过FPGA连接上位机,其特征在于:所述FPGA中的3个FIFO的读、空信号均由FSM有限状态机控制,FSM有限状态机还控制1个用于写的FIFO的写、满信号。Referring to Fig. 3, a kind of device that uses finite state machine to control reading and writing between FIFO, it comprises image sensor, FPGA, RGB module and DSP chip that are connected in sequence, and described DSP chip is connected host computer by FPGA, it is characterized in that: all The read and empty signals of the three FIFOs in the FPGA are all controlled by the FSM finite state machine, and the FSM finite state machine also controls the write and full signals of one FIFO for writing.
一种使用有限状态机控制FIFO之间读写的方法,其特征在于,所述方法包括如下步骤:A method of using a finite state machine to control reading and writing between FIFOs, characterized in that the method comprises the steps of:
1)在时钟信号的驱动下,产生次态next_state,同时对3个分别存储BGR数据的FIFO的空信号empty和读信号read做一个时钟延时;1) Driven by the clock signal, next state next_state is generated, and at the same time, a clock delay is made for the empty signal empty and the read signal read of the three FIFOs that store BGR data respectively;
2)在输入信号和时钟作用下,完成现态current_state和次态next_state的转换,对3个分别存储BGR数据的FIFO的读信号状态使用独热码one-hot进行状态编码;2) Under the action of the input signal and the clock, complete the conversion of the current state current_state and the next state next_state, and use the one-hot code one-hot to perform state encoding on the read signal states of the three FIFOs that store BGR data respectively;
3)在经过延时的读信号的作用下,实现对写入数据的FIFO的写控制。3) Under the action of the delayed read signal, the write control of the FIFO for writing data is realized.
以下分别结合图1和图2,对本方法在高分辨率扫描成像系统中利用FSM有限状态机对3个数据宽度为8位的FIFO的读和一个数据宽度为8位的FIFO的写的控制工作进行详细说明。Below in conjunction with Fig. 1 and Fig. 2 respectively, utilize FSM finite state machine to the reading of 3 data widths of 8-bit FIFOs and the control work of a data width of 8-bit FIFOs in this method in the high-resolution scanning imaging system Describe in detail.
此成像系统将从图像传感器获取的2592*1944(像素/帧)的高分辨率bayer图像信号预处理成RGB彩色信号,通过rgb2ycbcr模块和输出时序控制模块,让DSP完成图像的核心数字信号处理运算,DSP处理完成后把图像数据传输回FPGA中,FPGA通过输入时序控制模块和ycbcr2rgb模块,把图像数据转换为24位的RGB数据,由于最终数据须由USB控制器的8位数据通道传输至上位机进行最后的拼接和处理,所以FPGA先把24位RGB数据存储到3个异步FIFO中,再由FSM有限状态机控制3个FIFO的读和最终连接USB控制器的FIFO的写,完成3个8位RGB数据按照BMP文件顺序(先8位B再8位G后8位R数据)的传输,直至按此顺序传输完成整幅图像数据。This imaging system preprocesses the 2592*1944 (pixel/frame) high-resolution bayer image signal obtained from the image sensor into an RGB color signal, and uses the rgb2ycbcr module and the output timing control module to allow the DSP to complete the core digital signal processing operation of the image After the DSP processing is completed, the image data is transmitted back to the FPGA, and the FPGA converts the image data into 24-bit RGB data through the input timing control module and the ycbcr2rgb module. Since the final data must be transmitted to the upper position by the 8-bit data channel of the USB controller The final splicing and processing are performed by the FPGA, so the FPGA first stores 24-bit RGB data into three asynchronous FIFOs, and then the FSM finite state machine controls the reading of the three FIFOs and the writing of the FIFOs connected to the USB controller to complete the three The 8-bit RGB data is transmitted in the order of the BMP file (8-bit B first, then 8-bit G, and then 8-bit R data), until the entire image data is transmitted in this order.
图1中FSM有限状态机的结构框图的次态逻辑中,采用了异步复位,如果复位信号有效,则状态为初始状态state_B;在时钟信号的作用下,完成现态和次态的转换,同时由6个一位的移位寄存器分别保存当前的3个存储数据FIFO的空信号empty_B、empty_G、empty_R分别为empty_B_d、empty_G_d、empty_R_d和当前的3个存储数据FIFO的读信号read_en_B、reda_en_G、read_en_R分别为read_en_B_d、read_en_G_d、 read_en_R_d。In the next-state logic of the structural block diagram of the FSM finite state machine in Figure 1, an asynchronous reset is used. If the reset signal is valid, the state is the initial state state_B; under the action of the clock signal, the conversion between the current state and the next state is completed, and at the same time The empty signals empty_B, empty_G, and empty_R of the current three storage data FIFOs are respectively saved by six one-bit shift registers, which are respectively empty_B_d, empty_G_d, empty_R_d and the read signals read_en_B, reda_en_G, and read_en_R of the current three storage data FIFOs, respectively. for read_en_B_d, read_en_G_d, read_en_R_d.
图1中FSM有限状态机的结构框图中的状态寄存器完成的功能可由图2中的FSM有限状态机的状态转移图描述:The function completed by the state register in the structural block diagram of the FSM finite state machine in Fig. 1 can be described by the state transition diagram of the FSM finite state machine in Fig. 2:
1)默认现态即初始状态为state_B,如果存储数据B的FIFO中为空即empty_B为1时,则下一状态还是state_B,即read_B_en置0,read_G_en置0,read_R_en置0,即完成等待功能不读取任何数据。如果存储数据B的FIFO中一有数据即empty_B为0时,如果准备写入数据的FIFO不满时就读取存储数据B的FIFO,即read_B_en置1,read_G_en置0,read_G_en置0,完成第一个数据B的读功能,同时进入到读数据的下一状态即state_G。否则下一状态仍为state_B,read_B_en置0,read_G_en置0,read_R_en置0,即等待准备写入数据的FIFO变成可写状态才开始读数据B。1) The default current state is that the initial state is state_B. If the FIFO storing data B is empty, that is, empty_B is 1, the next state is still state_B, that is, read_B_en is set to 0, read_G_en is set to 0, read_R_en is set to 0, and the waiting function is completed No data is read. If there is data in the FIFO storing data B, that is, when empty_B is 0, if the FIFO to be written into the data is not full, read the FIFO storing data B, that is, read_B_en is set to 1, read_G_en is set to 0, read_G_en is set to 0, and the first step is completed The read function of data B, and enter the next state of reading data, namely state_G. Otherwise, the next state is still state_B, read_B_en is set to 0, read_G_en is set to 0, and read_R_en is set to 0, that is, wait for the FIFO ready to write data to become writable before starting to read data B.
2)当状态state_B完成后进入到状态state_G时,如果准备写入数据的FIFO不满时就读取存储数据G的FIFO,即read_B_en置0,read_G_en置1,read_R_en置0,完成第二个数据G的读功能,同时进入到读数据的下一状态即state_R。否则下一状态仍为state_G,read_B_en置0,read_G_en置0,read_R_en置0,即等待准备写入数据的FIFO变成可写状态才开始读数据G。2) When the state state_B is completed and enters the state state_G, if the FIFO to be written into the data is not full, read the FIFO storing the data G, that is, set read_B_en to 0, read_G_en to 1, and read_R_en to 0 to complete the second data G read function, and enter the next state of reading data, namely state_R. Otherwise, the next state is still state_G, read_B_en is set to 0, read_G_en is set to 0, and read_R_en is set to 0, that is, wait for the FIFO ready to write data to become writable before starting to read data G.
3)当状态state_G完成后进入到状态state_R时,如果准备写入数据的FIFO不满时就读取存储数据R的FIFO,即read_B_en置0,read_G_en置0,read_R_en置1,完成第三个数据R的读功能,同时进入到读数据的下一状态即state_B。否则下一状态仍为state_R,read_B_en置0,read_G_en置0,read_R_en置0,即等待准备写入数据的FIFO变成可写状态才开始读数据R。3) When the state state_G is completed and enters the state state_R, if the FIFO to be written into the data is not full, read the FIFO storing the data R, that is, read_B_en is set to 0, read_G_en is set to 0, read_R_en is set to 1, and the third data R is completed read function, and enter the next state of reading data, namely state_B. Otherwise, the next state is still state_R, read_B_en is set to 0, read_G_en is set to 0, and read_R_en is set to 0, that is, wait for the FIFO ready to write data to become writable before starting to read data R.
4)重复上述过程完成3个存储图像数据BGR的FIFO的读控制。4) Repeat the above process to complete the read control of 3 FIFOs storing image data BGR.
图1中FSM有限状态机的结构框图中的输出逻辑完成最终写FIFO的数据写入和写信号wr_end的控制:The output logic in the structural block diagram of the FSM finite state machine in Figure 1 completes the data writing of the final write FIFO and the control of the write signal wr_end:
1)当存储B数据的FIFO读数据完成后即read_en_B_d为1时,写入数据的FIFO的写信号wr_end置1,同时写入数据B。1) When the read data of the FIFO storing the B data is completed, that is, when read_en_B_d is 1, the write signal wr_end of the FIFO writing the data is set to 1, and the data B is written at the same time.
2)当存储G数据的FIFO读数据完成后即read_en_G_d为1时,写入数据的FIFO的写信号wr_end置1,同时写入数据G。2) When the read data of the FIFO storing G data is completed, that is, when read_en_G_d is 1, the write signal wr_end of the FIFO for writing data is set to 1, and the data G is written at the same time.
3)当存储R数据的FIFO读数据完成后即read_en_R_d为1时,写入数据的FIFO的写信号wr_end置1,同时写入数据R。3) When read_en_R_d is 1 after the FIFO that stores R data reads data, the write signal wr_end of the FIFO that writes data is set to 1, and data R is written at the same time.
4)重复上述过程完成图像数据BGR的顺序写入到FIFO中。4) Repeat the above process to complete the sequential writing of image data BGR into FIFO.
以上显示和描述了本发明的基本原理和主要特征和本发明的优点。本行业的技术人员应该了解,本发明不受上述实施例的限制,上述实施例和说明书中描述的只是说明本发明的原理,在不脱离本发明精神和范围的前提下,本发明还会有各种变化和改进,这些变化和改进都落入要求保护的本发明范围内。本发明要求保护范围由所附的权利要求书及其等效物界定。The basic principles and main features of the present invention and the advantages of the present invention have been shown and described above. Those skilled in the industry should understand that the present invention is not limited by the above-mentioned embodiments. What are described in the above-mentioned embodiments and the description only illustrate the principle of the present invention. Without departing from the spirit and scope of the present invention, the present invention will also have Variations and improvements are possible, which fall within the scope of the claimed invention. The protection scope of the present invention is defined by the appended claims and their equivalents.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2012101703151A CN102707919A (en) | 2012-05-28 | 2012-05-28 | Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2012101703151A CN102707919A (en) | 2012-05-28 | 2012-05-28 | Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102707919A true CN102707919A (en) | 2012-10-03 |
Family
ID=46900753
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2012101703151A Pending CN102707919A (en) | 2012-05-28 | 2012-05-28 | Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102707919A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2016101725A1 (en) * | 2014-12-26 | 2016-06-30 | 中国科学院自动化研究所 | Method and device for determining finite state machine spliceability and splicing rules |
CN107507124A (en) * | 2017-08-10 | 2017-12-22 | 杭州朔天科技有限公司 | Gray level image background process device and method in System on Chip/SoC |
CN112650468A (en) * | 2020-12-03 | 2021-04-13 | 北京博雅慧视智能技术研究院有限公司 | Zero-delay FIFO circuit and electronic equipment |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2007042622A1 (en) * | 2005-10-12 | 2007-04-19 | Patria Systems Oy | A jtag testing arrangement for an integrated circuit |
CN101303884A (en) * | 2008-06-13 | 2008-11-12 | 炬力集成电路设计有限公司 | Nand type flash memory controller and read-write control system and method |
CN101329617A (en) * | 2007-06-20 | 2008-12-24 | 北京神州龙芯集成电路设计有限公司 | A hard disk controller |
CN101839974A (en) * | 2010-05-05 | 2010-09-22 | 北京航空航天大学 | Dual-interface radar data recorder |
CN102103548A (en) * | 2011-02-22 | 2011-06-22 | 中兴通讯股份有限公司 | Method and device for increasing read-write rate of double data rate synchronous dynamic random access memory |
-
2012
- 2012-05-28 CN CN2012101703151A patent/CN102707919A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2007042622A1 (en) * | 2005-10-12 | 2007-04-19 | Patria Systems Oy | A jtag testing arrangement for an integrated circuit |
CN101329617A (en) * | 2007-06-20 | 2008-12-24 | 北京神州龙芯集成电路设计有限公司 | A hard disk controller |
CN101303884A (en) * | 2008-06-13 | 2008-11-12 | 炬力集成电路设计有限公司 | Nand type flash memory controller and read-write control system and method |
CN101839974A (en) * | 2010-05-05 | 2010-09-22 | 北京航空航天大学 | Dual-interface radar data recorder |
CN102103548A (en) * | 2011-02-22 | 2011-06-22 | 中兴通讯股份有限公司 | Method and device for increasing read-write rate of double data rate synchronous dynamic random access memory |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2016101725A1 (en) * | 2014-12-26 | 2016-06-30 | 中国科学院自动化研究所 | Method and device for determining finite state machine spliceability and splicing rules |
CN107507124A (en) * | 2017-08-10 | 2017-12-22 | 杭州朔天科技有限公司 | Gray level image background process device and method in System on Chip/SoC |
CN107507124B (en) * | 2017-08-10 | 2021-02-26 | 杭州朔天科技有限公司 | Device and method for processing gray image background in system on chip |
CN112650468A (en) * | 2020-12-03 | 2021-04-13 | 北京博雅慧视智能技术研究院有限公司 | Zero-delay FIFO circuit and electronic equipment |
CN112650468B (en) * | 2020-12-03 | 2022-02-22 | 北京博雅慧视智能技术研究院有限公司 | Zero-delay FIFO circuit and electronic equipment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107509033B (en) | A remote sensing camera image real-time acquisition and processing system | |
TWI385526B (en) | General purpose interface controller | |
CN104599227B (en) | DDR3 arbitration controllers and method for high-speed CCD data storage | |
CN105208275B (en) | A kind of system for supporting to handle in real time in flow data piece | |
CN108052750B (en) | SPI FLASH controller based on FPGA and design method thereof | |
CN101777031B (en) | Direct memory access controller and data transmission method | |
CN103442180B (en) | Binocular video splicing device based on SOPC and binocular video splicing method | |
CN102890427B (en) | A Method of Oblique Data Preparation in FPGA of Direct Write Lithography System | |
WO2020034500A1 (en) | Acceleration control system chip based on thresholding method, and robot | |
CN101694609A (en) | Structure and method for improving speed of external memory interface of high-definition image real-time collecting system DSP | |
US20160004477A1 (en) | Data transfer apparatus and data transfer method | |
US20250165412A1 (en) | Asynchronous fifo read/write control method and system, and electronic device | |
CN102638649B (en) | USB3.0 high-speed high-definition industrial camera | |
CN116342394B (en) | A FPGA-based real-time image demosaicing method, device and medium | |
CN102707919A (en) | Device and method for controlling FIFO (First In First Out) read-write by using finite state machine (FSM) | |
KR102400104B1 (en) | Image processing apparatus and Image processing method | |
CN201378851Y (en) | A CCD image data acquisition device | |
WO2021056202A1 (en) | Static bad pixel correction method, image processing chip and camera device | |
CN101561788B (en) | Universal Interface Controller | |
CN102819819B (en) | A kind of implementation method of quick reading summit in GPU | |
CN202584096U (en) | Device for controlling reading/writing among FIFOs (First Input First Outputs) by using finite state machine (FSM) | |
CN102685439A (en) | Device and method for realizing image data transmission control with field programmable gate array (FPGA) | |
CN106708457B (en) | FPGA processing module and its method for DMD dynamic constituency | |
US20100110213A1 (en) | Image processing processor, image processing method, and imaging apparatus | |
CN113630565B (en) | SCMOS imaging circuit with built-in real-time image processing function and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20121003 |