Skip to content

Commit

Permalink
Merge pull request efabless#34 from milovanovic/develop
Browse files Browse the repository at this point in the history
Fixed non-ASCII quotation marks that cause a precheck error.
  • Loading branch information
agorararmard authored Dec 15, 2020
2 parents 7e6290d + fe23569 commit 4999a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

A template SoC for Google SKY130 free shuttles. It is still WIP. The current SoC architecture is given below.

<p align=center>
<p align="center">
<img src="/doc/ciic_harness.png" width="75%" height="75%">
</p>

Expand Down Expand Up @@ -136,7 +136,7 @@ The memory map of the management SoC can be found [here](verilog/rtl/README)
This is the user space. It has limited silicon area (TBD, about 3.1mm x 3.8mm) as well as a fixed number of I/O pads (37) and power pads (10). See [the Caravel premliminary datasheet](doc/caravel_datasheet.pdf) for details.
The repository contains a [sample user project](/verilog/rtl/user_proj_example.v) that contains a binary 32-bit up counter. </br>

<p align=center>
<p align="center">
<img src="/doc/counter_32.png" width="50%" height="50%">
</p>

Expand Down

0 comments on commit 4999a88

Please sign in to comment.