diff --git a/PairTripleDetector.v b/PairTripleDetector.v index dfd26ce..8dd323b 100644 --- a/PairTripleDetector.v +++ b/PairTripleDetector.v @@ -13,7 +13,7 @@ module PairTripleDetector wire w; wire x; wire y; - + //comment or(w, in0, in1); and(x, in0, in1); and(y, w, in2);