Fpga game console
Uploader Comments (czubinm)
All Comments (39)
-
@scorpion8588 NIOS is a CPU implementation on the FPGA. You compile your C code to the arch and load it into memory, connect cpu with memory etc. Quartus is just a tool to develop your code. Use SOPC to get a cpu on it or any other prebuild one.
-
Do you mind explaining to me the difference between NIOS and Quartus. I have only used Quartus and do not understand what is the purpose of NIOS if I can compile VHDL code to the FPGA through Quartus.
Is NIOS performing the same task only in C?
-
One dislike. LoL
-
@czubinm awesome. good work!
-
@heeroyui1777 Build from scratch in C for NIOS. Took only a couple days. Hard bit was the FPGA code.
-
@worzelhund I think it only took around three weeks. The software bit took 4 days. 2 days to build the games and 2 days to find suitable graphics and sound.
-
wow amazing. how much time did you put in this?
-
Can i get a quartus project? Can't wait to test it :)
it's really interested me. How can I access to your link. I'm intending to make a similar pacman game on DE2 too, so I hope to refer more your work.
Thanks
pandarbearVN 1 year ago
@pandarbearVN Sorry, but the full code can't be put online. Since there are parts that are copyrighted. Namely NIOS II etc. Though I could see if parts of it could be shared.
czubinm 11 months ago
wow :O cool dude... is there a posibility to rogram that "machine" with opengl and make own 3d on it?
If thaere is that posibility i'm buying it :D I'm programming OpenGL on pc and there is sometimes much fun of it. I have some released projects :D
kamilm122 1 year ago
@kamilm122 No. This has it's own graphics "language". Only basic graphics are being handled. You might be more interested in GPGPU anyway.
czubinm 11 months ago