docs update
diff --git a/README.md b/README.md index 33c3984..2830ce1 100644 --- a/README.md +++ b/README.md
@@ -66,7 +66,7 @@ * Author: Maximo Balestrini * Github: https://github.com/mbalestrini/wrapped_hack_soc -* commit: f9c39c3cff53683a6e26b55d6d7da565dff1822c +* commit: 009a903f28b54a620bedea825d59de13c468f51a * Description: Hardware implementation of the Hack Computer from the Nand to Tetris courses  @@ -78,5 +78,50 @@ * commit: main * Description: generates signed sin and cos outputs given an angle accessible via wishbone - + + +## Wishbone HyperRAM + +* Author: Pawel Sitarz +* Github: https://github.com/embelon/wrapped_wb_hyperram +* commit: mpw3 +* Description: Simple HyperRAM driver accesible on Wishbone bus + + + +## wb_openram_shim + +* Author: Embelon & Matt Venn +* Github: https://github.com/embelon/wrapped_wb_openram_shim +* commit: mpw3 +* Description: Wrapped version of Wishbone OpenRam Shim/Wrapper + + + +## wiggly_ic_1 + +* Author: Omar Rizwan +* Github: https://github.com/osnr/wrapped_wiggly_ic_1 +* commit: main +* Description: screen and mouse; interact + + + +## keyvalue + +* Author: Giray Pultar +* Github: https://github.com/giraypultar/wrapped_keyvalue +* commit: main +* Description: key value store + + + +## Wishbone demo + +* Author: Matt Venn +* Github: https://github.com/mattvenn/wrapped_wishbone_demo +* commit: main +* Description: Wishbone buttons & LEDS + +
diff --git a/pics/HyperRAM_WriteMemorySpace.png b/pics/HyperRAM_WriteMemorySpace.png new file mode 100644 index 0000000..e7728f2 --- /dev/null +++ b/pics/HyperRAM_WriteMemorySpace.png Binary files differ
diff --git a/pics/keyvalue.png b/pics/keyvalue.png new file mode 100644 index 0000000..a5c0c86 --- /dev/null +++ b/pics/keyvalue.png Binary files differ
diff --git a/pics/nco.png b/pics/nco.png new file mode 100644 index 0000000..1a33699 --- /dev/null +++ b/pics/nco.png Binary files differ
diff --git a/pics/screenshot.png b/pics/screenshot.png new file mode 100644 index 0000000..bbd065a --- /dev/null +++ b/pics/screenshot.png Binary files differ
diff --git a/pics/shim.png b/pics/shim.png new file mode 100644 index 0000000..ba012b5 --- /dev/null +++ b/pics/shim.png Binary files differ
diff --git a/pics/wishbone_demo.png b/pics/wishbone_demo.png new file mode 100644 index 0000000..775671d --- /dev/null +++ b/pics/wishbone_demo.png Binary files differ