Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSimulation Report NOT RESPONDING
Working on a lab assignment for my class. I enter in my code and compile with no errors. Then I make a vector wave form (which my text says generate net list). I follow the directions step by step! I...
Altera_Forum
Honored Contributor
9 years agoUsing the VHDL file, this was my code:
module Question1 (x1, x2, f); input x1,x2; output f; assign f= (x1 & ~x2)|(~x1 & x2); endmodule **I compiled it** Then i used a vector waveform file, imported the nodes, set my end time. I then went on to Assignment> settings> simulator settings then changed simulation mode to functional. Then I generated a functional Simulation netlist. Then i click start simulation and the report window doesnt load, Quartus just crashes.