J
jacko
Guest
Well, finally got Altera Quartus 10.1 working on Jolicloud linux using the dash->bash hack. The compile speed on this netbook is quite good compared to the old windows box. I've fiddled with the instruction set, the sound filter and the video resolution, and added some modulo addressing on the R and S stack registers.
It now weighs in at 75% of 1270 4LUT device. No specific altera megafunctions used. Pure VHDL. (will add UFM spi though at some point). With no constraints it gives Fmax of 85MHz in C5. All arithmetic is based on the MInus instruction. All conditional branching is based on stack return address manipulation.
http://code.google.com/p/nibz/downloads/detail?name=nibzX7.vhd&can=2&qwhich is a re-upload while a compiling version (no VHDL errors)
Apart from later bug fixes, it's a wrap. Free BSD.
Cheers Jacko
It now weighs in at 75% of 1270 4LUT device. No specific altera megafunctions used. Pure VHDL. (will add UFM spi though at some point). With no constraints it gives Fmax of 85MHz in C5. All arithmetic is based on the MInus instruction. All conditional branching is based on stack return address manipulation.
http://code.google.com/p/nibz/downloads/detail?name=nibzX7.vhd&can=2&qwhich is a re-upload while a compiling version (no VHDL errors)
Apart from later bug fixes, it's a wrap. Free BSD.
Cheers Jacko