FPGA on arch
FPGA on arch
all the tool-chain we should have is :
1 | chisel # for generate verilog code , optional |
during these tools, we can pull the docker iamge of symbiflow:
1 | docker pull daverichmond/fpga-symbiflow:latest |
and we can use vivado:
after download for AMD website and install vivado, we still have to do something.
as for 2024.2 —version, on archlinux, we should goto the directory of : path_to_installation/Vivado/2024.2/bin, and modify the setupEnv.sh:
1 | find the line of: |
and install :
1 | sudo pacman -S libxcrypt-compat fakeroot |
done.
2025.5.4
new question append:
the gcc has update to gcc-15, how to use gcc-14 to build ncurses5-compat-libs?
on archlinux, it is easy to do that.
1 |
|
side occupation homepage
click here to come back to side occupation
homepage.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.





