diff options
Diffstat (limited to 'backends/table/table.cc')
-rw-r--r-- | backends/table/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/table/table.cc b/backends/table/table.cc index b75169ea4..796f18059 100644 --- a/backends/table/table.cc +++ b/backends/table/table.cc @@ -67,7 +67,7 @@ struct TableBackend : public Backend { for (auto module : design->modules()) { - if (module->get_bool_attribute("\\blackbox")) + if (module->get_blackbox_attribute()) continue; SigMap sigmap(module); |