Z
zlotawy
Guest
Hello,
there are three constants:
constant one : Natural := 36;
constant two : Natural := 14;
constant three: Natural := one/two;
After synthesise three equels 2.
BEcause 36/14 is more than 2 I have question, how to get this value?
Thanks
zlotawy
there are three constants:
constant one : Natural := 36;
constant two : Natural := 14;
constant three: Natural := one/two;
After synthesise three equels 2.
BEcause 36/14 is more than 2 I have question, how to get this value?
Thanks
zlotawy