An open API service indexing awesome lists of open source software.

https://github.com/eric900115/electronic-system-level-design

The repository contains the coursework in the EE6470 course of NTHU's Electronic System Level Design and Synthesis.
https://github.com/eric900115/electronic-system-level-design

architecture-modeling high-level-synthesis risc-v systemc tlm virtual-platform

Last synced: 3 months ago
JSON representation

The repository contains the coursework in the EE6470 course of NTHU's Electronic System Level Design and Synthesis.

Awesome Lists containing this project

README

          

NTHU Electronic System Level Design and Synthesis
---
**HW1 SystemC**
> Implement a Gaussian blur filter in SystemC using FIFO channels both with and without data buffers.

**HW2 TLM**
> Implement Gaussian Blur Filter with TLM interface.

> Implement Gaussian Blur Filter with Quantum Keeper.

> Implement Gaussian Blur Filter with TLM interconnect.

**HW3 High-Level Synthesis**
> Design a HLS synthesizable version of the Gaussian Blur Filter module.

> Use Cadence Stratus directive to optimize the design.

**HW4 RISC-V Virtual Platform**
> Port the Gaussian Blur Filter module to the RISC-V Virtual Platform.