Skip to content
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

Why not just "make" and "make install" ? #155

Open
marcmerlin opened this issue Jun 18, 2021 · 0 comments
Open

Why not just "make" and "make install" ? #155

marcmerlin opened this issue Jun 18, 2021 · 0 comments

Comments

@marcmerlin
Copy link

https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html
says
TARGET="arty_35" make -C counter_test
and
cd counter_test/build/
plus
openocd -f ${INSTALL_DIR}/${FPGA_FAM}/conda/envs/${FPGA_FAM}/share/openocd/scripts/board/digilent_arty.cfg -c "init; pld load 0 top.bit; exit"

this looks a bit complex, why not:

  1. cd counter_test
  2. TARGET="arty_35" make
  3. TARGET="arty_35" make install

the makefile knows what arch, so it could have the complex looking openocd command and I shouldn't have to cd into some build dir to install the output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant