fix broken url
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 7 Dec 2021 03:00:28 +0000 (19:00 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 7 Dec 2021 03:00:28 +0000 (19:00 -0800)
src/openpower/decoder/power_regspec_map.py

index 7c066d7dbd691c089a13d981b3851a02ee1f1f89..151cb7ee19ab912c39178f189179ee2d9c42b201 100644 (file)
@@ -32,7 +32,7 @@ is set, then carried into read_fast2 in PowerDecode2).
 
 The SPR regfile on the other hand is *binary*-encoded, and, furthermore,
 has to be "remapped" to internal SPR Enum indices (see SPRMap in PowerDecode2)
-see https://libre-so:.org/3d_gpu/architecture/regfile/ section on regspecs
+see https://libre-soc.org/3d_gpu/architecture/regfile/ section on regspecs
 """
 from nmigen import Const, Signal
 from openpower.consts import XERRegsEnum, FastRegsEnum, StateRegsEnum