Skip to content

Commit

Permalink
Update submodule content (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: mkorbel1 <[email protected]>
  • Loading branch information
github-actions[bot] and mkorbel1 authored Nov 25, 2024
1 parent a8543f7 commit 2a5c042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_docs/A02-logical_signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ x.value.toInt()
x.value.toBigInt()
// constructing a LogicValue a handful of different ways
LogicValue.ofRadixString("31'h5761 F87A"); // 0x5761F87A
LogicValue.ofString('0101xz01'); // 0b0101xz01
LogicValue.of([LogicValue.one, LogicValue.zero]); // 0b10
[LogicValue.z, LogicValue.x].swizzle(); // 0bzx
Expand Down
2 changes: 1 addition & 1 deletion rohd

0 comments on commit 2a5c042

Please sign in to comment.