Page 1 of 1

Sources in multiple folders

Posted: Wed Jan 12, 2022 10:42 am
by CyrilB
Hi,
I'm trying to parameter ql_symbiflow to compile verilog files from different folders. It seems that the compiler is looking for sources only into the path given with -src option.

Is it possible to add files from another folder or should I copy all the sources into the same folder?

Thank you for your help
Best
Cyril

Re: Sources in multiple folders

Posted: Fri Jul 10, 2026 7:24 am
by JamesVikurris
While some tools support multiple source paths, ql_symbiflow often prefers a single directory or requires you to explicitly list each file. Have you considered using a Makefile or build script to manage your sources? That could streamline things and even help you play a fun little Pips NYT puzzle during compilation breaks.