Using the plugin in Luna Release 2 (4.4.2) (Under Centos 6.6)
I have external files identified in the build path as
extern mylib "/projects/128bit_counter/src"
toplevel mylib.counter_128(behv)
The vhd file is there and can be found by the editor
It is also syntactically correct and can be compiled by other tools.
The code has
entity counter_128 is .....
and
architecture behv of counter_128 is .....
There seems to be three issues I guess related
I get this in problems
Description Resource Path Location Type
IGManager: failed to find mylib.counter_128(behv) BuildPath.txt /counter line 70 Problem
2) Outline is empty
3) ctrl-space will not bring up any content assist
Thanks,
Steve
Capital letters must be used in toplevel specification.