From 7ca8fe76111c4c30a71f367f4d78900a12975f57 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 15 Jul 2020 14:27:45 +0200 Subject: [PATCH 1/2] xc7: add 100t counter test Signed-off-by: Alessandro Comodi --- README.md | 3 ++- examples/xc7/counter_test/Makefile | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7744a35..e912ab6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ source "$INSTALL_DIR/conda/etc/profile.d/conda.sh" conda activate xc7 git clone https://github.com/SymbiFlow/symbiflow-examples && cd symbiflow-examples # counter example -pushd examples/xc7/counter_test && TARGET="arty" make && popd +pushd examples/xc7/counter_test && TARGET="arty_50" make && popd +pushd examples/xc7/counter_test && TARGET="arty_100" make && popd pushd examples/xc7/counter_test && make clean && TARGET="basys3" make && popd # picosoc example pushd examples/xc7/picosoc_demo && make && popd diff --git a/examples/xc7/counter_test/Makefile b/examples/xc7/counter_test/Makefile index 8e416f3..078b6c1 100644 --- a/examples/xc7/counter_test/Makefile +++ b/examples/xc7/counter_test/Makefile @@ -7,9 +7,13 @@ BITSTREAM_DEVICE := artix7 SDC:=${current_dir}/counter.sdc BUILDDIR:=build -ifeq ($(TARGET),arty) +ifeq ($(TARGET),arty_50) PARTNAME := xc7a35tcsg324-1 PCF:=${current_dir}/arty.pcf +else ifeq ($(TARGET),arty_100) + PARTNAME:= xc7a100tcsg324-1 + PCF:=${current_dir}/arty.pcf + DEVICE:= xc7a100t_test else PARTNAME:= xc7a35tcpg236-1 PCF:=${current_dir}/basys3.pcf From 14198202bb938ae72d4574c543310c96efbbec0c Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 15 Jul 2020 15:26:03 +0200 Subject: [PATCH 2/2] xc7: env: pin the prjxray-db version Signed-off-by: Alessandro Comodi --- examples/xc7/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xc7/environment.yml b/examples/xc7/environment.yml index 4c047d9..0113bb2 100644 --- a/examples/xc7/environment.yml +++ b/examples/xc7/environment.yml @@ -5,8 +5,8 @@ dependencies: - symbiflow::symbiflow-yosys=0.8_3925_g6bccd35a - symbiflow::symbiflow-yosys-plugins=1.0.0.7_0032_g104f4fc - symbiflow::symbiflow-vtr=8.0.0.rc2_4003_g8980e4621 + - symbiflow::prjxray-db=0.0_0230_g485a837 - symbiflow::prjxray-tools - - symbiflow::prjxray-db - make - lxml - simplejson