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:
parent
4a7878b17f
commit
965a3e67f0
5 changed files with 40 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue