Skip to content

Commit 549e334

Browse files
committed
[Doc]: fix minor typos in the libs/EXTERNAL/CMakeList and vtr_reg_basic/hdl_include** config files
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent 2fa183e commit 549e334

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(${ODIN_USE_YOSYS} OR ${WITH_YOSYS})
2020
add_subdirectory(libyosys)
2121

2222
# 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
2424
# execs for using in VTR scripts (similar to VPR/vpr or ODIN_II/odin_II)
2525
add_custom_target(vtr-yosys ALL
2626
DEPENDS yosys

vtr_flow/tasks/regression_tests/vtr_reg_basic/hdl_include_odin/config/config.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# Configuration file for running experiments #
33
# #
44
# 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. #
1213
#################################################################
1314

1415
# Path to directory of circuits to use

vtr_flow/tasks/regression_tests/vtr_reg_basic/hdl_include_yosys/config/config.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# Configuration file for running experiments #
33
# #
44
# 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. #
1213
#################################################################
1314

1415
# Path to directory of circuits to use

vtr_flow/tasks/regression_tests/vtr_reg_basic/hdl_include_yosys_odin/config/config.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# Configuration file for running experiments #
33
# #
44
# 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. #
1213
#################################################################
1314

1415
# Path to directory of circuits to use

0 commit comments

Comments
 (0)