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
Sources in multiple folders
-
JamesVikurris
- Posts: 1
- Joined: Fri Jul 10, 2026 7:22 am
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.