Skip to content

Commit

Permalink
Made LED constraints more sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
nalzok committed Oct 1, 2020
1 parent 8a7ba9e commit 1014e87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/basic/verilog/pmodoled2/pmodoled2.pcf
Expand Up @@ -4,13 +4,13 @@ set_io clk 35
set_io resetq 18

# LEDs (PMOD 3)
set_io LED0 27
set_io LED1 25
set_io LED2 21
set_io LED0 32
set_io LED1 28
set_io LED2 26
set_io LED3 23
set_io LED4 26
set_io LED4 34

# PMOD OLED module connected
# PMOD OLED module (PMOD 2)
set_io PMOD_CS 46
set_io PMOD_SDIN 44
set_io PMOD_SCLK 37
Expand Down

0 comments on commit 1014e87

Please sign in to comment.