Skip to content

milovanovic/rocket-chip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration of sucessful Verilog code generated for AXI4 pins

This repository is a fork of rocket-chip. The only difference is added module that contains a single AXI4 memory mapped register TEST_CODE.scala and Node.scala file which is obtained from here. Both files can be found inside /src/main/scala/TEST_HERE directory.

The last rocket-chip commit in which the given code builds is 5571442 (this branch is a fork from this specific commit). The given code on next commit 9a2d27b won't compile. Please see the branch: RegisterRouterError.

Generate Verilog

In order to start Verilog generation please run the script:

$ ./RUNME.sh

Or in the command line just type:

$ sbt "runMain axi4test.AXI4TestBlockApp"

Example of error:

Please see branch: RegisterRouterError.

About

Rocket Chip Generator

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 94.2%
  • Python 1.9%
  • C++ 1.3%
  • Verilog 1.1%
  • Makefile 0.7%
  • Shell 0.4%
  • Other 0.4%