mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue