Forum Discussion
Altera_Forum
Honored Contributor
10 years agoRemove the curly brackets "{}" from around PWM_Gen.vo and add another line:
run -all Whether 'PWM_Gen.vo' is the right file or not depends on whether there is any test stimulus in it. If it's just your top level design then no, it's not going to do much. Typically, I generate test stimulus in a separate 'PWM_Gen_tb.v' file in which the top level module is also instantiated. So, you'd end up passing 'PWM_Gen_tb.v' to the 'vsim' command. Cheers, Alex