Skip to content

Instantly share code, notes, and snippets.

Test Summary Report
-------------------
t/spec/S17-lowlevel/lock.rakudo.moar (Wstat: 11 Tests: 7 Failed: 1)
Failed test: 7
Non-zero wait status: 11
Parse errors: Bad plan. You planned 8 tests but ran 7.
t/spec/S32-io/IO-Socket-Async.rakudo.moar (Wstat: 65280 Tests: 5 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 6 tests but ran 5.
t/spec/S32-io/IO-Socket-INET.t (Wstat: 65280 Tests: 37 Failed: 0)
# The only way I have found so far to get all hard_macro cells in DC.
# Sucks that there isn't an "is_hard_macro" attribute like there is in ICC :(
# The area of 200 is arbitrary. YMMV
set all_hard_macros [get_cells * -hierarchical -filter {is_hierarchical==false && area > 200}]
# Tags: Synopsys, Design Compiler, DC, Tcl, get_cells, macro cells
print "Hello, world\n";