Gast
#2442469
Hallo Zusammen, In meinem Projekt wird ein Package verwendet, was ich selbst definiert hab. Bei Synthese und Verhalten-Simulation funktioniert mein Projekt gut, aber bei Timing-Simulation(post-route) kommt es immer Fehlermeldung: Cannot find <my_pack> in library <work>. Please ensure that the library was compiled, and that a library and a use clause are present in the VHDL file. Kennt jemand warum mein Package nicht gefunden werden kann? In meinem Package sind eine Matrix und eine Vektor wie folgend definiert: package MY_PACK is type Feldelement is array (3 downto 0) of sfixed (3 downto -10); type FeldTyp is array (natural range <>) of Feldelement; end MY_PACK; Danke sehr!! Gruß!!