diff --git a/examples/xc7/counter_test/Makefile b/examples/xc7/counter_test/Makefile index 12ce7df..c6b7acf 100644 --- a/examples/xc7/counter_test/Makefile +++ b/examples/xc7/counter_test/Makefile @@ -1,7 +1,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) current_dir := $(patsubst %/,%,$(dir $(mkfile_path))) TOP:=top -VERILOG:=${current_dir}/counter_basys3.v +VERILOG:=${current_dir}/counter.v PARTNAME:= xc7a35tcpg236-1 DEVICE := xc7a50t_test BITSTREAM_DEVICE := artix7 diff --git a/examples/xc7/counter_test/counter_basys3.v b/examples/xc7/counter_test/counter.v similarity index 100% rename from examples/xc7/counter_test/counter_basys3.v rename to examples/xc7/counter_test/counter.v diff --git a/examples/xc7/counter_test/requirements.txt b/examples/xc7/counter_test/requirements.txt deleted file mode 100644 index 929d858..0000000 --- a/examples/xc7/counter_test/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -lxml -simplejson -intervaltree -python-constraint -git+https://github.com/symbiflow/fasm