Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Nov 5, 2024
1 parent b9fdd11 commit dd9df36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/netlist/tests/NameTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module t33 #(
property test_prop;
@(posedge clk) disable iff (MODE != 3'd0)
!($isunknown({a,b,c})) &
(!$isunknown({a,b,c})) &
a & (b == 2'b01)
|-> (c_n[15:12] == c[15:12]);
endproperty
Expand Down

0 comments on commit dd9df36

Please sign in to comment.