Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Nov 21, 2024
1 parent c98c7dd commit ffe15af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/arithmetic/addend_compressor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Compressor4 extends BitCompressor {
carry <= c3B.carry;
sum <= c3B.sum;

// TODO(desmonddak): wiriting different inputs for different delays
// TODO(desmonddak): wiring different inputs for different delays
_delays[CompressTermType.sum.index][CompressTermType.pp.index] = 4.0;
_delays[CompressTermType.sum.index][CompressTermType.cin.index] = 2.0;
_delays[CompressTermType.carry.index][CompressTermType.pp.index] = 3.0;
Expand Down

0 comments on commit ffe15af

Please sign in to comment.