Skip to content

[Feat] Add fpga directory by adding Dhrystone and Demo FPGA verification Vivado project file#184

Merged
ChoiCube84 merged 1 commit intomainfrom
develop
Jul 21, 2025
Merged

[Feat] Add fpga directory by adding Dhrystone and Demo FPGA verification Vivado project file#184
ChoiCube84 merged 1 commit intomainfrom
develop

Conversation

@T410N
Copy link
Copy Markdown
Member

@T410N T410N commented Jul 21, 2025

Added fpga/ directory

This directory contains :

  • RV32I46F_5SP core FPGA Verification Demo project file
    • Vivado Project File (.xpr)
    • 46F5SP_SoC Design's RTL code
      • UART TX
      • Button and LED interfaces
      • Button signal debouncer module
      • Debugger module
    • Demo Instructions with Trap Handler integrated in Instruction Memory

  • RV32I46F_5SP core FPGA Performance Evaluation project file
    • Vivado Project File (.xpr)
    • 46F5SP_SoC Design's RTL code
      • UART TX
      • Button and LED interfaces
      • Button signal debouncer module
      • Debugger module
      • Benchmark Controller for calculating Dhrystone performance
    • Dhrystone Instructions integrated in Instruction Memory and Data Memory.
      (RV32I, ilp32: riscv32-unknown-elf-gcc compiled Dhrystone)

⚠️ Important Note

Some files contain absolute paths in include statements:
Such as :

`include "source_locations/a/b/c/source_name.v"

Please update these paths to match your project structure.

@T410N T410N requested a review from ChoiCube84 July 21, 2025 10:09
Copy link
Copy Markdown
Collaborator

@ChoiCube84 ChoiCube84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@ChoiCube84 ChoiCube84 merged commit bd80f12 into main Jul 21, 2025
@ChoiCube84 ChoiCube84 deleted the develop branch July 21, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants