Skip to content

Commit f994577

Browse files
committed
Add LogicNot to syncPortBlocks for synced I/O ports
1 parent 3dd8214 commit f994577

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/nodes/uiConfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ export const syncPortBlocks = new Set([
8181
'Rescale',
8282
'Alias',
8383

84+
// Logic blocks (element-wise)
85+
'LogicNot',
86+
8487
// Mixed blocks (parallel sampling)
8588
'SampleHold'
8689
]);

0 commit comments

Comments
 (0)