Skip to content

Commit a065896

Browse files
authored
Update README.md
Remove old style execution instructions
1 parent 104f541 commit a065896

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

assembler_tools/hec-assembler-tools/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,6 @@ On a successful run, given a P-ISA kernel in file `filename.csv` (and correspond
5252
The format for the output files and instruction set can be found at [HCGF Instruction Specification](docsrc/specs.md).
5353

5454
## Executing the Assembler <a name="executing_asm"></a>
55-
56-
There are two ways to execute the assembler:
57-
58-
- [Running on a pre-generated kernel](#executing_single): uses the main interface of the assembler to assemble a single pre-existing kernel.
59-
60-
This method is intended for a production chain.
61-
62-
or
63-
64-
- [Running for a batch of kernels](#executing_batch): uses a provided script wrapper to generate a collection of kernels and runs them through the assembler.
65-
66-
This method is intended for testing purposes as it generates test kernels using external tools before assembling.
67-
6855
### Running for a Pre-Generated Kernel <a name="executing_single"></a>
6956

7057
Given a P-ISA kernel (`filename.csv`) and corresponding memory mapping file (`filename.mem`), there are three steps to assemble them into HERACLES code.

0 commit comments

Comments
 (0)