mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 22:17:39 -04:00
Report clock as well
This commit is contained in:
parent
6141ffadd8
commit
40829665ef
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ def report_specific(config_name, littleRISCV_path):
|
|||
else:
|
||||
clock = "undefined"
|
||||
|
||||
return "{}\t\t{}".format(config_name,area,clock)
|
||||
return "{}\t\t{}\t\t{}".format(config_name,area,clock)
|
||||
|
||||
def report(littleRISCV_path):
|
||||
if not os.path.exists(os.path.abspath(littleRISCV_path+"/scripts/synthesis_results/custom*")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue