Skip to content

Commit

Permalink
README.md: reorder preset settings table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bobertlo committed Nov 17, 2024
1 parent c828957 commit 567e46b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ arguments
You can use the `-preset <name>` flag to use a named presed configuration. If a
preset is loaded, the other flags are not parsed and applied.

| Name | Simulator Mode | CoreSize | Processes | Cycles | Length |
|---------|----------------|----------|-----------|--------|--------|
| nop94 | `NOP94` | 8000 | 8000 | 80000 | 100 |
| 88 | `ICWS88` | 8000 | 8000 | 80000 | 100 |
| icws | `ICWS88` | 8192 | 8000 | 100000 | 300 |
| noptiny | `NOP94` | 800 | 800 | 8000 | 20 |
| nop256 | `NOP94` | 256 | 60 | 2560 | 10 |
| nopnano | `NOP94` | 80 | 80 | 800 | 5 |
| Name | Simulator Mode | CoreSize | Length | Processes | Cycles |
|---------|----------------|----------|--------|-----------|--------|
| nop94 | `NOP94` | 8000 | 100 | 8000 | 80000 |
| 88 | `ICWS88` | 8000 | 100 | 8000 | 80000 |
| icws | `ICWS88` | 8192 | 300 | 8000 | 100000 |
| noptiny | `NOP94` | 800 | 20 | 800 | 8000 |
| nop256 | `NOP94` | 256 | 10 | 60 | 2560 |
| nopnano | `NOP94` | 80 | 5 | 80 | 800 |

### Visual MARS Controls

Expand Down

0 comments on commit 567e46b

Please sign in to comment.