Skip to content

Commit 60d9de7

Browse files
committed
Merge branch 'master' of https://github.com/adam-maj/tiny-gpu
2 parents dda691c + 00623cc commit 60d9de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pc.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module pc #(
2424
input reg decoded_nzp_write_enable,
2525
input reg decoded_pc_mux,
2626

27-
// ALU Ouput - used for alu_out[2:0] to compare with NZP register
27+
// ALU Output - used for alu_out[2:0] to compare with NZP register
2828
input reg [DATA_MEM_DATA_BITS-1:0] alu_out,
2929

3030
// Current & Next PCs

0 commit comments

Comments
 (0)