Skip to content

Commit

Permalink
provided test works for our muxes
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-sudz committed Dec 14, 2023
1 parent 6ffa58f commit f480b5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_sample : tests/test_sample.sv src/sample*.sv
${IVERILOG} $^ -o $@.bin && ${VVP} $@.bin ${VVP_POST}

# Test mux
test_muxes_our : tests/test_muxes.sv src/muxes/*.sv
test_muxes_our : tests/our/test_muxes.sv src/muxes/*.sv
${IVERILOG} $^ -o $@.bin && ${VVP} $@.bin ${VVP_POST}

test_muxes_provided : tests/provided/test_muxes.sv src/muxes/*.sv
Expand Down
Binary file added src/components/muxes.fst
Binary file not shown.
File renamed without changes.

0 comments on commit f480b5c

Please sign in to comment.