3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-23 02:19:47 +00:00

Remove pmgen related users of log_id

This commit is contained in:
Miodrag Milanovic 2026-05-14 17:28:10 +02:00
parent 4a7878b17f
commit 965a3e67f0
5 changed files with 40 additions and 40 deletions

View file

@ -34,8 +34,8 @@ for the pattern`<pattern_name>` and calls the callback function for each found
match:
pm.run_foobar([&](){
log("found matching 'foo' cell: %s\n", log_id(pm.st.foo));
log(" with 'bar' cell: %s\n", log_id(pm.st.bar));
log("found matching 'foo' cell: %s\n", pm.st.foo);
log(" with 'bar' cell: %s\n", pm.st.bar);
});
The `.pmg` file declares matcher state variables that are accessible via the