Definition at line 65 of file hwarith.py.
◆ create()
def hwarith.ICmpOp.create |
( |
|
cls, |
|
|
|
pred, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
◆ PRED_EQ
int hwarith.ICmpOp.PRED_EQ = 0b000 |
|
static |
◆ PRED_GE
int hwarith.ICmpOp.PRED_GE = 0b011 |
|
static |
◆ PRED_GT
int hwarith.ICmpOp.PRED_GT = 0b101 |
|
static |
◆ PRED_LE
int hwarith.ICmpOp.PRED_LE = 0b100 |
|
static |
◆ PRED_LT
int hwarith.ICmpOp.PRED_LT = 0b010 |
|
static |
◆ PRED_NE
int hwarith.ICmpOp.PRED_NE = 0b001 |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/circt-www/circt-www/circt_src/lib/Bindings/Python/dialects/hwarith.py