gen-device: correct source for SiFive SVD files

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-10-29 19:21:15 +01:00
committed by Ayke
parent 3777791aa3
commit 3ec94a06ed
+1 -1
View File
@@ -110,7 +110,7 @@ gen-device-sam:
GO111MODULE=off $(GO) fmt ./src/device/sam
gen-device-sifive:
$(PYTHON) ./tools/gen-device-svd.py lib/cmsis-svd/data/SiFive-Community/ src/device/sifive/ --source=https://github.com/AdaCore/svd2ada/tree/master/CMSIS-SVD/SiFive-Community
$(PYTHON) ./tools/gen-device-svd.py lib/cmsis-svd/data/SiFive-Community/ src/device/sifive/ --source=https://github.com/posborne/cmsis-svd/tree/master/data/SiFive-Community
GO111MODULE=off $(GO) fmt ./src/device/sifive
gen-device-stm32: