Commit 8807f11b authored by Istvan Kiss's avatar Istvan Kiss

Adjust TC to the Lattice Diamond tool changes

In this TC, additional change was needed in
reference Manifest, and TC runner function
accordingly, in addition to prom stage
clean target, as for other tools in previous
commit.

All testcases are passing on Linux.
parent a050e367
......@@ -6,6 +6,7 @@
TOP_MODULE := gate2
PROJECT := gate2
PROJECT_FILE := $(PROJECT).
TOOL_PATH :=
TCL_INTERPRETER := yosys -c
ifneq ($(strip $(TOOL_PATH)),)
TCL_INTERPRETER := $(TOOL_PATH)/$(TCL_INTERPRETER)
......@@ -68,8 +69,8 @@ CLEAN_TARGETS := $(LIBS) $(PROJECT).asc $(PROJECT).blif
clean:
rm -rf $(CLEAN_TARGETS)
rm -rf project synthesize translate map par bitstream
rm -rf project.tcl synthesize.tcl translate.tcl map.tcl par.tcl bitstream.tcl files.tcl
rm -rf project synthesize translate map par bitstream prom
rm -rf project.tcl synthesize.tcl translate.tcl map.tcl par.tcl bitstream.tcl prom.tcl files.tcl
mrproper: clean
rm -rf $(PROJECT).bin
......
......@@ -125,7 +125,7 @@ def test_ghdl():
run_compare(path="008ghdl")
def test_icestorm():
run_compare_filter(filter="TOOL_PATH", path="009icestorm")
run_compare(path="009icestorm")
def test_isim010():
run_compare_xilinx(path="010isim")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment