X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=blobdiff_plain;f=src%2Fsoc%2Fdecoder%2Fpower_svp64.py;h=85fc39747f94538489c850de09f8c661e27c4293;hp=8bb896afcd11664edba15c42ffd93e6980df6557;hb=c8ec390b4d6ecd50878675a245aafadca1f53e79;hpb=23017a47970e7908664056261c3e2836a0257e44 diff --git a/src/soc/decoder/power_svp64.py b/src/soc/decoder/power_svp64.py index 8bb896af..85fc3974 100644 --- a/src/soc/decoder/power_svp64.py +++ b/src/soc/decoder/power_svp64.py @@ -131,9 +131,9 @@ class SVP64RM: # more enum-friendly Ptype names. should have done this in # sv_analysis.py, oh well if entry['SV_Ptype'] == '1P': - if entry['SV_Ptype'] = 'P1' + entry['SV_Ptype'] = 'P1' if entry['SV_Ptype'] == '2P': - if entry['SV_Ptype'] = 'P2' + entry['SV_Ptype'] = 'P2' return v30b