Skip to content

Commit

Permalink
Better README
Browse files Browse the repository at this point in the history
  • Loading branch information
FJShen committed Sep 11, 2024
1 parent c47a3c6 commit 91fe045
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 101 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
The code in this project was tested with verilator version 4.038 and sbt version 1.8 or mill version 0.10.12.

# Documentation
The Ray Tracer Datapath is documented in our arXiv article: [A
Hardware Ray Tracer Datapath with Generalized
Features](https://arxiv.org/abs/2409.06000) where the following are discussed:
- Supported operations
- IO specification
- Configurable parameters
- Dataflow of pipeline stages
- Hardware assets
- Design choices
- Description of source files

# Prerequisites
The code in this project was tested with verilator version 4.038 and sbt version 1.8 or mill version 0.10.12.
- verilator (for running the testbenches)
- sbt (optional) (for building the project with SBT)

Expand Down
100 changes: 0 additions & 100 deletions TEMPLATE.README.md

This file was deleted.

0 comments on commit 91fe045

Please sign in to comment.