Skip to content

Commit

Permalink
image built
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-sudz committed Mar 27, 2024
1 parent 6424db5 commit e25b06b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 31 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,34 @@ gtkwave/
archive-tools/
python-comparch/
*.bin
*.fst
*.fst


# macos global gitignore
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
4 changes: 3 additions & 1 deletion vivado-docker/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256_Lin64.bin
# vivado installer
*.tar.gz
*.bin
2 changes: 1 addition & 1 deletion vivado-docker/build_image
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -ex
export HOST_TOOL_ARCHIVE_NAME="FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256_Lin64.bin"
export HOST_TOOL_ARCHIVE_NAME="FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256.tar.gz"

sudo docker build \
-t xilinx-vivado:latest \
Expand Down

0 comments on commit e25b06b

Please sign in to comment.