Skip to content

Commit

Permalink
fixed clk tie off in async tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robtorx committed Oct 10, 2024
1 parent 3063f15 commit c4f626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shift_register_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void main() {
const depth = 5;
final reset = Logic();
final dataOut = ShiftRegister(dataIn,
clk: clk,
clk: Const(0),
depth: depth,
reset: reset,
resetValue: resetVal,
Expand Down

0 comments on commit c4f626b

Please sign in to comment.