Skip to content

Commit 2cff8a6

Browse files
committed
synth: Add comment about nand2 lut
Signed-off-by: Martin Povišer <[email protected]>
1 parent e89798b commit 2cff8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/synth_preamble.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ proc convert_liberty_areas {} {
114114
# find a reference nand2 gate
115115
set found_cell ""
116116
set found_cell_area ""
117+
# iterate over all cells with a nand2 signature
117118
foreach cell [tee -q -s result.string select -list-mod =*/a:lut=4'b0111 %m] {
118119
if {! [rtlil::has_attr -mod $cell area]} {
119120
puts "Cell $cell missing area information"

0 commit comments

Comments
 (0)