Skip to content

Commit

Permalink
Add new files for part / fabric refactoring.
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
  • Loading branch information
litghost committed Jan 22, 2021
1 parent 409365c commit 8d72351
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
3 changes: 3 additions & 0 deletions database/spartan7/mapping/devices.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions database/spartan7/mapping/parts.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions settings/spartan7/resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# part number to pins
"xc7s50fgga484-1":
pins:
0: "F14"
1: "F13"
2: "F12"
3: "F11"
4: "G11"
5: "G10"
6: "G13"
"xc7s50csga324-1":
pins:
0: "F14"
1: "F13"
2: "H16"
3: "H13"
4: "H14"
5: "H15"
6: "G13"
12 changes: 2 additions & 10 deletions settings/spartan7_50.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ export XRAY_ROI_GRID_X2="58"
export XRAY_ROI_GRID_Y1="0"
export XRAY_ROI_GRID_Y2="51"

# clock pin
export XRAY_PIN_00="F14"
# data pins
export XRAY_PIN_01="F13"
export XRAY_PIN_02="F12"
export XRAY_PIN_03="F11"
export XRAY_PIN_04="G11"
export XRAY_PIN_05="G10"
export XRAY_PIN_06="G13"

source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh

eval $(python3 ${XRAY_UTILS_DIR}/create_environment.py)

0 comments on commit 8d72351

Please sign in to comment.