-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md should elaborate more on why both CMakeLists.txt and the Makefile are necessary. #1903
Comments
FYI - I think this is related to https://docs.google.com/drawings/d/15sVUnCHS1ex3lmuD3J7nDR-F1Xst6Panotc-2WlNRtQ/edit
|
@mithro I'd like to note, in my defense, that I've been using I just believe that the option should exist for users who already have |
I've been doing a port of
symbiflow-arch-defs
to themachxo2
family of FPGAs, usingice40
/xc
examples as a smoke test to make sure I'm ready to add my ownmachxo2
tree to the source code.The
README.md
's Getting Started and Development Notes sections are reasonable/correct. However, as someone who had no experience working withsymbiflow
orvpr
, I found that I needed to write my own set of notes, before theREADME.md
made sense to me. My notes are based on studying the variousCMakeLists.txt
andcmake
files, the top-levelMakefile
, and make-env.Perhaps we could take my notes (still writing them!) and incorporate them into the
README.md
? My guess is that other people who are getting started with development (or even building their own copies for experimenting!) may have the same issues as me, and adding my notes on getting started can save some trouble.Here are my notes for "CMakeLists.txt" vs "Makefile":
The text was updated successfully, but these errors were encountered: