summaryrefslogtreecommitdiff
path: root/backends/table/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'backends/table/table.cc')
-rw-r--r--backends/table/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/table/table.cc b/backends/table/table.cc
index b75169ea..796f1805 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);