Skip to content

Commit

Permalink
editing makefile to reflect newly one file
Browse files Browse the repository at this point in the history
  • Loading branch information
nlp52 committed Oct 2, 2024
1 parent 998a1fb commit 6810b08
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions ece2300/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,14 @@
# Date : September 7, 2024

hws = \
PairTripleDetectorV1_GL.v \
PairTripleDetectorV2_GL.v \
PairTripleDetectorV3_GL.v \
PairTripleDetectorV4_GL.v \
PairTripleDetectorV5_GL.v \
PairTripleDetector_GL.v


tests = \
PairTripleDetectorV1_GL-test.v \
PairTripleDetectorV2_GL-test.v \
PairTripleDetectorV3_GL-test.v \
PairTripleDetectorV4_GL-test.v \
PairTripleDetectorV5_GL-test.v \
PairTripleDetector_GL-test.v \

sims = \
PairTripleDetectorV1_GL-adhoc.v \
PairTripleDetector_GL-adhoc.v \

#-------------------------------------------------------------------------
# Basic setup
Expand Down

0 comments on commit 6810b08

Please sign in to comment.