From: lkcl Date: Sun, 10 Oct 2021 13:04:34 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3661 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53cc257b4520037b0c9fa53699d5660099d8acd0;p=libreriscv.git --- diff --git a/docs/learning_nmigen.mdwn b/docs/learning_nmigen.mdwn index 1558f76d7..82b8e9c2e 100644 --- a/docs/learning_nmigen.mdwn +++ b/docs/learning_nmigen.mdwn @@ -32,9 +32,9 @@ nMigen code for counter and testbench here: read_verilog up_counter.v yosys> show Outside of Yosys, commands for diagram (SVG format for static images also supported): - $xdot ~/.yosys_show.dot - $dot ~/.yosys_show.dot -Tpng -o up_counter.png + $ xdot ~/.yosys_show.dot + $ dot ~/.yosys_show.dot -Tpng -o up_counter.png Here's a sight to behold: [[!img nmigen_verilog_tb.png size="600x"]] -Now you can improve your understanding with the nMigen, verilog, and block diagram views side-by-side! \ No newline at end of file +Now you can improve your understanding with the nMigen, verilog, and block diagram views side-by-side!