mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +02:00
make _sv2v_jump big-endian
This commit is contained in:
+1
-1
@@ -353,7 +353,7 @@ stubIncr keepRunning (lhs, op, expr) =
|
||||
expr' = BinOp binop (lhsToExpr lhs) expr
|
||||
|
||||
jumpStateType :: Type
|
||||
jumpStateType = IntegerVector TBit Unspecified [(RawNum 0, RawNum 1)]
|
||||
jumpStateType = IntegerVector TBit Unspecified [(RawNum 1, RawNum 0)]
|
||||
|
||||
jumpState :: String
|
||||
jumpState = "_sv2v_jump"
|
||||
|
||||
Reference in New Issue
Block a user