Forum Discussion
sstrell
Super Contributor
3 years agoYou're getting all those warnings because you are defining a whole bunch of signals without creating signal (wire) declarations.
The error is most likely because you've named the top-level entity in your Quartus project 10ustep, but the module name in this code is DRV_10uSTP. Change the code or change the name of the top-level entity for the project.