blach100
Junior Member level 3
- Joined
- Jul 15, 2011
- Messages
- 30
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,483
Hello,
in My entity I have
*entity jasmin is*
*port (CLK, Reset : in std_logic;*
*xt, yt : out ufixed(0 downto -14));*
*end jasmin;*
*
when creating the Testbensh, It automatically giving me
*
and when simulating using Modelsim (Student version)
*
*
Do you have any Idea to solve this out!
thank you in advance
*
in My entity I have
*entity jasmin is*
*port (CLK, Reset : in std_logic;*
*xt, yt : out ufixed(0 downto -14));*
*end jasmin;*
*
when creating the Testbensh, It automatically giving me
** COMPONENT jasmin*
* PORT(*
* CLK : IN std_logic;*
* Reset : IN std_logic;*
* xt : OUT std_logic_vector(0 downto -14);*
* yt : OUT std_logic_vector(0 downto -14)*
* );*
* END COMPONENT;*
*
and when simulating using Modelsim (Student version)
*
*
*Error: testB1.vhd(46): (vcom-1144) Value -14 (of type std.STANDARD.NATURAL) is out of range 0 to 2147483647.
Do you have any Idea to solve this out!
thank you in advance
*