We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89798b commit 2cff8a6Copy full SHA for 2cff8a6
flow/scripts/synth_preamble.tcl
@@ -114,6 +114,7 @@ proc convert_liberty_areas {} {
114
# find a reference nand2 gate
115
set found_cell ""
116
set found_cell_area ""
117
+ # iterate over all cells with a nand2 signature
118
foreach cell [tee -q -s result.string select -list-mod =*/a:lut=4'b0111 %m] {
119
if {! [rtlil::has_attr -mod $cell area]} {
120
puts "Cell $cell missing area information"
0 commit comments