Skip to content

hiratz/PAAS_V1.0

 
 

Repository files navigation

This is Processor Accelerator Architecture Simulator (PAAS) for heterogeneous computing system, which has been presented in 2017 27th International Conference on Field Programmable Logic and Applications (FPL). The related paper can be checked on IEEE Xplore: https://ieeexplore.ieee.org/document/8056775/.

For the detailed MANUAL, please click. If you still have some other problems, please do not hesitate to contact us: tliang@connect.ust.hk

PAAS integrates gem5 and Verilator and further develops the infrastructure of the two simulators to provide system designers with unique features for system simulation and exploration:

a) Co-simulation of hardware accelerators (described in Verilog), CPUs and memory system
b) Shared virtual address space between accelerators and CPUs
c) Runtime control of accelerators
d) Capabilities of accelerators for exploiting both fine-grained and coarse-grained memory access
e) Support of flexible architecture (eg. ACP (accelerator coherency port) and CAPI (Coherent Accelerator Processor Interface))
f) Parallized simulation and reconfigurability of FPGA-based accelerator

image

image

If you have questions or ask for a manual, please send mail to tliang@connect.ust.hk

Enjoy using PAAS and please share your modifications and extensions.

Compared to gem5, there are things of original gem5 have been modified, so please note them:

'AllMemory' in params.py 'translate' in tlb.cc fpga part in the directories: ./src/mem, ./src/arch, ./src/cpu

Some examples of designs can be found in ./configs and hope them will help you undenstand the basic description of archtecture.

About

PAAS: A System Level Simulator for Heterogeneous (CPU-FPGA) Computing Systems

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ada 57.4%
  • C++ 28.3%
  • Verilog 4.6%
  • C 4.4%
  • LLVM 2.4%
  • VHDL 1.7%
  • Other 1.2%