Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
README: rearrange.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 29, 2024
1 parent 787ea06 commit 7b514e8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A little framework to build HDL projects in Chisel with open-source toolchains.

## Overview

* Provides an extensible App that facilitates synthesis for multiple target
platforms, and whatever other tasks you need.
* Boards provide resources — refer to them in your design, and Chryse
instantiates the necessary IO buffers in-between and adds them to the
constraints used during place-and-route.
* [CXXRTL] support: it's just another kind of platform. Chisel modules are
translated into CXXRTL blackboxes, you write the sim driver and blackbox
implementations, and the build system takes care of the details.

[CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html

## Examples

* <https://github.com/kivikakk/spifrbb> — used as part of a presentation on
Expand Down Expand Up @@ -44,19 +57,6 @@ Build the Stackyem ROM image, and optionally program it.
-h, --help Show help message
```

## Quick feature overview

* Provides an extensible App that facilitates synthesis for multiple target
platforms, and whatever other tasks you need.
* Boards provide resources — refer to them in your design, and Chryse
instantiates the necessary IO buffers in-between and adds them to the
constraints used during place-and-route.
* [CXXRTL] support: it's just another kind of platform. Chisel modules are
translated into CXXRTL blackboxes, you write the sim driver and blackbox
implementations, and the build system takes care of the details.

[CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html

## Platform/board support

### Basic functionality/resources
Expand Down

0 comments on commit 7b514e8

Please sign in to comment.