[libre-riscv-dev] Git repository access

Cole Poirier colepoirier at gmail.com
Tue Mar 24 18:56:06 GMT 2020


Hi Luke,

I'm currently working on getting the gitlab test runner set up on
Jacob's build server. While doing this I've been trying to follow
(install?) the HDL workflow, and I think I've reached a point where I
need read access to the git repo. Specifically I'm trying to complete
6.5 Softfloat and sfpy.

###
git clone --recursive https://github.com/billzorn/sfpy.git
cd sfpy
cd SoftPosit
git apply ../softposit_sfpy_build.patch

-> I believe for this I will need ieee754fpu.git/master/SoftPosit.patch
git apply /path/to/ieee754fpu/SoftPosit.patch

cd ../berkely-softfloat-3
# Note: Do not apply the patch included in sfpy for berkely-softfloat, 
# it contains the same changes as this one

-> I believe for this I will need ieee754fpu.git/master/berkeley-softfloat.patch
git apply /path/to/ieee754fpu/berkeley-softfloat.patch
###

If I can access these files without needing permission, or if there is
another way I should go about this, please let me know. I believe you
already have my ssh pub key, but if you need me to send it again that's
no problem.

Cole




More information about the libre-riscv-dev mailing list