apio icon indicating copy to clipboard operation
apio copied to clipboard

Manage code with subdirectories

Open nihirash opened this issue 4 years ago • 2 comments

Hello!

Is it possible use APIO with project that didn't organized as a single directory? I'd like have directory list, where my verilog files placed and run apio build for it.

BTW, thank you for your great tool!

nihirash avatar Mar 27 '21 19:03 nihirash

Currently did with "raw" call of utils.

nihirash avatar Apr 10 '21 21:04 nihirash

I think my ask is similar. I would like to have a library of modules that I can include in many projects. Icecube2 allows this. This is probably a request to yosys, but I am very new to these tools.

I dont want to use `include

pm100 avatar Apr 05 '24 22:04 pm100