mirror of https://github.com/zachjs/sv2v.git
make _sv2v_jump big-endian
This commit is contained in:
parent
e5effb5e1e
commit
d30c7e7f4e
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue