This commit is contained in:
Markus Wegmann 2016-12-29 23:58:02 +01:00
parent 2b16f8e2a6
commit 334e22e47f

View file

@ -78,10 +78,10 @@ def main():
action_taken = True
if args.synthesize_all == True:
synthesizeAll(littleRISCV_path)
reportAll(littleRISCV_path)
action_taken = True
elif args.report_all == True:
synthesizeAll(littleRISCV_path)
reportAll(littleRISCV_path)
action_taken = True