tkoenig1

Results 6 comments of tkoenig1

Possibly a better way to write the same statement: When dividing two integer numbers, you will get a truncated integer, not a real number, so 1/2 is 0 (gfortran will...

This might well be a stack size issue. Can you try increasing your stack size and running again?

Another possibility would be to use `integer(kind=c_bool)`. While it is not guaranteed by the standard that this uses the smallest possible kind, in practice it is so (and it does...

This is on Ubuntu 20.04 LTS. ghdl is: ``` $ ghdl --version GHDL 0.37 (Ubuntu 0.37+dfsg-1ubuntu1) [Dunoon edition] Compiled with GNAT Version: 9.3.0 mcode code generator Written by Tristan Gingold....

This is standard ubuntu ghdl, with no modification. There is a possibility of this being buggy. However, there is also an error message which might also be the cause of...

Just wondering... what do you get when you `ghdl --disp-config` ? Maybe there is an option set in your build environment that pulls in `std_logic_arith` somehow? I get ``` $...