aspirinnnnn
Member level 1
- Joined
- Jan 4, 2012
- Messages
- 33
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Beijing,China
- Activity points
- 1,511
A engineer in our lab wrote a Quartus project ,now i have to verify his codes in VCS,one question raises,his project got many directories and sub directories, the include style use in FPGA is like :
the current directory is the directory the file located ,now when i am using VCS, it tell me that it can not find the file or directory ,i figured out that the VCS always use the directory you execute the VCS command line as the Current directory ,so i have to change all the `include XXX line to match the location in VCS ,is there any way i can avoid this problem ?
Thanks For Any Help
Code:
`include "./XXX.v"
Thanks For Any Help