Skip to main content

Questions tagged [fpga]

A Field-Programmable Gate Array (FPGA) is a logic chip consisting of an array of programmable logic blocks and interconnects that is configured by the customer after manufacturing—hence "field-programmable".

Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

I have found an OLED display on AliExpress. I have tried to find another one but this is the only one I have found with the dimensions I need, I have a proprietary video signal and need to make an ...
Polonez's user avatar
  • 13
-1 votes
1 answer
56 views

On ECP5, which power pins are utilized by differential pairs? Last time I checked, the datasheet is not really clear on whether the differential outputs (LVDS) are powered by VCCAUX or VCCIO. It could ...
Hammdist's user avatar
  • 577
0 votes
1 answer
45 views

I'm working on capturing ADC data from an ADA4355 using a Spartan-6 LX9 FPGA. According to the ADC datasheet, it can output data in several modes, such as: 16-Bit DDR/Single Data Rate (SDR), Two-Lane, ...
Md.shah's user avatar
  • 73
2 votes
1 answer
158 views

A FPGA I/O is connected to the OE# of a transceiver and I want to ensure that OE# is high (>=2V) when the system powers up and until the FPGA is configured. The system is battery powered and the ...
Mr.Y's user avatar
  • 325
1 vote
2 answers
278 views

I am building a hardware parallel crc_6 encoder and decoder. The polynomial I am using with the given length of input data has HD=3, meaning it can detect up to 2 error bits. The flow is at the ...
haythem elnashar's user avatar
3 votes
4 answers
793 views

On this Digilent/Xilinx Spartan 3e 1600 FPGA board, they use 270 ohm resistors as current limiting resistors. In their guide they state: The PS/2 port on the MicroBlaze Development Kit board is ...
drudru's user avatar
  • 307
0 votes
2 answers
169 views

I have series termination resistors very close to the receiver, I have realized that they must be next to the driver (can't be moved since Im using a SOM). The parallel HDMI input signals that go into ...
HasanTheSyrian_'s user avatar
0 votes
0 answers
63 views

I'm trying to synthesize the following hardware in Vivado, which contains an array of my_struct_t. To reach timing closure, it's important that this array is ...
John M's user avatar
  • 1,467
1 vote
1 answer
72 views

I am a beginner with FPGAs and I want to find what is the maximum clock frequency where the I/O pins and PCLK pins of this FPGA "LCMXO640C-3TN144C" can work with. MachXO Family Data Sheet ...
DarkKnight's user avatar
1 vote
5 answers
191 views

I am embarking on a new project to replace simple scanning circuits. Previously this was done with a couple of 8 bit counters linked by glue logic, then driving multiplying DACs and other analog ...
SteveM's user avatar
  • 11
0 votes
0 answers
74 views

I am trying to connect two MACs in GMII mode - using a SoC to connect them, and routing GMII signals through the Fabric. In the spec for the Intel MAC GMII IP, it assumes connection to PHY. This IP ...
K606's user avatar
  • 19
-1 votes
1 answer
77 views

I have precompiled (with db and incremental_db folders, so it have sof/pof files) Quartus Prime (22.1std.1 Build 917 02/14/2023 SC Lite Edition) project and want to open "Technology Map Viewer (...
Vladislav Butko's user avatar
2 votes
0 answers
153 views

I am working with a Xilinx Alveo U50 FPGA and have developed an FPGA program for model inference. However, I am encountering a bottleneck in data transfer latency between Linux and the FPGA. Currently,...
bug free's user avatar
3 votes
1 answer
399 views

I want to send a signal to ESP32 through an FPGA using I2C protocol, and I have got a problem: Can I use the ESP32 WROOM, for example? Does it have the same reg with the same purpose as in this manual ...
Ilan Mermelstein's user avatar
1 vote
1 answer
161 views

A PCB with an FPGA is generating a pulse which is available on a JST connector GPIO pin. It is approx 30 ns wide, and repeats approx every 40,000 ns. The device for which this signal is destined has ...
Scott's user avatar
  • 29
1 vote
1 answer
96 views

I have some power coming into my design, let's say 50V. I need to design a simple current monitoring (overcurrent) to detect if there is any overcurrent condition then disconnect the 50V to my load ...
James's user avatar
  • 359
0 votes
1 answer
244 views

I'm currently debugging a custom AXI4-Stream RTL module that I'm using to transfer data from the XADC to the DMA on a Zynq SoC. The goal of this module is to collect a fixed number of samples (...
DLopezS_FPGA's user avatar
1 vote
1 answer
271 views

More details given below. My main question is, should the scrambler return the original data if the scrambled input is passed back into it? And if yes, what logic am I missing? Apologies for the poor ...
RishiC's user avatar
  • 141
1 vote
1 answer
109 views

I have the "XCE04S2-10FFG668C" xilinx FPGA but I can't find the datasheet of it. Do you know where I could a datasheet or a pinout diagram at least?
DarkKnight's user avatar
1 vote
2 answers
453 views

I have two FPGAs which have PCIe gen3 x16 ports which are connected to the same root complex (and the host). I have been trying to find a way to achieve "root complex routed"/direct DMA ...
AspiringDDesign's user avatar
0 votes
0 answers
67 views

I am a uni student familiar with xilinx products and I have never used trenz electronics but I can't seem to establish a connection through jtag using the trenz electronics te0720 with the te0706 ...
Vincent Tran's user avatar
3 votes
1 answer
128 views

I have been trying to create a project of adaptive light brightness using BASYS 3 FPGA and a PIR Motion Sensor HC-SR501. I connected the output of the motion sensor to a PMOD pin in the BASYS 3 to ...
Ahyube's user avatar
  • 31
3 votes
1 answer
623 views

I'm designing a module debounce pushbutton that uses 2 D Flip Flops and a Slow Clock (4Hz) and an AND Gate(Output) to ensure that the signal will generate with a single pulse. I have learned this ...
Ashura's user avatar
  • 123

1
2 3 4 5
64