Forum Discussion
3 Replies
- RichardT_altera
Super Contributor
Is the EDA Tool properly setup? Go to Tools -> Options -> EDA Tool Options and set the ModelSim-Altera directory.
example directory: C:\intelFPGA\18.1\modelsim_ase\win32aloem
Sharing your design might help with further understanding.
- KJOSH5
New Contributor
Hello,
Thanks for the response . I have tried the suggested solution but it did not work.
Following is my design code
module light(x1,x2,f);
input x1,x2;
output f;
assign f=(x1 & ~x2)|(~x1 & x2);
endmodule
I am not able to run the functional simulation for the above code.
Kindly advise.
- RichardT_altera
Super Contributor
Your design works though. Is the EDA Tool Settings > Simulation > Tool Name, is set as ModelSim-Altera?
Or you can try the steps by steps guidance with below link and check whether the same issue occur again.
http://www.swarthmore.edu/NatSci/echeeve1/Ref/embedRes/QQS_V/QuickQuartusVerilog.html