Skip to content
View yannikosterholzer's full-sized avatar

Block or report yannikosterholzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yannikosterholzer/README.md

Projekte

Kürzlich habe ich damit begonnen PEARL-V, einen RISC-V Prozessor zu entwickeln und möchte diesen in Zukunft schrittweise erweitern.

Zudem überarbeite ich derzeit mein Armv7 Tutorial. Es behandelt grundlegende und fortgeschrittene Konzepte der Programmierung in Assembler, einschließlich Floating Point und SIMD-Programmierung (NEON). (Hoffentlich Zeitnah verfügbar ;) )

Languages

SystemVerilog Assembler Python C

Pinned Loading

  1. PEARL_V PEARL_V Public

    A 5-stage pipelined RISC-V processor core supporting the RV32I ISA

    SystemVerilog

  2. pi_baremetal_qemu pi_baremetal_qemu Public

    This repository contains ARM assembly code designed for bare-metal programming on the Raspberry Pi 2B

    Assembly 1

  3. uart uart Public

    simple uart implementation in verilog

    Verilog

  4. iadc_sim iadc_sim Public

    Simulation eines differentiellen Dual-Slope-Integrators mit endlichem Gain in Python 3.

    Python