Skip to content

Move python venv to ./venv dir, add backup programming command#19

Merged
hcallahan-lowrisc merged 2 commits intolowRISC:mainfrom
hcallahan-lowrisc:small_changes
Jan 9, 2023
Merged

Move python venv to ./venv dir, add backup programming command#19
hcallahan-lowrisc merged 2 commits intolowRISC:mainfrom
hcallahan-lowrisc:small_changes

Conversation

@hcallahan-lowrisc
Copy link
Copy Markdown
Contributor

I'm not sure why the fusesoc --run command does not work to program the hardware for me during testing, but manually reaching in and running the generated 'make pgm' command does work, so add it as a commented suggestion.

Comment thread .gitignore Outdated
Copy link
Copy Markdown
Contributor

@marnovandermaas marnovandermaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread README.md
Comment on lines +53 to +54
mkdir sw/build
pushd sw/build
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice change!

Comment thread README.md
fusesoc --cores-root=. run --target=synth --run lowrisc:ibex:demo_system

# If the above does not work, try executing the programming operation manually with..
make -C ./build/lowrisc_ibex_demo_system_0/synth-vivado/ pgm
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I had found this was broken for me as well. I've been programming using the Vivado GUI. Also, we should be able to use the openFPGALoader, which I have vendored in with this PR: #20

@hcallahan-lowrisc hcallahan-lowrisc merged commit f9a2f02 into lowRISC:main Jan 9, 2023
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

Successfully merging this pull request may close these issues.

3 participants