Skip to content

Commit

Permalink
Moved the cocotb test into test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jxwleong committed Sep 6, 2023
1 parent 68494c1 commit 502bb11
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VERILOG_SOURCES += $(THIS_DIR)/mux4to1.v
TOPLEVEL = CombinedCUnDP

# MODULE is the basename of the Python test file
MODULE = test_microprocessor
MODULE = test.test_microprocessor

# include cocotb's make rules to take care of the simulator setup
include $(shell cocotb-config --makefiles)/Makefile.sim
Empty file added test/__init__.py
Empty file.
Binary file added test/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 comments on commit 502bb11

Please sign in to comment.