forked from greatscottgadgets/luna
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gateware.platform.luna_r0_4: Whitespace cleanup
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
# This file is part of LUNA. | ||
# This file is part of SOL. | ||
# | ||
# Copyright (c) 2020-2021 Great Scott Gadgets <[email protected]> | ||
|
||
|
||
import os | ||
|
||
from torii.build import * | ||
|
@@ -69,7 +68,6 @@ class LUNAPlatformRev0D4(LUNAApolloPlatform, ECP5Platform): | |
0x39: 0b000110 # USB3343: swap D+ and D- to match the LUNA boards | ||
} | ||
|
||
|
||
# | ||
# I/O resources. | ||
# | ||
|