RE: PicoBlaze Simulator in JavaScript
August 18, 2022 at 12:00 pm
bennyboy Wrote:Sorry, it's a bit too much for me to wade through.
I found one error, namely, the bit-shifting operations were not running at all because the 0x14000 was mentioned two times in "case" (and, apparently, the SpiderMonkey engine in Firefox did not warn me about that, it simply went with when it was mentioned first, in HWBUILD). But the examples still don't run correctly even after I fixed that. Well, if you want to, you can fork me on GitHub and make a Pull Request in which you fix the rest. I will not spend my time doing that myself, since it seems quite obvious now it will not speed up my simulator significantly.
HappySkeptic Wrote:Performance testing your Decimal to Binary when using FastForward shows that the time is almost 100% your setting (and the rendering) of DOM elements.
Well, I must say I strongly suspected that to be the case.
HappySkeptic Wrote:Yup, it's hamsters
What does that mean?