From 53cc257b4520037b0c9fa53699d5660099d8acd0 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 10 Oct 2021 14:04:34 +0100 Subject: [PATCH] --- docs/learning_nmigen.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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! -- 2.30.2