From 9455d8ec915460ad4aded0b909cddce28b51d849 Mon Sep 17 00:00:00 2001 From: Fangjia Shen Date: Fri, 13 Sep 2024 13:48:16 -0400 Subject: [PATCH] better README --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06099f9..9ef2ec4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # 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: +A documentation for the Ray Tracer Datapath can be found in a PDF file in the release where the following are discussed: - Supported operations - IO specification - Configurable parameters @@ -37,3 +35,16 @@ or ``` sbt test ``` + +# Citation +This RTL project was developed as part of a more significant research project. If you use the RTL modules in this repo please consider citing: +``` +Aaron Barnes, Fangjia Shen, Timothy G. Rogers, +Extending GPU Ray-Tracing Units for Hierarchical Search Acceleration, +in 2024 57th IEEE/ACM International Symposium on Microarchitecture (MICRO) +``` + +# Contact +Aaron Barnes (barnes88@purdue.edu) + +Fangjia Shen (shen449@purdue.edu)