Hi there,
is it possible to resolve calculations with real datatypes in sigasi?
Minimum example:
libraryIEEE;
useIEEE.STD_LOGIC_1164.all;
use work.math_pkg.all;
package test_pkg isconstant test :real:=1.0 / 2.0;
end test_pkg;
Unfortunatly the value which I can see if I hover over test is 0. (Calculation seems to be just in integer)
thanks in advance