anonymous.
Junior Member level 3
- Joined
- Apr 16, 2012
- Messages
- 27
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,485
I'm am trying to simulate some VHDL codes that use Synopsys Design Ware components in modelsim.
I added the Design ware vhdl files to a directory called DWARE in my work directory. I have successfully compiled some files(they include DWARE). but there is onlyone file that produces the error. All files are in the same directory (They can all see DWARE folder and the libs inside) and they all work fine except for this one.
the exact error is :
Is there any possible explanation for this wierd behavior ?
I added the Design ware vhdl files to a directory called DWARE in my work directory. I have successfully compiled some files(they include DWARE). but there is onlyone file that produces the error. All files are in the same directory (They can all see DWARE folder and the libs inside) and they all work fine except for this one.
the exact error is :
Code:
** Error: /home/***/DCache/DCache_ReorderBuffer.vhd(2): Library dware not found.
Is there any possible explanation for this wierd behavior ?