Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
RPG-coder-intc committed Oct 5, 2023
1 parent 88b9927 commit e6202ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/parity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
//

import 'package:rohd/rohd.dart';
import 'package:rohd_hcl/rohd_hcl.dart';

/// Encode data to transport with Parity bits
class ParityTransmitter extends Module {
/// [_output] is output of parity (use index for accessing from outside Module)
/// [_output] is output of parity
/// (use index for accessing from outside Module)
late Logic _output;

/// [data] is an getter for transmit data having a parity check
Expand Down

0 comments on commit e6202ef

Please sign in to comment.