Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amaranth-lang/amaranth-boards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eec6b2d7b7bc
Choose a base ref
...
head repository: amaranth-lang/amaranth-boards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3a1c6221b00
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 5, 2021

  1. Copy the full SHA
    e3a1c62 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 nmigen_boards/de10_lite.py
7 changes: 4 additions & 3 deletions nmigen_boards/de10_lite.py
Original file line number Diff line number Diff line change
@@ -10,9 +10,10 @@


class DE10LitePlatform(IntelPlatform):
device = "10M50DAF484" # MAX10
package = "F23" # FBGA-484
speed = "I7"
device = "10M50DA" # MAX10
package = "F484" # FBGA-484
speed = "C7"
suffix = "G"
default_clk = "clk50"
resources = [
Resource("clk10", 0, Pins("N5", dir="i"),