Skip to content

Commit f68d7fa

Browse files
[Spelling] Fixed Spelling Mistakes in VTR Flow
Fixed the spelling mistakes in the VTR flow. We exclude the pearl libraries and benchtracker since these projects are not being maintained at this time. We also ignore the benchmarks and tasks directories since these are mainly used for testing and contain a lot of false positives. We do not want to make it challenging to add more tests.
1 parent 1ba6829 commit f68d7fa

30 files changed

+77
-70
lines changed

.codespellrc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ skip = ./build,
77
*.log,
88
*.vqm,
99
*.blif,
10+
*.xml,
11+
*.pm,
12+
# Special case: Pearl scripts are not being maintained.
13+
*.pl,
1014
# External projects that do not belong to us.
1115
./libs/EXTERNAL,
1216
./parmys,
@@ -16,8 +20,11 @@ skip = ./build,
1620
./ace2,
1721
./blifexplorer,
1822
./verilog_preprocessor,
19-
# WIP spelling cleanups.
20-
./vtr_flow,
23+
./vtr_flow/scripts/perl_libs,
24+
./vtr_flow/scripts/benchtracker,
25+
# Large testing directories.
26+
./vtr_flow/benchmarks,
27+
./vtr_flow/tasks,
2128
# Temporary as we wait for some PRs to merge.
2229
*_graph_uxsdcxx_capnp.h,
2330
./vpr/src/route/rr_graph_generation/rr_graph.cpp,

vtr_flow/arch/titan/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Adding Support for New Architectures
103103
Support can be added for additional Quartus II supported FPGA architectures
104104
(Cyclone III, Stratix II etc), by defining models for the architecture's VQM
105105
primitives. Good places to look for this information include:
106-
* Altera's Quartus Univeristy Interface Program (QUIP) documentation
106+
* Altera's Quartus University Interface Program (QUIP) documentation
107107
* The 'fv_lib' directory under a Quartus installation
108108

109109
For more details see vqm_to_blif's README.txt

vtr_flow/arch/zeroasic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These are the VTR captures of the Zero ASIC architectures.
44

5-
The orginal Zero ASIC architectures can be found in logiklib here:
5+
The original Zero ASIC architectures can be found in logiklib here:
66
https://github.com/siliconcompiler/logiklib
77

88
These architectures have been slightly modified to work with VTR's CAD flow

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_fixed_chan_width.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ crit_path_route_time;RangeAbs(0.10,10.0,2)
1111

1212
#Peak memory
1313
#We set a 100MiB minimum threshold since the memory
14-
#alloctor (e.g. TBB vs glibc) can cause a difference
14+
#allocator (e.g. TBB vs glibc) can cause a difference
1515
#particularly on small benchmarks
1616
max_vpr_mem;RangeAbs(0.8,1.35,102400)

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_fixed_chan_width_small.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ crit_path_route_time;RangeAbs(0.10,10.0,2)
1111

1212
#Peak memory
1313
#We set a 100MiB minimum threshold since the memory
14-
#alloctor (e.g. TBB vs glibc) can cause a difference
14+
#allocator (e.g. TBB vs glibc) can cause a difference
1515
#particularly on small benchmarks
1616
max_vpr_mem;RangeAbs(0.8,1.203,102400)

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_min_chan_width.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ min_chan_width_route_time;RangeAbs(0.10,15.0,3)
1515

1616
#Peak memory
1717
#We set a 100MiB minimum threshold since the memory
18-
#alloctor (e.g. TBB vs glibc) can cause a difference
18+
#allocator (e.g. TBB vs glibc) can cause a difference
1919
#particularly on small benchmarks
2020
#
2121
#Note that due to different binary search path, peak memory
2222
#can differ significantly during binary search (e.g. a larger
2323
#or smaller channel width explored during the search can
2424
#significantly affect the size of the RR graph, and correspondingly
25-
#peak mememory usage in VPR. As a result we just a larger permissible
25+
#peak memory usage in VPR. As a result we just a larger permissible
2626
#range for peak memory usage.
2727
max_vpr_mem;RangeAbs(0.5,2.0,102400)

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_min_chan_width_small.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ min_chan_width_route_time;RangeAbs(0.05,15.0,4)
1616

1717
#Peak memory
1818
#We set a 100MiB minimum threshold since the memory
19-
#alloctor (e.g. TBB vs glibc) can cause a difference
19+
#allocator (e.g. TBB vs glibc) can cause a difference
2020
#particularly on small benchmarks
2121
#
2222
#Note that due to different binary search path, peak memory
2323
#can differ significantly during binary search (e.g. a larger
2424
#or smaller channel width explored during the search can
2525
#significantly affect the size of the RR graph, and correspondingly
26-
#peak mememory usage in VPR. As a result we just a larger permissible
26+
#peak memory usage in VPR. As a result we just a larger permissible
2727
#range for peak memory usage.
2828
max_vpr_mem;RangeAbs(0.5,2.0,102400)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#VPR metrix at relaxed (relative to minimum) channel width
1+
#VPR metrics at relaxed (relative to minimum) channel width

vtr_flow/parse/pass_requirements/timing/pass_requirements.vpr_route_relaxed_chan_width.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#VPR metrix at relaxed (relative to minimum) channel width with timing
1+
#VPR metrics at relaxed (relative to minimum) channel width with timing
22
%include "../common/pass_requirements.vpr_route_relaxed_chan_width.txt"
33

44
#Routing Metrics

vtr_flow/parse/pass_requirements/timing/pass_requirements.vpr_route_relaxed_chan_width_small.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#VPR metrix at relaxed (relative to minimum) channel width with timing
1+
#VPR metrics at relaxed (relative to minimum) channel width with timing
22
%include "../common/pass_requirements.vpr_route_relaxed_chan_width_small.txt"
33

44
#Routing Metrics

0 commit comments

Comments
 (0)