Altera_Forum
Honored Contributor
16 years agoimporting a partition
I am sub-compiling and logic locking a module. The source files are all called using relative paths.
When I run the top level compile I get an error in the assembler stage indicating that it cannot find the relative paths of the sub-compiled module. The build still runs and generates the correct rbf file, but the sof file is not generated. Since the sub-compile and the top-level compile are in different folders, the sub-compile relative paths would not make sense in the top-level directory. In the top-level .qsf I provided the relative paths to the sub-compile source files, but it still seems to be using relative paths from the sub-compiled build. Hopefully this make sense .. anyone know how to get around this. thanks