8000 GitHub - ljlueloff/psl_dma: A block DMA engine works with IBM PSL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
forked from ibm-capi/psl_dma

A block DMA engine works with IBM PSL.

Notifications You must be signed in to change notification settings

ljlueloff/psl_dma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psl_dma

A block DMA engine works with IBM CAPI interface.

  • rtl : A folder with an example to use the DMA engine. The loop_back module get data from DMA engine and loop-back the data to DMA engine.

  • app : A folder with APIs and also a testbench to use the block DMA engine.

  • sim : Example simulation scripts for Modelsim/VCS/NCSim

web links

Run Simulation (on x86 linux env)

git clone https://github.com/ibm-capi/pslse to the parallel path of psl_dma.

`----
|-psl_dma
|_pslse

Read the README.md under "sim" directory.

Run with CAPI-card (on Power8 linux env)

git clone https://github.com/ibm-capi/libcxl to the parallel path of psl_dma.

`----
|-psl_dma
|-libcxl

make libcxl first. Then make app.

About

A block DMA engine works with IBM PSL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 76.6%
  • C 16.5%
  • Tcl 4.3%
  • Makefile 1.3%
  • Other 1.3%
0