This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "Hello, world\n"; |