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

Fix PCF files to match README #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -24,10 +24,6 @@ set_io led3 21
set_io led4 23
set_io led5 26

# ML QPI (on PMOD1B)
set_io ml_csb 43
set_io ml_clk 38

# ML QPI (on PMOD2)
#set_io ml_csb 20
#set_io ml_clk 18
set_io ml_csb 20
set_io ml_clk 18
@@ -1,10 +1,7 @@
set_io clock 35

set_io qpi_csb 43
set_io qpi_clk 38

#set_io qpi_csb 2
#set_io qpi_clk 4
set_io qpi_csb 4
set_io qpi_clk 2

set_io qpi_io0 47
set_io qpi_io1 45
ProTip! Use n and p to navigate between commits in a pull request.