Skip to content

Commit d3201fb

Browse files
committed
[Infra]: add yosys regex files to parse yosys criteria in the final parse_results.txt
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent 2ff7d72 commit d3201fb

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

vtr_flow/parse/parse_config/adders.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%include "common/vtr_flow.txt"
22
%include "common/odin.txt"
3+
%include "common/yosys.txt"
34
%include "common/abc.txt"
45
%include "common/ace.txt"
56

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Yosys Run-time Metrics
2+
yosys_synth_time;yosys.out;\s*User time \(seconds\): (.*)
3+
max_yosys_mem;yosys.out;\s*Maximum resident set size \(kbytes\): (\d+)
4+

vtr_flow/parse/parse_config/vpr_fixed_chan_width.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
%include "common/vtr_flow.txt"
55
%include "common/odin.txt"
6+
%include "common/yosys.txt"
67
%include "common/abc.txt"
78
%include "common/ace.txt"
89

vtr_flow/parse/parse_config/vpr_no_timing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%include "common/vtr_flow.txt"
22
%include "common/odin.txt"
3+
%include "common/yosys.txt"
34
%include "common/abc.txt"
45
%include "common/ace.txt"
56

vtr_flow/parse/parse_config/vpr_standard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
%include "common/vtr_flow.txt"
55
%include "common/odin.txt"
6+
%include "common/yosys.txt"
67
%include "common/abc.txt"
78
%include "common/ace.txt"
89

0 commit comments

Comments
 (0)