sourceme prefix

This commit is contained in:
alonamid 2019-07-22 06:44:11 +00:00
parent 7bc6990d09
commit ce44b13e97
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class RuntimeHWConfig:
target_config = triplet_pieces[1]
platform_config = triplet_pieces[2]
rootLogger.info("Building FPGA software driver for " + str(self.get_deploytriplet_for_config()))
with prefix('cd ../'), prefix('source sourceme-f1-manager.sh'), prefix('cd sim/'), StreamLogger('stdout'), StreamLogger('stderr'):
with prefix('cd ../'), prefix('source ./sourceme-f1-manager.sh'), prefix('cd sim/'), StreamLogger('stdout'), StreamLogger('stderr'):
localcap = None
with settings(warn_only=True):
driverbuildcommand = """make DESIGN={} TARGET_CONFIG={} PLATFORM_CONFIG={} f1""".format(design, target_config, platform_config)