Skip to content

Commit

Permalink
Merge branch 'boxlambda-gh-pages-wip' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon537 committed May 23, 2024
2 parents a64c86f + afddf43 commit 019065a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ plugins:
exclude:
- docs/
- tmp/
- vendor/bundle/

6 changes: 3 additions & 3 deletions about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ title: About BoxLambda
permalink: /about/
---

![Draft Architecture Block Diagram](assets/Arch_Diagram_About.png)
![Draft Architecture Block Diagram](../assets/Arch_Diagram_About.png)

**BoxLambda** is a project creating a retro-style FPGA-based microcomputer from open-source components. The microcomputer serves as a platform for software and RTL experimentation.

BoxLambda is a software-hardware cross-over project. The plan is to provide room for experimentation both on the FPGA RTL side and on the software side.

# Key Goals

- Create a sandbox for experimenting with software and (FPGA) HW.
- Create a sandbox for experimenting with software and (FPGA) HW.
- **Simplicity**: It should be easy to jump in and do something: create, hack, tinker.
- It should be doable for a single person to develop a good understanding of the entire system, software and hardware.
- **Deterministic Behavior**: By design, it should be clear how long an operation, be it an instruction or a DMA transfer, is going to take.
Expand All @@ -28,7 +28,7 @@ BoxLambda is a software-hardware cross-over project. The plan is to provide room
- SD card storage
- VGA Display
- Audio output

- Sound and graphics should be sufficient to support retro-style 2D gameplay.

You can find the source code for BoxLambda on GitHub: [https://github.com/epsilon537/boxlambda/](https://github.com/epsilon537/boxlambda/).
Expand Down
Binary file modified assets/Arch_Diagram_About.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 019065a

Please sign in to comment.