Skip to content

Commit

Permalink
Update docs/src/cookbooks/cookbook.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tynan McAuley <[email protected]>
  • Loading branch information
jackkoenig and tymcauley authored Jan 9, 2025
1 parent a577460 commit 8efcd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cookbooks/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ compile(new TooWideOrNarrowUInt(8, 4))
Verilog has "case equality" (`===`) and inequality (`!==`) operators.
They are typically used to ignore unknown (`X`) values in assertions.

Chisel does not support SystemVerilog `X` directly, but it is possible to check if a value is `X` with `chisel3.util.circt.isX`.
Chisel does not support Verilog `X` directly, but it is possible to check if a value is `X` with `chisel3.util.circt.isX`.
`isX` is commonly used to guard assertions against `X` which gives similar behavior to Verilog case equality.

```scala mdoc:silent:reset
Expand Down

0 comments on commit 8efcd70

Please sign in to comment.