05-15-2019, 11:00 AM
Hello,
I found that you have added more instructions (below) how to build and use virtual platform with Pulpissimo.
Thaks for that, I got virtual platform working and run Hello test on it.
Is there similar instructions for FPGA build? Is there somewhere build-fpga like build-gvsoc etc.?
"Building and using the virtual platform
Once the RTL platform is installed, the following commands can be executed to install and use the virtual platform:
Then tests can be compiled and run as for the RTL platform. "
Best Regards,
Akim
I found that you have added more instructions (below) how to build and use virtual platform with Pulpissimo.
Thaks for that, I got virtual platform working and run Hello test on it.
Is there similar instructions for FPGA build? Is there somewhere build-fpga like build-gvsoc etc.?
"Building and using the virtual platform
Once the RTL platform is installed, the following commands can be executed to install and use the virtual platform:
Code:
git clone https://github.com/pulp-platform/pulp-builder.git
cd pulp-builder
git checkout b3b255b0f653fce950cf730972c8ad07b1be7bf0
source configs/pulpissimo.sh
./scripts/build-gvsoc
source sdk-setup.sh
source configs/gvsoc.sh
cd ..
Best Regards,
Akim