From f51fd1c0dd1be2f51f712b883a57e8d266dedbe0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Apr 2021 22:29:35 +0100 Subject: [PATCH] move post-pnr to new subdirectory --- ls180/{ => post_pnr}/.gitignore | 0 ls180/{ => post_pnr}/Makefile | 0 ls180/{ => post_pnr}/README.txt | 0 ls180/{ => post_pnr}/cocotb/.gitignore | 0 ls180/{ => post_pnr}/cocotb/Makefile | 0 ls180/{ => post_pnr}/cocotb/clean.sh | 0 ls180/{ => post_pnr}/cocotb/idcode.svf | 0 ls180/{ => post_pnr}/cocotb/run_ghdl.sh | 0 ls180/{ => post_pnr}/cocotb/test.py | 0 ls180/{ => post_pnr}/vbe2vst.py | 2 +- ls180/{ => post_pnr}/vhd2obj.py | 0 ls180/{ => post_pnr}/vst_correct.py | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename ls180/{ => post_pnr}/.gitignore (100%) rename ls180/{ => post_pnr}/Makefile (100%) rename ls180/{ => post_pnr}/README.txt (100%) rename ls180/{ => post_pnr}/cocotb/.gitignore (100%) rename ls180/{ => post_pnr}/cocotb/Makefile (100%) rename ls180/{ => post_pnr}/cocotb/clean.sh (100%) rename ls180/{ => post_pnr}/cocotb/idcode.svf (100%) rename ls180/{ => post_pnr}/cocotb/run_ghdl.sh (100%) rename ls180/{ => post_pnr}/cocotb/test.py (100%) rename ls180/{ => post_pnr}/vbe2vst.py (94%) rename ls180/{ => post_pnr}/vhd2obj.py (100%) rename ls180/{ => post_pnr}/vst_correct.py (100%) diff --git a/ls180/.gitignore b/ls180/post_pnr/.gitignore similarity index 100% rename from ls180/.gitignore rename to ls180/post_pnr/.gitignore diff --git a/ls180/Makefile b/ls180/post_pnr/Makefile similarity index 100% rename from ls180/Makefile rename to ls180/post_pnr/Makefile diff --git a/ls180/README.txt b/ls180/post_pnr/README.txt similarity index 100% rename from ls180/README.txt rename to ls180/post_pnr/README.txt diff --git a/ls180/cocotb/.gitignore b/ls180/post_pnr/cocotb/.gitignore similarity index 100% rename from ls180/cocotb/.gitignore rename to ls180/post_pnr/cocotb/.gitignore diff --git a/ls180/cocotb/Makefile b/ls180/post_pnr/cocotb/Makefile similarity index 100% rename from ls180/cocotb/Makefile rename to ls180/post_pnr/cocotb/Makefile diff --git a/ls180/cocotb/clean.sh b/ls180/post_pnr/cocotb/clean.sh similarity index 100% rename from ls180/cocotb/clean.sh rename to ls180/post_pnr/cocotb/clean.sh diff --git a/ls180/cocotb/idcode.svf b/ls180/post_pnr/cocotb/idcode.svf similarity index 100% rename from ls180/cocotb/idcode.svf rename to ls180/post_pnr/cocotb/idcode.svf diff --git a/ls180/cocotb/run_ghdl.sh b/ls180/post_pnr/cocotb/run_ghdl.sh similarity index 100% rename from ls180/cocotb/run_ghdl.sh rename to ls180/post_pnr/cocotb/run_ghdl.sh diff --git a/ls180/cocotb/test.py b/ls180/post_pnr/cocotb/test.py similarity index 100% rename from ls180/cocotb/test.py rename to ls180/post_pnr/cocotb/test.py diff --git a/ls180/vbe2vst.py b/ls180/post_pnr/vbe2vst.py similarity index 94% rename from ls180/vbe2vst.py rename to ls180/post_pnr/vbe2vst.py index 075538c..7377ec9 100755 --- a/ls180/vbe2vst.py +++ b/ls180/post_pnr/vbe2vst.py @@ -10,7 +10,7 @@ import sys # reason for using the chroot: it's standardised across the ls180 project VASY_CMD = "schroot -c coriolis -d /tmp -- ~/alliance/install/bin/vasy" -ALLIANCEBASE = "../alliance-check-toolkit/cells" +ALLIANCEBASE = "../../alliance-check-toolkit/cells" ALLIANCE_LIBS = ['nsxlib', 'niolib'] for libname in ALLIANCE_LIBS: diff --git a/ls180/vhd2obj.py b/ls180/post_pnr/vhd2obj.py similarity index 100% rename from ls180/vhd2obj.py rename to ls180/post_pnr/vhd2obj.py diff --git a/ls180/vst_correct.py b/ls180/post_pnr/vst_correct.py similarity index 100% rename from ls180/vst_correct.py rename to ls180/post_pnr/vst_correct.py -- 2.30.2