File tree Expand file tree Collapse file tree 6 files changed +53
-15
lines changed
vtr_reg_nightly_test4/koios_medium/config
f4pga_button_controller/config Expand file tree Collapse file tree 6 files changed +53
-15
lines changed Original file line number Diff line number Diff line change 1
1
yosys -import
2
- # puts "Files in here: [glob -nocomplain *]"
3
2
plugin -i parmys
4
3
5
4
read_verilog -nomem2reg +/parmys/vtr_primitives.v
@@ -38,7 +37,7 @@ parmys_arch -a QQQ
38
37
# }
39
38
40
39
if {$env(PARSER) == " slang" } {
41
- # Create a file list containing the name(s) of file(s)
40
+ # Create a file list containing the name(s) of file(s) \
42
41
# to read together with read_slang
43
42
set sv_files {}
44
43
set v_files {}
@@ -57,10 +56,10 @@ if {$env(PARSER) == "slang" } {
57
56
}
58
57
}
59
58
close $fh
60
- if {[llength $sv_files ] > 0} {
59
+ # if {[llength $sv_files] > 0} {
61
60
# puts "Using Yosys read_slang command"
62
61
# read_slang -C $readfile
63
- }
62
+ # }
64
63
puts " Using Yosys read_slang command"
65
64
read_slang -C $readfile
66
65
} elseif {$env(PARSER) == " default" } {
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ qor_parse_file=qor_standard.txt
46
46
pass_requirements_file=pass_requirements_fixed_chan_width.txt
47
47
48
48
#Script parameters
49
- script_params=-track_memory_usage -crit_path_router_iterations 100 --route_chan_width 300
49
+ script_params=-track_memory_usage -crit_path_router_iterations 100 --route_chan_width 300
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ archs_dir=arch/timing
12
12
13
13
14
14
# Add circuits to list to sweep
15
- # include_list_add=display_control.sv
16
- # include_list_add=timer.sv
17
- # include_list_add=debounce.sv
15
+ include_list_add=display_control.sv
16
+ include_list_add=timer.sv
17
+ include_list_add=debounce.sv
18
18
19
19
# Add circuits to list to sweep
20
- #circuit_list_add=button_controller .sv
20
+ #circuit_list_add=flattened_button_controller .sv
21
21
22
- circuit_list_add=flattened_button_controller .sv
22
+ circuit_list_add=button_controller .sv
23
23
24
24
25
25
# Add architectures to list to sweep
Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ archs_dir=arch/timing
12
12
13
13
14
14
# Add circuits to list to sweep
15
- # include_list_add=timer .sv
16
- # include_list_add=display_control.sv
17
- # include_list_add=time_counter.sv
18
- # include_list_add=modify_count .sv
15
+ include_list_add=modify_count .sv
16
+ include_list_add=display_control.sv
17
+ include_list_add=time_counter.sv
18
+ include_list_add=timer .sv
19
19
20
20
# Add circuits to list to sweep
21
- circuit_list_add=flattened_timer.sv
21
+ #circuit_list_add=flattened_timer.sv
22
+ circuit_list_add=clock.sv
22
23
23
24
24
25
# Add architectures to list to sweep
Original file line number Diff line number Diff line change
1
+ #
2
+ ############################################
3
+ # Configuration file for running experiments
4
+ ##############################################
5
+
6
+ # Path to directory of circuits to use
7
+ circuits_dir=benchmarks/system_verilog/koios_sv
8
+ includes_dir=benchmarks/system_verilog/koios_sv
9
+
10
+ # Path to directory of architectures to use
11
+ archs_dir=arch/timing
12
+
13
+
14
+ # Add circuits to list to sweep
15
+ #include_list_add=display_control.sv
16
+ #include_list_add=timer.sv
17
+ #include_list_add=debounce.sv
18
+
19
+ # Add circuits to list to sweep
20
+ circuit_list_add=deepfreeze.style1.sv
21
+
22
+
23
+
24
+ # Add architectures to list to sweep
25
+ arch_list_add=k6_frac_N10_frac_chain_mem32K_40nm.xml
26
+
27
+ # Parse info and how to parse
28
+ parse_file=vpr_standard.txt
29
+
30
+ # How to parse QoR info
31
+ qor_parse_file=qor_standard.txt
32
+
33
+ # Pass requirements
34
+ pass_requirements_file=pass_requirements.txt
35
+
36
+ #Script parameters
37
+ script_params=-track_memory_usage -crit_path_router_iterations 100 -parser slang
Original file line number Diff line number Diff line change 1
1
regression_tests/vtr_reg_system_verilog/f4pga_button_controller/
2
+ #regression_tests/vtr_reg_system_verilog/koios_sv/
2
3
regression_tests/vtr_reg_system_verilog/f4pga_pulse_width_led/
3
4
regression_tests/vtr_reg_system_verilog/f4pga_timer/
You can’t perform that action at this time.
0 commit comments