CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 14:06:21 GMT
content-type: text/html; charset=utf-8
cf-ray: 965cb268ab5eccbb-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=638b1768-f27b-44fe-ae22-34f1081d5a4c; expires=Mon, 27 Jul 2026 14:06:21 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: ca382000-6d4f-4f31-97a5-b46c7ffb615c
x-worker-origin-response-time: 349000000
x-dns-prefetch-control: off
set-cookie: prov=638b1768-f27b-44fe-ae22-34f1081d5a4c; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=V5KMjsrpFyoXFxKrwFH33XfPUuTPuegzfwBg4qZmIWA-1753625181-1.0.1.1-V6fyeGHttUQMj1EkjHkZdyEdNt9Ja4r8AaiILnlkiZ0SvKTMHl7h6KXkLYtD1Cqtw.ihFGYg_CoRSSIIa0vWezF1th34nraSMutWemblmDQ; path=/; expires=Sun, 27-Jul-25 14:36:21 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=B3NtcJY9BvzJiuGFH8_.250n2YvaO1nfpbh1gFqh6_g-1753625181913-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'fpga' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [fpga]
A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing.
20 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
231
views
Implements a READ ID command between the iCE40 HX8K and the AT25SF0818 in Verilog
Question
How can I improve my Verilog code?
Context
Flash Read ID Operation
This project is an implimentation of the Read Manufacturer and Device ID (9Fh) operation ...
3
votes
1
answer
96
views
SPI prototype in Verilog: areas for code improvement
I'm working on an SPI in Verilog. I will post what I came up with here. This is an educational project compiled according to the general principle from Wikipedia. There is only one mode - exchange ...
3
votes
1
answer
89
views
Detect when X-axis inputs and Y-axis inputs go high
I am working on a module named PinCoordinates that detects when X-axis and Y-axis inputs go high. This will be programmed onto an Altera MAX V CPLD. I am ...
4
votes
1
answer
150
views
Design and stimulus for a simple Mealy finite state machine
I am trying to code a state machine for the given state diagram:
I
...
1
vote
1
answer
113
views
Clock frequency meter module
The module measures input clocks. It requires some reference clock. There can be from one to five input clocks to measure it. Output values are usual unsigned ones. As expected, it should be reset ...
4
votes
1
answer
711
views
LED matrix controller - Verilog
I'm an ECE student. My experience in Verilog and FPGAs is mainly from my digital logic design class. To practice Verilog, I decided to implement a controller for Adafruit LED matrices. It interfaces ...
1
vote
1
answer
181
views
fixed pseudo-random binary sequence (prbs)
On recent comments based fixed modules for FPGAs for generating a pseudo-random bit sequence are presented. The first module generates a bit sequence. The third module speeds up the generation by ...
4
votes
1
answer
361
views
Heart beat RTL module
Heart rate or blink generator. Clocked from the system frequency, but calculated from a constant of 120MHz. Has a prescaler with values 2, 3, 5, 6, for even heart beat / blinking. The IS_DEBUG ...
2
votes
1
answer
2k
views
pseudo-random binary sequence (prbs)
Modules for FPGAs for generating a pseudo-random bit sequence are presented. The first module generates a bit sequence. The third module speeds up the generation by transferring the bus to, for ...
3
votes
1
answer
2k
views
Carry Lookahead Adder - SystemVerilog
I have been learning SystemVerilog before I go back to school and decided to try and implement a Carry Lookahead Adder. As far as I can tell, it works correctly though I haven't tested extensively, ...
2
votes
0
answers
411
views
a simple interrupt polling program due to AXI DMA IP
The program transfers a data array from a Zynq-7000 PS DDR to a BRAM IP (block RAM) memory in a PL part of a FPGA due to a PL AXI DMA IP. Inferring a xilinx axi dma driver (not scatter-gather mode), ...
6
votes
1
answer
822
views
VGA sync generator for 640x480@60Hz
I wrote my first module in Verilog. The purpose is to maintain two counters and emit signals corresponding to VGA's HSync and VSync, as well as HBlank and VBlank pulses to be used by a video ...
7
votes
1
answer
133
views
Signal output on Raspberry Pi that acts as input for FPGA
Problem
I'm writing a verilog program that does the trapezoidal integration method (where a review is also welcome, wink wink). But turns out you need input for these kind of things, so in the overly ...
6
votes
2
answers
1k
views
Verilog implementation of trapezoidal integration method
Any and all comments are welcome in this review.
##Problem
I've been doing a lot with numerical integration methods recently and have mostly been programming in Python. But, speedups and FPGAs are ...
6
votes
2
answers
2k
views
Simple SystemVerilog AXI controller
I have a more long-term project I'm using to learn FPGA/HDL, and this is first sub-component of it used for testing. I'm targeting Zynq device.
I'd like to create a component which creates an image. ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
verilog × 14
hdl × 9
system-verilog × 7
c × 4
embedded × 3
rtl × 2
vhdl × 1
beginner × 1
assembly × 1
raspberry-pi × 1
python-3.x × 1
python × 1
object-detection × 1
device-driver × 1
more related tags
Hot Network Questions
- What were the two colored keys on a MUPID for?
- How should one pronounce plural French-derived German words?
- About Harp Pedaling for a Pentatonic Glissando
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Regenerative cooling of rocket engine turbine's blades
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- How to put commutative symbol in a commutative diagram?
- Easy ways to draw vector diagrams in TikZ?
- How to navigate in the Universe's Heat Death
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Not being introduced to the team – should I ask for it?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- "I met a monk and philosopher." How many people did I meet?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- Shared-Memory Queue Implementation in C
- How does one justify the rationality of buying insurance?
- Still learning electronics, can you explain this voltage protector failure?
- Is this a violation of open source?
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- How can I turn the text in a PNG file back into text layer?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Time Machine backup disk not writeable any longer
- how is it possible for a player to have crossed 2400 and secure 3+ IM norms to stay FM
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?