added _vpr.txt subscript to vpr log files

This commit is contained in:
Ganesh Gore 2019-10-15 16:07:34 -06:00
parent 069f628bb0
commit eaf8ecee86
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ def run_vpr():
min_channel_width = run_standard_vpr(
args.top_module+".blif",
args.fix_route_chan_width,
args.top_module+"_fr_chan_width.txt")
args.top_module+"_fr_chan_width_vpr.txt")
logger.info("Fixed routing channel successfully routed with %d width" %
min_channel_width)
extract_vpr_stats(args.top_module+"_fr_chan_width.txt")