File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
ex02_1_bit_full_adder/test
ex03_4_bit_half_adder/test Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2626
2727# Run tests with explicit paths
2828test: env check_prereqs
29+ @rm -rf sim_build
2930 @echo "Running Cocotb tests..."
3031 @cd $(shell pwd) && \
3132 PYTHONPATH=$(VENV)/lib/python$(PYTHON_VERSION)/site-packages \
Original file line number Diff line number Diff line change 2626
2727# Run tests with explicit paths
2828test: env check_prereqs
29+ @rm -rf sim_build
2930 @echo "Running Cocotb tests..."
3031 @cd $(shell pwd) && \
3132 PYTHONPATH=$(VENV)/lib/python$(PYTHON_VERSION)/site-packages \
Original file line number Diff line number Diff line change 2626
2727# Run tests with explicit paths
2828test: env check_prereqs
29+ @rm -rf sim_build
2930 @echo "Running Cocotb tests..."
3031 @cd $(shell pwd) && \
3132 PYTHONPATH=$(VENV)/lib/python$(PYTHON_VERSION)/site-packages \
You can’t perform that action at this time.
0 commit comments