make _sv2v_jump big-endian

This commit is contained in:
Zachary Snow 2025-04-06 14:22:45 -04:00
parent e5effb5e1e
commit d30c7e7f4e
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ stubIncr keepRunning (lhs, op, expr) =
expr' = BinOp binop (lhsToExpr lhs) expr expr' = BinOp binop (lhsToExpr lhs) expr
jumpStateType :: Type jumpStateType :: Type
jumpStateType = IntegerVector TBit Unspecified [(RawNum 0, RawNum 1)] jumpStateType = IntegerVector TBit Unspecified [(RawNum 1, RawNum 0)]
jumpState :: String jumpState :: String
jumpState = "_sv2v_jump" jumpState = "_sv2v_jump"