File tree Expand file tree Collapse file tree 4 files changed +25
-22
lines changed
vtr_flow/tasks/regression_tests/vtr_reg_basic
hdl_include_yosys_odin/config Expand file tree Collapse file tree 4 files changed +25
-22
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if(${ODIN_USE_YOSYS} OR ${WITH_YOSYS})
20
20
add_subdirectory (libyosys)
21
21
22
22
# In addition to libyosys in the build folder, we copy the libyosys directory
23
- # into a temporary folder in the VTR root, name Yosys, to have access to Yosys
23
+ # into a temporary folder in the VTR root, named Yosys, to have access to Yosys
24
24
# execs for using in VTR scripts (similar to VPR/vpr or ODIN_II/odin_II)
25
25
add_custom_target (vtr-yosys ALL
26
26
DEPENDS yosys
Original file line number Diff line number Diff line change 2
2
# Configuration file for running experiments #
3
3
# #
4
4
# This config file is testing the ability to specify include #
5
- # files that should pass to the VTR frontend with the top #
6
- # module of the benchmark (ch_intrinsic_top.v). This is done #
7
- # by specifying two Verilog header files that provide essential #
8
- # definitions, and memory_controller design that provides the #
9
- # design of an internal component for ch_intrinsic_top. If the #
10
- # include files are not properly included during compilation #
11
- # the benchmark is incomplete and the flow will error out. #
5
+ # files that should be passed to the VTR Odin-II frontend with #
6
+ # the top module of the benchmark (ch_intrinsic_modified.v). #
7
+ # This is done by specifying two Verilog header files that #
8
+ # provide essential definitions, and memory_controller design #
9
+ # that provides the design of an internal component for #
10
+ # "ch_intrinsic_modified.v". If the include files are not #
11
+ # properly included during compilation the benchmark is #
12
+ # incomplete and the flow will error out. #
12
13
#################################################################
13
14
14
15
# Path to directory of circuits to use
Original file line number Diff line number Diff line change 2
2
# Configuration file for running experiments #
3
3
# #
4
4
# This config file is testing the ability to specify include #
5
- # files that should pass to the VTR frontend with the top #
6
- # module of the benchmark (ch_intrinsic_top.v). This is done #
7
- # by specifying two Verilog header files that provide essential #
8
- # definitions, and memory_controller design that provides the #
9
- # design of an internal component for ch_intrinsic_top. If the #
10
- # include files are not properly included during compilation #
11
- # the benchmark is incomplete and the flow will error out. #
5
+ # files that should be passed to the VTR Yosys frontend with #
6
+ # the top module of the benchmark (ch_intrinsic_modified.v). #
7
+ # This is done by specifying two Verilog header files that #
8
+ # provide essential definitions, and memory_controller design #
9
+ # that provides the design of an internal component for #
10
+ # "ch_intrinsic_modified.v". If the include files are not #
11
+ # properly included during compilation the benchmark is #
12
+ # incomplete and the flow will error out. #
12
13
#################################################################
13
14
14
15
# Path to directory of circuits to use
Original file line number Diff line number Diff line change 2
2
# Configuration file for running experiments #
3
3
# #
4
4
# This config file is testing the ability to specify include #
5
- # files that should pass to the VTR frontend with the top #
6
- # module of the benchmark (ch_intrinsic_top.v). This is done #
7
- # by specifying two Verilog header files that provide essential #
8
- # definitions, and memory_controller design that provides the #
9
- # design of an internal component for ch_intrinsic_top. If the #
10
- # include files are not properly included during compilation #
11
- # the benchmark is incomplete and the flow will error out. #
5
+ # files that should be passed to the VTR Yosys+Odin-II frontend #
6
+ # with the top module of the benchmark (ch_intrinsic_modified). #
7
+ # This is done by specifying two Verilog header files that #
8
+ # provide essential definitions, and memory_controller design #
9
+ # that provides the design of an internal component for #
10
+ # "ch_intrinsic_modified.v". If the include files are not #
11
+ # properly included during compilation the benchmark is #
12
+ # incomplete and the flow will error out. #
12
13
#################################################################
13
14
14
15
# Path to directory of circuits to use
You can’t perform that action at this time.
0 commit comments