mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-06-28 17:43:26 -04:00
Fix
This commit is contained in:
parent
2b16f8e2a6
commit
334e22e47f
1 changed files with 1 additions and 1 deletions
|
@ -78,10 +78,10 @@ def main():
|
||||||
action_taken = True
|
action_taken = True
|
||||||
|
|
||||||
if args.synthesize_all == True:
|
if args.synthesize_all == True:
|
||||||
|
synthesizeAll(littleRISCV_path)
|
||||||
reportAll(littleRISCV_path)
|
reportAll(littleRISCV_path)
|
||||||
action_taken = True
|
action_taken = True
|
||||||
elif args.report_all == True:
|
elif args.report_all == True:
|
||||||
synthesizeAll(littleRISCV_path)
|
|
||||||
reportAll(littleRISCV_path)
|
reportAll(littleRISCV_path)
|
||||||
action_taken = True
|
action_taken = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue