** Error: (vcom-11) Could not find work.std_arith.

141 views
Skip to first unread message

Cherry

unread,
Feb 19, 2015, 10:17:19 AM2/19/15
to modelsim-pe-s...@googlegroups.com
How to resolve this error ?  ::  ** Error: (vcom-11) Could not find work.std_arith.

First few lines of code:

library IEEE;
use IEEE.std_logic_1164.all;
use work.std_arith.all;

Tried replacing work library with 
use IEEE.numeric_std;
(but looks like many functions (including +) are not able to execute using this library)
the errors with numeric_std library are:
-No feasible entries for infix operator "+".
-Type error resolving infix expression "+" as type ieee.std_logic_1164.STD_LOGIC_VECTOR.
Reply all
Reply to author
Forward
0 new messages