add SVP64 INT-style predication to ISACaller
[soc.git] / src / soc / consts.py
index bdfca5694a840aad7ea9ace6c3cbacf6123515bd..76b16f2b4fd944adc578889aa554a8185e81ebd1 100644 (file)
@@ -212,6 +212,7 @@ SVP64P_SIZE = 24
 class SVP64CROffs:
     CR0 = 0    # TODO: increase when CRs are expanded to 128
     CR1 = 1    # TODO: increase when CRs are expanded to 128
+    CRPred = 4 # TODO: increase when CRs are expanded to 128
 
 
 class SVP64MODEb: