Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ECASLab/risc-v-cgra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ECASLab/risc-v-cgra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kernel-translation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 341 files changed
  • 1 contributor

Commits on Oct 6, 2025

  1. Base benchmarks

    Base implementation of benchmarks translated from C to RISCV RV32IM
    dylangf16 authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    d891a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Compiler and Scheduler implementation

    IMplementation of Compiler and Scheduler based on already verified C programs.
    dylangf16 committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    028cef7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Update VLIWGenerator and add new build outputs

    Modified VLIWGenerator.cpp and VLIWGenerator.h. Added new build artifacts and output files, including binaries, object files, and analysis results for the CGRA compiler.
    dylangf16 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    fae1105 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Refactor input benchmarks and update RISC-V ISA docs

    Removed custom and static C benchmark files in favor of new static memory versions for matrix sum and multiplication, avoiding function calls for RISC-V compatibility. Updated latency_config.yaml to use 'MUL' instead of 'MULTIPLY' and removed unused instructions. Documentation was revised to clarify supported instructions (RV32I + mul), update opcode mappings to standard RISC-V encodings, and reflect changes in operation descriptions. Added new static C benchmarks and corresponding assembly files.
    dylangf16 committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    8e6756b View commit details
    Browse the repository at this point in the history
  2. Add register initialization and update input tests

    Added RegisterInitializer module and integrated its source files into the build. Updated matrix_instance_static.s to use 99 instead of 3 for addi instructions. Updated makefile to include register_init sources. Output and build artifacts generated for new and updated tests.
    dylangf16 committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b263d22 View commit details
    Browse the repository at this point in the history
Loading