Results 131 comments of sy2002

>We need to discuss whether to leave this module in the FPGA and/or emulator permanently, or whether we should just have it in temporarily until we're satisfied the CPU works...

Right now, I would say this is "works as designed" - but it is not well designed by me :-) This is due to the wait state handling of the...

OK thank you - let's proceed like that. And we might want to use our upcoming Thursday ILA session to have a look at this very case together ;-) My...

As decided in our videochat, here is the way forward: ### About Overflow Change overflow handling to "correct behaviour", which is: Is written in the comment of the emulator and...

Without having a debugging infrastructure, this one needs to go to 1.8

@MJoergen The source code here is not helpful but they also have a web emulator (similar to ours), so just click into the image and wait until the emulator loads...

Just in case you would like to tackle this issue: Feel free :-)

While I find this a really cool idea - particularly also given our "competition" out there and the really good looking visual quality that a higher resolultion would bring, **I...

## About the compiler's floating point constant representation For your convenience, I did the following experiment. I wrote this C program here: ``` #include int main() { float f =...