Forum Discussion
sstrell
Super Contributor
4 years agoThose aren't errors, only warnings, so they should not prevent compilation in Quartus.
Your design is purely combinatorial, so that's why there's a warning about no clocks.
I don't know how you have your Quartus hierarchy set up, but you do not compile a testbench in Quartus. That's only for simulation, so don't include the tb file in your Quartus project.
- areebTAG4 years ago
New Contributor
so what about if you wanted to simulate you code first using Questasim? Intel Quartus does the option for running a rtl simulation, correct?
- sstrell4 years ago
Super Contributor
Quartus can generate script files so you can simulate in Questasim. It doesn't do a simulation compilation.