• RISC-V Assembler enhancement 2026-08-30

    RISC-V Assembler enhancement 2026-08-30

    Add macros and the rest of a professional RISC-V assembler The RISC-V front end already encodes instructions and a handful of data directives. It does not assemble the files you actually write. Those are GNU as: .macro / .endm, \name, numbered local labels, .option, .pushsection. r-test/fp.S is the concrete target. This document tells you how to add that, in order. Do not expand…

  • Scale up GUI for xilinx vivado in ubuntu
  • How to get petalinux running in Zynq7020

    How to get petalinux running in Zynq7020

    !!! This is not the perfect guide, during the compilation it got errors, ask gemini. https://share.gemini.google/bFyDzMtkYZVk I am using this board Step 1: Install Vitis (it has Vivado) Step 2: Install petalinux https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/embedded-software/petalinux-sdk.html Step 3: Add the board files to Vivado Step 4: Build a minimal hardware design in Vivado Step 5: Create the PetaLinux…