Skip to content

Commit c213f82

Browse files
committed
fix: remove sim_build before run sim
1 parent 563725d commit c213f82

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ex01_and_gate/test/Makefile.Unix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626

2727
# Run tests with explicit paths
2828
test: 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 \

ex02_1_bit_full_adder/test/Makefile.Unix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626

2727
# Run tests with explicit paths
2828
test: 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 \

ex03_4_bit_half_adder/test/Makefile.Unix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626

2727
# Run tests with explicit paths
2828
test: 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 \

0 commit comments

Comments
 (0)