Skip to content

Commit

Permalink
Add link to a blog post with summary
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Jun 30, 2024
1 parent bd3411b commit 10f41d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ On this website you can find all resources for my poster submission for *RISC-V
- [Extended abstract][abstract] ([PDF version][abstract-pdf])
- [Poster (PDF)][poster-pdf]

You can read my RISC-V Summit Europe 2024 summary with some more information about this project on my [blog].

[here]: https://github.com/MarekPikula/RISC-V-Summit-Europe-2024
[abstract]: abstract/index.html
[abstract-pdf]: abstract/abstract.pdf
[poster-pdf]: poster/poster.pdf
[blog]: https://serenitycode.dev/post/2024/06/riscv-summit-europe

## Code

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ <h2>Resources</h2>
<li><a href="abstract/index.html">Extended abstract</a> (<a href="abstract/abstract.pdf">PDF version</a>)</li>
<li><a href="poster/poster.pdf">Poster (PDF)</a></li>
</ul>
<p>You can read my RISC-V Summit Europe 2024 summary with some more information about this project on my <a href="https://serenitycode.dev/post/2024/06/riscv-summit-europe" rel="nofollow">blog</a>.</p>
<h2>Code</h2>
<p>The following repositories were modified in process of this project:</p>
<ul>
<li><a href="https://github.com/MarekPikula/chipyard/tree/ara-integration">Chipyard</a></li>
<li><a href="https://github.com/MarekPikula/firesim/tree/ara-integration">FireSim</a></li>
<li><a href="https://github.com/MarekPikula/pulp-ara/tree/chipyard-integration">PULP Ara</a></li>
<li><a href="https://github.com/MarekPikula/chipyard-ara-wrapper">PULP Ara Chipyard wrapper</a></li>
<li><a href="https://github.com/Samsung/chipyard-ara-wrapper">PULP Ara Chipyard wrapper</a></li>
<li><a href="https://github.com/MarekPikula/FireMarshal">FireMarshal</a></li>
</ul>
<div class="markdown-alert markdown-alert-note"><p class="markdown-alert-title"><svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>Note</p><p>All repositories are available as submodules in the <code class="notranslate">code</code> directory.</p>
Expand Down

0 comments on commit 10f41d4

Please sign in to comment.