This file contains hidden or 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
__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 prime-run vivado <project file> |
This file contains hidden or 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
######################################## | |
# DO NOT CHANGE ANYTHING BELOW THIS LINE | |
######################################## | |
import sys | |
from boardgamegeek.api import BoardGameGeek | |
bgg = BoardGameGeek() |