Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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