Re: [nodejs] Re: Cross compiling node.js for microblaze

2014-07-10 Thread Simon Vincent
Thanks for the info. I think I will have to give node.js a pass on the microblaze. It looks far too much work! Regards On 10 July 2014 05:02, wrote: > Hi Simon, > > I looked into a different approach of putting JS on a FPGA by writing a JS > interpreter in a high-level-language to VHDL toolcha

[nodejs] Re: Cross compiling node.js for microblaze

2014-07-09 Thread mogill
Hi Simon, I looked into a different approach of putting JS on a FPGA by writing a JS interpreter in a high-level-language to VHDL toolchain. Sadly, the low clock speed of the FPGA makes interpreting JS painfully slow and it was impractical. Dealing with timed logic and I/O also proved to be o