Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMost megafunctions create .qip files with relative paths. For example, if I do a PLL, the .qip has the following line in it:
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "mypll.v"] So $::quartus(qip_path) is a variable on where the .qip file is, and mypll.v is then relative to that.