From c49e1cedef09ee46f4c762a753e1de2275d45738 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 21 Dec 2021 20:09:41 -0800 Subject: [PATCH] add additional command in comment --- src/nmutil/lut.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nmutil/lut.py b/src/nmutil/lut.py index 49c19a8..0094bca 100644 --- a/src/nmutil/lut.py +++ b/src/nmutil/lut.py @@ -183,4 +183,5 @@ class TreeBitwiseLut(Elaboratable): # useful to see what is going on: +# python3 src/nmutil/test/test_lut.py # yosys <<<"read_ilang sim_test_out/__main__.TestBitwiseLut.test_tree/0.il; proc;;; show top" -- 2.30.2