Michael Jørgensen

Results 143 comments of Michael Jørgensen

@sy2002 I appreciate your input. This too is my gut feeling that the time is not right. I'll leave this issue as is, but keep it open as a placeholder...

I think we should go for a format that makes implementation easy (and fast). With 3 words, we have plenty of bits to use, so storing the mantissa in full...

* Running outside make gave no new information. It just exits with the string "Killed." * Running in gdb gave the message `Program terminated with signal SIGKILL, Killed.`. And no,...

Repeating without the --wave option made no difference. Process still killed after allocating 64 GB. In an attempt at creating a smaller example to reproduce the error, I removed the...

[tmp.zip](https://github.com/ghdl/ghdl/files/8086029/tmp.zip)

BTW: Looking at my own source code just now it seems the array allocated is of size 64 MB (22 address bits and 128 data bits = 2^22 * 128...

Yes, I think that would be a good idea. For some configurations it may not be necessary, but it caught me by surprise, and adding it to the required dependencies...

You might want to run the following command: ``` sudo apt install libfl-dev ``` This worked on Linux Mint.

@wSafwan In line 8 of the sp605 UCF file, you've set the TIMESPEC for the sys_clk_pin to be 100000kHz, but I believe the clock input is 200 MHz. In that...

Regarding the comment on lines 74-75 I have no idea about. That must be for @alexforencich to answer. However, your fpga.v file looks wrong. As far as I understand, the...