URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
Compare Revisions
- This comparison shows the changes necessary to convert path
/theia_gpu/branches/icarus_version/simulation
- from Rev 170 to Rev 172
- ↔ Reverse comparison
Rev 170 → Rev 172
/Makefile
3,7 → 3,7
|
# testbench path TESTBENCH is passed from the command line |
SCENEPATH = |
TESTBENCH = TestBench_THEIA |
TESTBENCH = TestBench_verilog |
TESTBENCHPATH = ../testbench/${TESTBENCH}$(VERILOGEX) |
SOURCEPATH = ../rtl |
GPUCONFIGURATIONSCRIPT=../scripts/configure_gpu.pl |
42,7 → 42,7
|
|
|
check: file_check |
check: |
$(VERILOG_CMD) -t null $(FILES) |
|
# Setup up project directory |
74,5 → 74,7
view : testbench_check |
$(WAVEFORM_VIEWER) $(SIMDIR)/$(TESTBENCH).$(DUMPTYPE) |
|
clean : test_bench_check |
rm $(SIM_DIR)/$(TESTBENCH)* |
clean : |
rm -f *.mem |
rm -f *.ppm |
rm -f *.log |