You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assembler_tools/hec-assembler-tools/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,19 +52,6 @@ On a successful run, given a P-ISA kernel in file `filename.csv` (and correspond
52
52
The format for the output files and instruction set can be found at [HCGF Instruction Specification](docsrc/specs.md).
53
53
54
54
## Executing the Assembler <aname="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
-
68
55
### Running for a Pre-Generated Kernel <aname="executing_single"></a>
69
56
70
57
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