manual: Fix a custom pass example.
authorMarcelina Kościelnicka <mwk@0x04.net>
Thu, 27 Jan 2022 22:26:43 +0000 (23:26 +0100)
committerMarcelina Kościelnicka <mwk@0x04.net>
Thu, 27 Jan 2022 22:27:45 +0000 (23:27 +0100)
Fixes #3156.

manual/PRESENTATION_Prog/Makefile

index 7e3cf814b449621cf0fcdc486f7ceeb91b541d9b..2ac8e5bed9ff3ff5fc3f53d5ee18ffb8352bc30c 100644 (file)
@@ -16,6 +16,6 @@ test1.log: my_cmd.so
        mv test1.log_new test1.log
 
 test2.log: my_cmd.so
-       ../../yosys -Ql test2.log_new -m ./my_cmd.so -p 'test2' sigmap_test.v
+       ../../yosys -Ql test2.log_new -m ./my_cmd.so -p 'hierarchy -top test; test2' sigmap_test.v
        mv test2.log_new test2.log