Skip to content

Commit 21ce26f

Browse files
committed
Potential optimization -> subsubsection
1 parent b4b4129 commit 21ce26f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

spec/cpu.typ

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ Constraints on `pc_double_read` corresponding to an `AUIPC` instruction are not
6969
as regardless of its value, the old timestamp is guaranteed smaller than the new timestamp,
7070
and the integrity of the memory argument therefor ensures the correctness of this bit.
7171

72-
#bold[Potential optimization: ] `double_pc_read` could be integrated into decoding, so that `AUIPC` could set `read_register1 = 0` and no extra MEMW access for `rv1` is needed at this point.
73-
7472
#render_constraint_table(chip, config, groups: "mem")
7573

74+
=== Potential optimizations
75+
76+
- `double_pc_read` could be integrated into decoding, so that `AUIPC` could set `read_register1 = 0` and no extra MEMW access for `rv1` is needed at this point.
77+
7678
== System
7779

7880
The interactions with the wider system.

0 commit comments

Comments
 (0)