DEVEL: First open source release

This commit is contained in:
Oliver Bruendler
2019-08-02 10:03:58 +02:00
commit d455112276
167 changed files with 27513 additions and 0 deletions

16
scripts/dependencies.py Normal file
View File

@ -0,0 +1,16 @@
##############################################################################
# Copyright (c) 2019 by Paul Scherrer Institute, Switzerland
# All rights reserved.
# Authors: Oliver Bruendler
##############################################################################
from PsiFpgaLibDependencies import *
import sys
import os
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
dependencies = Parse.FromReadme(THIS_DIR + "/../README.md")
repo = os.path.abspath(THIS_DIR + "/..")
Actions.ExecMain(repo, dependencies)