8000 GitHub - riscv-stc/testchipip
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

riscv-stc/testchipip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testchipip

Useful IP components for chips. BAR projects generally use these components with rocket-chip.

Blocks

  • Block device model
  • Clock utilities for Chisel, e.g. clock mux, clock divider, etc.
  • SERDES <-> TileLink
  • Custom serial interface for debug with simulator interface
  • TileLink splitter, switcher

Usage

Testchipip can be used in your project in one of two ways:

  1. As an sbt subproject that depends on rocket-chip, as in chipyard
  2. As a maven dependency (e.g. write
libraryDependencies += "edu.berkeley.cs" %% "testchipip" % "1.0-020719-SNAPSHOT"

in your build.sbt). Check sonatype to see the latest published version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 68.6%
  • C++ 15.5%
  • Verilog 7.0%
  • SystemVerilog 5.3%
  • Shell 2.2%
  • Assembly 0.9%
  • Makefile 0.5%
0