xc7: counter: rename counter example
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
38471296a6
commit
f869def7b1
|
@ -1,7 +1,7 @@
|
||||||
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||||
current_dir := $(patsubst %/,%,$(dir $(mkfile_path)))
|
current_dir := $(patsubst %/,%,$(dir $(mkfile_path)))
|
||||||
TOP:=top
|
TOP:=top
|
||||||
VERILOG:=${current_dir}/counter_basys3.v
|
VERILOG:=${current_dir}/counter.v
|
||||||
PARTNAME:= xc7a35tcpg236-1
|
PARTNAME:= xc7a35tcpg236-1
|
||||||
DEVICE := xc7a50t_test
|
DEVICE := xc7a50t_test
|
||||||
BITSTREAM_DEVICE := artix7
|
BITSTREAM_DEVICE := artix7
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
lxml
|
|
||||||
simplejson
|
|
||||||
intervaltree
|
|
||||||
python-constraint
|
|
||||||
git+https://github.com/symbiflow/fasm
|
|
Loading…
Reference in New Issue