Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts
Log In
Found the internet!
Create an account to follow your favorite communities and start taking part in conversations.
Posts
Communities

Posts about Verilog

r/Verilog
3.1k members
Welcome to r/Verilog
Visit
r/FPGA
43.9k members
A subreddit for programmable hardware, including topics such as: * FPGA * CPLD * Verilog * VHDL
Visit
r/ECE
174k members
A subreddit for discussion of all things electrical and computer engineering.
Visit
r/chipdesign
13.2k members
A subreddit for the discussion of all things related to the creation (not usage of!) integrated circuits, both circuit- and process-level.
Visit
Subreddit Icon
r/ElectricalEngineering
185k members
A place to ask questions, discuss topics and share projects related to Electrical Engineering.
Visit
Subreddit Icon
r/RISCV
15.7k members
RISC-V (pronounced "risk-five") is a license-free, modular, extensible computer instruction set architecture (ISA). Originally designed for computer architecture research at Berkeley, RISC-V is now used in everything from $0.10 CH32V003 microcontroller chips to the pan-European supercomputing initiative, with 64 core 2 GHz workstations in between. RISC-V is suitable for custom silicon chips, as a soft core in an FPGA, or as a high performance software Virtual Machine. riscv.org
Visit
Subreddit Icon
r/programming
5.6m members
Computer Programming
Visit
Subreddit Icon
r/embedded
142k members
This sub is dedicated to discussion and questions about embedded systems: "a controller programmed and controlled by a real-time operating system (RTOS) with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints."
Visit
Subreddit Icon
r/beneater
16.3k members
Discussion inspired by Ben Eater's YouTube video series.
Visit
Subreddit Icon
r/ComputerEngineering
29.3k members
Welcome to r/ComputerEngineering - A community for discussing computer engineering and its related areas (electrical engineering and computer science)!
Visit
Subreddit Icon
r/emulation
330k members
News and discussion about emulation.
Visit
r/engineering
451k members
r/engineering is a forum for engineering professionals to share information, knowledge, experience related to the principles & practices of the numerous engineering disciplines. r/engineering is **NOT** for students to ask for guidance on selecting their major, or for homework / project help. Read the sidebar BEFORE posting.
Visit
Subreddit Icon
r/emacs
66.8k members
The extensible, customizable, self-documenting real-time display editor.
Visit
r/ReverseEngineering
136k members
A moderated community dedicated to all things reverse engineering.
Visit
r/learnprogramming
4.0m members
A subreddit for all questions related to programming in any language.
Visit
1.0k
Subreddit Icon
โ€ขPosted by3 years ago
Post image
1.0k
57 comments
12
60
โ€ขPosted by1 year ago
60
95 comments
145
131
Subreddit Icon
โ€ขPosted by5 months ago
Post image
131
29 comments
13
โ€ขPosted by23 days ago

Hi,

I tried to write this simple router design in Verilog and I have tested each individual modules and each module works. You can check this block diagram to get an idea: https://i.imgur.com/hzVAipW.png

Please note that I have made some little changes to the block diagram but the block diagram doesn't show it, but overall the shown block diagram is good.

The problem is that the design does not work. The FIFOs don't output anything. Honestly, I have checked it many times for the last many days and everything looks okay.

Could you please give it a look? I understand that it's not easy to check this type of design. So, I will be really, really appreciate it if you can help me.

You can use either of the two links below to access the code. You can edit the code using Link #2.

Link #1: https://gist.github.com/painterguy1995/7ea1a9d9723205f96b62db9bd66064c1

Link #2: https://codefile.io/f/beGvt3GWnA

13
20 comments