mirror of https://github.com/YosysHQ/abc.git
Typo in operator in Wlc_Ntk_t.
This commit is contained in:
parent
65ee47c515
commit
a4d6e2f8c9
|
|
@ -50,7 +50,7 @@ static char * Wlc_Names[WLC_OBJ_NUMBER+1] = {
|
|||
"&", // 16: bitwise AND
|
||||
"|", // 17: bitwise OR
|
||||
"^", // 18: bitwise XOR
|
||||
"~|", // 18: bitwise NXOR
|
||||
"~^", // 18: bitwise NXOR
|
||||
"[:]", // 19: bit selection
|
||||
"{,}", // 20: bit concatenation
|
||||
"zeroPad", // 21: zero padding
|
||||
|
|
|
|||
Loading…
Reference in New Issue