--- Quote Start ---
Can anyone explain me WHY Quartus compiler is so bad? My God... It's one of fewers tools in the Earth to develops digital circuits in FPGA and its have this crap compiler! I just cant imagine... How can Nasa, Darpa and big companies around the world develops something with this crap? Im losing about a couple of hours to solve this mesages, and i cant!
Error (10500): VHDL syntax error at neural_processor.vhd(356) near text "case"; expecting "if"
--- Quote End ---
The Quartus VHDL compiler is actually rather good - you should try the ISE one.
It sounds like you have a syntax error near text "case". it is expecting "if".
If you want any better help - you'll have to post your code.