Commit Graph

1859 Commits

Author SHA1 Message Date
James Cherry a23d5e5390 write_sdf -include_typ
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-08 16:49:43 -07:00
James Cherry 4235b43d42 set_max_delay -ignore_clock_latency, set_clock_latency, ideal clks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-08 15:58:31 -07:00
James Cherry 4b446de006 read_sdf rm pointless args
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-08 13:39:23 -07:00
James Cherry 29e68d9ba8 doc
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-07 14:02:33 -07:00
James Cherry 77ff5e70c5 comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-06 20:02:22 -07:00
James Cherry a7b02e49d1 remove find_timing command from global namespace
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-06 20:01:57 -07:00
James Cherry eced277fc6 sta_recovery_removal_checks_enabled
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-04 18:34:35 -07:00
James Cherry 65cb291233 latch dcalc with threads
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-11-04 10:30:23 -07:00
James Cherry b3b092a782 doc
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-31 15:40:21 -07:00
James Cherry 28bb1f0eec power ideal clock slews
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-28 08:38:23 -07:00
James Cherry 28ce2c1d45 power ideal clock slews
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-27 18:50:43 -07:00
James Cherry cd593bb88f comopile warning
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-26 07:46:35 -07:00
James Cherry db871138a0 set_max_fanout applies to input ports
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-23 09:34:16 -07:00
James Cherry d5555f7f76 read_spef -corner
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-22 17:05:56 -07:00
James Cherry b405ef2a6b InputDrive::driveCell init from/to_port return values
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-22 15:45:18 -07:00
James Cherry 5e506940a7 report_check_types -max_capacitance respect set_driving_cell cap limit
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-22 12:05:45 -07:00
James Cherry 50866cfaf5 report_check_types -max_slew respect set_driving_cell slew limit
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-22 11:50:33 -07:00
James Cherry 17bd47049d report_check_types -max_fanout respect set_driving_cell fanout limit
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-22 10:51:20 -07:00
James Cherry e34a3465b1 GraphDelayCalc1::findVertexDelay handle root vertices
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-21 12:32:20 -07:00
James Cherry 1b5bf2c9ff comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-13 22:36:44 -07:00
James Cherry f6c6a82546 const
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-13 18:04:18 -07:00
James Cherry 1c88a1a8d4 read_spef dspef delete reduced parasitics
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-10 15:03:27 -07:00
James Cherry bdc07bb6a3 readme remove docker refs
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-10 09:56:49 -07:00
James Cherry adda260c8a LibertyParse ignore shift/reduce
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-09 08:18:27 -07:00
James Cherry 46a835a581 write_verilog assigns for nets with multiple output ports
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-08 10:51:05 -07:00
James Cherry 83f58d320f doc
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-08 08:13:40 -07:00
James Cherry 69c16cce7f report_clock_min_period ignore mcp/path delays
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-08 08:09:28 -07:00
James Cherry 401f4a283e ConcreteLibrary::busBrktLeft/Right const
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-06 16:55:43 -07:00
James Cherry 72dece4117 report_clock_min_period
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-10-04 17:49:19 -07:00
James Cherry 26ada326ce Graph::deleteArrivals/deleteRequireds array table lock
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-22 11:22:40 -07:00
James Cherry 24e5b5bed2 Merge branch 'master' into gc_arrivals 2021-09-17 19:35:59 -07:00
James Cherry d25f6878a2 separate array tables for arrivals and requireds
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-17 16:19:24 -07:00
James Cherry 2e89d12078 reclaim destroyed arrival arrays
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-17 15:42:07 -07:00
James Cherry 85f437bc59 verilog black box ports unknown/loads
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-17 08:35:45 -07:00
James Cherry 41706e0db6 bulletproofing against incremental updates with missing liberty
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-16 21:35:52 -07:00
James Cherry b06e72d61f deleteRequireds count arg
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-16 16:18:55 -07:00
James Cherry 66a9e25979 separate arrival/required arrays
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-09-16 14:31:35 -07:00
James Cherry 5a765a7606 cudd compilation
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-22 17:01:46 -07:00
James Cherry 289f2f2f2a report_clock_skew with no clocks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-18 18:52:59 -07:00
James Cherry 38a097f8a7 cycle accting for negative clock edge
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-18 12:30:05 -07:00
James Cherry 243d88292f create_clock allow negative waveform time
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-16 12:18:10 -07:00
James Cherry 4016dec51f write_sdc set_logic_zero typo
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-16 12:17:48 -07:00
James Cherry 65feb976a5 create_clock waveform checks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-14 14:54:49 -07:00
James Cherry 21ec025dab NetworkReader::deleteLibrary
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-13 08:37:42 -07:00
James Cherry 723fb68e38 missing include <functional>
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-12 19:52:50 -07:00
James Cherry 9495f5b793 groupPorts port_is_big_endian -> port_msb_first
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-12 17:46:02 -07:00
James Cherry 0c2255beee groupBusPorts callback for endedness
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-12 15:50:25 -07:00
James Cherry 598842f4a7 Sta::isPropagatedClock
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-06 10:33:16 -07:00
James Cherry be0d78b145 Parasitics::deleteParasiticNetworks
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-08-05 14:05:52 -07:00
James Cherry 866a434021 Sta::makeInstanceAfter make vertices instead of in connectPinAfter
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2021-07-29 16:48:23 -06:00