From 3f9c232650d3d6050bea9a7697bf9034132a0ed7 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 15 Mar 2021 15:39:02 +0100 Subject: [PATCH 1/2] xc7: pin xc-fasm version Signed-off-by: Alessandro Comodi --- xc7/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/requirements.txt b/xc7/requirements.txt index 7668af1..04a6799 100644 --- a/xc7/requirements.txt +++ b/xc7/requirements.txt @@ -16,4 +16,4 @@ yapf==0.24.0 python-constraint git+https://github.com/symbiflow/fasm git+https://github.com/SymbiFlow/prjxray.git@905a6b5b0407b45b6b7484741c8f701dcfa6b81d#egg=prjxray -git+https://github.com/symbiflow/xc-fasm +git+https://github.com/symbiflow/xc-fasm.git@e12f31334e96fedf3af86d13cf51f70ad2270f5f#egg=xc-fasm From 94548ad3c942f23224a68e8ddb7d0dae23204670 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 15 Mar 2021 16:28:33 +0100 Subject: [PATCH 2/2] xc7: use PyPI version of fasm Signed-off-by: Alessandro Comodi --- xc7/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/requirements.txt b/xc7/requirements.txt index 04a6799..f83f046 100644 --- a/xc7/requirements.txt +++ b/xc7/requirements.txt @@ -14,6 +14,6 @@ sympy textx yapf==0.24.0 python-constraint -git+https://github.com/symbiflow/fasm +fasm git+https://github.com/SymbiFlow/prjxray.git@905a6b5b0407b45b6b7484741c8f701dcfa6b81d#egg=prjxray git+https://github.com/symbiflow/xc-fasm.git@e12f31334e96fedf3af86d13cf51f70ad2270f5f#egg=xc-fasm