Skip to content

Commit

Permalink
Fix broken link to RTLIL documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei authored and whitequark committed Aug 1, 2024
1 parent 503df5b commit 2ff1cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function AppContent() {
</li>
<li>
<code>amaranth_playground.show_rtlil(rtlil.convert(m))</code> displays <Link
href="https://yosyshq.readthedocs.io/projects/yosys/en/latest/CHAPTER_Overview.html#the-rtl-intermediate-language-rtlil"
href="https://yosyshq.readthedocs.io/projects/yosys/en/latest/yosys_internals/formats/rtlil_rep.html"
>RTLIL code</Link>, the <Link href="https://yosyshq.net">Yosys</Link> intermediate
representation. This code is accepted by the open-source FPGA toolchain, and is used
internally by the Amaranth compiler to produce Verilog code. Unless you are investigating
Expand Down

0 comments on commit 2ff1cc7

Please sign in to comment.