Skip to content

Commit f080b2e

Browse files
vtjl10ripatel-fd
authored andcommitted
Update schl_cpu.sv
1 parent 1b3272a commit f080b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wiredancer/rtl/schl_cpu.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ module shcl_cpu
487487
initially but was changed to improve timing in other areas of the design
488488
489489
In the "next instruction" logic here we create fairness across tags by having
490-
the two read ports in the instruciton ROM split between from upper/lower
490+
the two read ports in the instruction ROM split between from upper/lower
491491
tags and allowing for "lower" reads to select "upper" values to read if they are
492492
idle (and vice-versa). While still having implicit priority to the lsb tags
493493
within $next_instr_req, this logic provides sufficient access bandwidth to not

0 commit comments

Comments
 (0)