@@ -27,9 +27,9 @@ Below is a detailed description and usage example for each tool.
2727 ` ` ` bash
2828 python main.py --mem_file < memory_file> --prefix < input_prefix> --isa_spec < isa_spec_file> -v
2929 ```
30- - ` --mem_file ` : Specifies the input memory file.
31- - ` --prefix ` : One or more input prefixes to process, representing different instructions or kernels.
32- - ` --isa_spec ` : Input ISA specification (.json) file that defines the parameters of the instruction set architecture.
30+ - ` --mem_file ` : Specifies the input memory file.
31+ - ` --prefix ` : One or more input prefixes to process, representing different instructions or kernels.
32+ - ` --isa_spec ` : Input ISA specification (.json) file that defines the parameters of the instruction set architecture.
3333 - ` -v ` : Enables verbose mode.
3434
3535---
@@ -42,10 +42,10 @@ Below is a detailed description and usage example for each tool.
4242 ``` bash
4343 python isolation_test.py --pisa_file < pisa_file> --xinst_file < xinst_file> --out_file < output_file> --track < variables_to_track> -v
4444 ```
45- - ` --pisa_file ` : Input P-ISA prep (.csv) file containing instructions.
46- - ` --xinst_file ` : Input XInst instruction file.
47- - ` --out_file ` : Output file name where the modified instructions will be saved.
48- - ` --track ` : Set of variables to track.
45+ - ` --pisa_file ` : Input P-ISA prep (.csv) file containing instructions.
46+ - ` --xinst_file ` : Input XInst instruction file.
47+ - ` --out_file ` : Output file name where the modified instructions will be saved.
48+ - ` --track ` : Set of variables to track.
4949 - ` -v ` : Enables verbose mode.
5050
5151---
@@ -58,7 +58,7 @@ Below is a detailed description and usage example for each tool.
5858 ``` bash
5959 python deadlock_test.py < input_dir> [input_prefix]
6060 ```
61- - ` <input_dir> ` : Directory containing instruction files, typically organized by prefixes.
61+ - ` <input_dir> ` : Directory containing instruction files, typically organized by prefixes.
6262 - ` [input_prefix] ` : Optional prefix for instruction files, used to specify particular sets of instructions.
6363
6464---
@@ -83,12 +83,12 @@ Below is a detailed description and usage example for each tool.
8383 ``` bash
8484 python inject_bundles.py < input_dir> < output_dir> [input_prefix] [output_prefix] --isa_spec < isa_spec_file> -b < dummy_bundles> -ne
8585 ```
86- - ` <input_dir> ` : Directory containing input files to be processed.
87- - ` <output_dir> ` : Directory to save output files with injected bundles.
88- - ` [input_prefix] ` : Optional prefix for input files, specifying the target instruction set.
89- - ` [output_prefix] ` : Optional prefix for output files, defining the naming convention for saved files.
90- - ` --isa_spec ` : Input ISA specification (.json) file, providing architectural details.
91- - ` -b ` : Number of dummy bundles to insert, simulating additional instruction loads.
86+ - ` <input_dir> ` : Directory containing input files to be processed.
87+ - ` <output_dir> ` : Directory to save output files with injected bundles.
88+ - ` [input_prefix] ` : Optional prefix for input files, specifying the target instruction set.
89+ - ` [output_prefix] ` : Optional prefix for output files, defining the naming convention for saved files.
90+ - ` --isa_spec ` : Input ISA specification (.json) file, providing architectural details.
91+ - ` -b ` : Number of dummy bundles to insert, simulating additional instruction loads.
9292 - ` -ne ` : Skip exit in dummy bundles, altering the behavior of injected instructions.
9393
9494---
@@ -101,8 +101,8 @@ Below is a detailed description and usage example for each tool.
101101 ``` bash
102102 python xtiming_check.py < input_dir> [input_prefix] --isa_spec < isa_spec_file>
103103 ```
104- - ` <input_dir> ` : Directory containing input files for timing analysis.
105- - ` [input_prefix] ` : Optional prefix for input files, specifying the target instruction set.
104+ - ` <input_dir> ` : Directory containing input files for timing analysis.
105+ - ` [input_prefix] ` : Optional prefix for input files, specifying the target instruction set.
106106 - ` --isa_spec ` : Input ISA specification (.json) file, providing architectural details for timing validation.
107107
108108---
0 commit comments