Repositories
SPeCS - Chisel-based Hardware Architectures (specs-chisel)
This repository holds the implementation for the Binary Translation infrastructure that is the backbone of the automated hardware generation infrastructure. Automated hardware generation is the overarching concept that guides the design of tools supported by the techniques outlined in Activities 1 and 2, which you can find in the Project Description page.
Architectures and libraries of hardware modules written in Chisel
https://github.com/specs-feup/specs-chisel
0 forks.
0 stars.
0 open issues.
Recent commits:
- [specs-chisel] removed more build artifacts, nmcp88
- [specs-chisel] added gitignores, nmcp88
- [specs-chisel] ziped rpt files, nmcp88
- [specs-chisel] cleanup garbage, nmcp88
- Update workflow.sh, GitHub
SPeCS - Binary Translation Tools (specs-hw)
This repository holds the implementation for the Binary Translation infrastructure that is the backbone of the automated hardware generation infrastructure. Automated hardware generation is the overarching concept that guides the design of tools supported by the techniques outlined in Activities 1 and 2, which you can find in the Project Description page.
Hardware-related libraries and applications
https://github.com/specs-feup/specs-hw
0 forks.
5 stars.
0 open issues.
Multicore RISC-V SoC + Versat CGRA Template (iob-soc)
This repository holds an implementation of a parametrizable multicore system equipped with CGRAs. The RISC-V implementation is fully custom, and the CGRAs employed are instances of the Versat CGRA. The several CGRAs are shared among the RISC-V cores, and can be programmed at high level via assembly or C++. Targeting the Versat CGRA with binary translation is the objective of Activity 3, which you can find in the Project Description page.
RISC-V System on Chip Template Based on the picorv32 Processor
https://github.com/jjts/iob-soc
0 forks.
0 stars.
0 open issues.
Recent commits:
- fix simulation tests after removing test targets, Jose T. de Sousa
- update tb with passed/fail msg, Jose T. de Sousa
- unify test and run targets, Jose T. de Sousa
- fix iob_ready generation, Jose T. de Sousa
- improve iob2axil converter and upate picorv32, Jose T. de Sousa