<#1838 Redundant verilog blackbox options> Issue c...
# openlane-development
g
#1838 Redundant verilog blackbox options Issue created by mguthaus Description To flag a Verilog module as blackbox, you need two things: 1. specify it in
VERILOG_FILES_BLACKBOX
2. add a comment of
/// sta-blackbox
These seem redundant. Why not either blackbox all the files in the TCL list or look for the comment in all Verilog files? Expected Behavior Use either
VERILOG_FILES_BLACKBOX
or
sta-blackbox
but not both. Environment report
Copy code
Not relevant
Reproduction material N/A Relevant log output
Copy code
N/A
The-OpenROAD-Project/OpenLane