aboutsummaryrefslogtreecommitdiffstats
path: root/backends/intersynth/intersynth.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-20 17:24:06 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-20 17:24:06 -0700
commit9dc11cd842952deca8e826b662f4565e2b52bd1d (patch)
tree6caa919ebcb4618581d8dce4a43f98dbe585bda8 /backends/intersynth/intersynth.cc
parentb25254020c7edc9e4d3fb2a24be5f029a09a1ee0 (diff)
parentf84a84e3f1a27b361c21fcd30fcf50c1a6586629 (diff)
downloadyosys-9dc11cd842952deca8e826b662f4565e2b52bd1d.tar.gz
yosys-9dc11cd842952deca8e826b662f4565e2b52bd1d.tar.bz2
yosys-9dc11cd842952deca8e826b662f4565e2b52bd1d.zip
Merge remote-tracking branch 'origin/master' into xc7srl
Diffstat (limited to 'backends/intersynth/intersynth.cc')
-rw-r--r--backends/intersynth/intersynth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intersynth/intersynth.cc b/backends/intersynth/intersynth.cc
index 2eb08dbe9..b0e3cd252 100644
--- a/backends/intersynth/intersynth.cc
+++ b/backends/intersynth/intersynth.cc
@@ -127,7 +127,7 @@ struct IntersynthBackend : public Backend {
RTLIL::Module *module = module_it.second;
SigMap sigmap(module);
- if (module->get_bool_attribute("\\blackbox"))
+ if (module->get_blackbox_attribute())
continue;
if (module->memories.size() == 0 && module->processes.size() == 0 && module->cells_.size() == 0)
continue;