-
Notifications
You must be signed in to change notification settings - Fork 9
Multi-project support in same or separate repo? #21
Comments
rwhitby#1 has files distinguished by ${PROJECT_NAME} and ${BOARD}, so multiple projects in the same directory should be possible. Whether or not that is a good idea is a separate question :-) |
Looks good. :) At minimum, this makes the Makefile flexible enough to be used for other projects.
to
That way, the project name can be set when calling make. |
OK done, but I think command line variable overrides take priority over =, = takes priority over the environment, and environment takes priority over ?= |
Done |
See #33 for how this can be done in the same repo. |
xc7k325-blinky-nextpnr only supports one project at the moment. Opened a new branch:
project_select in git@github.com:jrrk2/xc7k325t-blinky-nextpnr.git to allow picosoc to be built using the same Makefile. This invalidates the name of the project, so this is just a placeholder to discuss what should be done to make it scalable.
This new project builds fine and flashes on an Apple OSX M1 machine.
The text was updated successfully, but these errors were encountered: