mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 18:05:24 +00:00
The current firrtl backend emits blackboxes as standard modules with an empty body, but this causes the firrtl compiler to optimize out entire circuits due to the absence of any drivers. Yosys already tags blackboxes with a (*blackbox*) attribute, so this commit just propagates this change to firrtl's syntax for blackboxes. |
||
---|---|---|
.. | ||
.gitignore | ||
firrtl.cc | ||
Makefile.inc | ||
test.sh | ||
test.v |