PULP Community
FPGA build - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: FPGA build (/showthread.php?tid=97)



FPGA build - Akim - 05-15-2019

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:
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 ..
Then tests can be compiled and run as for the RTL platform. "

Best Regards,
Akim


RE: FPGA build - kgf - 05-15-2019

We are still working on the release of the FPGA mapping for PULPissimo. It is I would say more than 90% done, but the last 10% is where a lot of small details hide.


RE: FPGA build - Akim - 06-05-2019

(05-15-2019, 11:17 AM)kgf Wrote: We are still working on the release of the FPGA mapping for PULPissimo. It is I would say more than 90% done, but the last 10% is where a lot of small details hide.

Great!
I can see from testbench files that there are some writings to registers for example "JTAG Register = 003".
What registers & settings needs to be written before we can expect to be able successfully write&read to/from memory in FPGA?

BR,
Akim