tree: b61e6cb947d798c39f4fd1bee7cb06252e7a02ea [path history] [tgz]
  1. .github/
  2. project/
  3. src/
  4. .gitignore
  5. build.sbt
  6. openram_testchip.v
  7. README.md
chisel/control_logic-main/control_logic-main/README.md

Control Logic Generator for OpenRAM Test Chip

This repo contains an implementation of a hardware generator for the control logic required for the OpenRAM Test Chip. It is designed to receive an input packet from either the logic analyzer or GPIO pins and forward it to the desired SRAM module. For a read operation, the logic will read back data from the SRAM and send it to the CPU via the interface.

Steps to Run

Once cloned and entered the top level directory, we can run the provided tests and generate synthesizable verilog.

1.) To generate verilog, type and enter sbt run in the terminal.

2.) To run the tests, type and enter sbt test in the terminal.