Quantcast
Channel: Sigasi - Discussion Forum
Viewing all articles
Browse latest Browse all 127

resolve calculations with real datatype

$
0
0

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


Viewing all articles
Browse latest Browse all 127

Trending Articles