manual: Fix a custom pass example.

Fixes #3156.
This commit is contained in:
Marcelina Kościelnicka 2022-01-27 23:26:43 +01:00
parent 1759c80a3f
commit 0e97c3fd74
1 changed files with 1 additions and 1 deletions

View 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