Skip to main content

Questions tagged [fifo]

FIFO (First In, First Out) is one way of managing a buffer for data

0 votes
0 answers
14 views

My question is about calculation of full flag for an asynchronous fifo: rdptr is grey code of read pointer which is synchronized to write clock. Original read pointer increments on read operation and ...
kill time's user avatar
2 votes
1 answer
139 views

I'm the newbie in FPGA. I want to design a frequency counter, so the design will involved some CDC problem. Therefore, I used FIFO (I use the Quartus FIFO IP) and 2DFF synchronizer in my design. Below ...
柳志鵬's user avatar
1 vote
2 answers
614 views

As a personal project, I have designed a synchronous FIFO in Verilog HDL. But while testing with a testbench, I observed that the FIFO values are flushed out after one clock cycle when read-enable is ...
aditya's user avatar
  • 113
6 votes
4 answers
724 views

The WS2811/2812 protocol is well-defined and hence the chip now seems to dominate addressable strip lighting products. People have managed to use SPI and UART to control it, and someone even did it ...
Milind R's user avatar
  • 240
2 votes
2 answers
666 views

So, I have an FT232H chip, specifically this breakout. I'm trying to read data as fast as possible from it, so I've set it to synchronous 245 FIFO mode, which the datasheet says should yield up to 40 ...
Erhannis's user avatar
  • 329
0 votes
1 answer
250 views

Currently I am working with esp32-s3-mini system which communicates with IIM-42352 accelerometer via SPI. My configurations are as follows: *FIFO mode- stream to FIFO *Packet size- 16 bytes *Interrupt ...
Dominykas's user avatar
  • 515
1 vote
1 answer
1k views

I am completely new to the SystemVerilog world, and I am trying to verify the asynchronous FIFO made by Cummings. The goal is to verify this design by using the Tb components, so no UVM at all. I ...
Giuseppe Trematerra's user avatar
0 votes
1 answer
277 views

We are building a electric vehicle and need an accelerator pedal position system. We have the circuit designed as shown below. When simulating our circuit, the ADC speed of the Arduino Uno seemed slow....
Kalamakra's user avatar
  • 181

15 30 50 per page
1
2 3 4 5
7