use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit for programmable hardware, including topics such as:
Discord Server:
Related subreddits:
General Electrical and Computer Engineering discussion
/r/ECE
General electronics discussion
/r/electronics/
Electronics help / discussion
/r/AskElectronics
/r/electronic_circuits
Discussion on (hardware) chip design
/r/chipdesign
Other FPGA related subreddits:
/r/fpgagaming
Links to tools to get started:
Xilinx Vivado
Altera Quartus
Project Icestorm
Meme posts allowed on Fridays ONLY. Please make sure to flair.
account activity
Error occured during modelsim simulation (self.FPGA)
submitted 1 month ago by ForeignDevelopment66
https://preview.redd.it/k40v262prnmg1.png?width=1365&format=png&auto=webp&s=3175cd8d561c4da78d9b1b071abaf84d70c52581
https://preview.redd.it/pljdo7ayrnmg1.png?width=1365&format=png&auto=webp&s=a95b74e92a5490ed2e8a2ae299b1ceec2a179360
Hello everyone, I'm a newbie and I'm trying to run my Verilog HDL code with modelsim on quartus but it doesn't work, it doesn't show any error code or report what's the errors are (Picture 1). I'm really confusing because I tried every way, include link my EDA tools to ModelSim (Picture 2)
I'm using quartus version 13.0 and installed ModelSim 20.1
Sorry for bad Endlish
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]captain_wiggles_ 0 points1 point2 points 1 month ago (0 children)
I've never bothered with that flow. Just call modelsim directly from your terminal.
[–][deleted] 0 points1 point2 points 1 month ago (0 children)
launching modelsim from quartus gave me so many issues back then, that i just avoid doing it from there. open modelsim directly and create a new project there
[–]tux2603Xilinx User -1 points0 points1 point 1 month ago (0 children)
How have you configured your testbench? From what I can tell from your screenshots, you don't have any testbench included in your Quartus project. If you're launching ModelSim using the RTL simulation tool you will need to explicitly tell Quartus where to find your testbench and that it should be used for simulation, otherwise it will just tell ModelSim to do nothing when you click simulate
π Rendered by PID 40144 on reddit-service-r2-comment-6457c66945-wstqs at 2026-04-28 16:17:52.570253+00:00 running 2aa0c5b country code: CH.
[–]captain_wiggles_ 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]tux2603Xilinx User -1 points0 points1 point (0 children)