Skip to content

Conversation

@olofk
Copy link

@olofk olofk commented Sep 13, 2024

This adds a core description file for the drop core that exposes targets for linting and building for an icebreaker board.

Quick FuseSoC instructions

#install FuseSoC
pip install fusesoc

#Create and enter a new workspace
mkdir workspace && cd workspace

#Register drop as a library in the workspace
fusesoc library add /path/to/tt08-vga-drop

#...if repo is available locally or...
fusesoc library add https://github.com/rejunity/tt08-vga-drop
#...to get the upstream repo

#To run lint
fusesoc run --target=lint drop

#Build for icebreaker
fusesoc run --target=icebreaker drop

#List all targets
fusesoc core show drop

This adds a core description file for the drop core that exposes
targets for linting and building for an icebreaker board.

Quick FuseSoC instructions

 #install FuseSoC
pip install fusesoc

 #Create and enter a new workspace
mkdir workspace && cd workspace

 #Register drop as a library in the workspace
fusesoc library add /path/to/tt08-vga-drop

 #...if repo is available locally or...
fusesoc library add https://github.com/rejunity/tt08-vga-drop
 #...to get the upstream repo

 #To run lint
fusesoc run --target=lint drop

 #Build for icebreaker
fusesoc run --target=icebreaker drop

 #List all targets
fusesoc core show drop
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.

1 participant