Commit Graph

1698 Commits

Author SHA1 Message Date
Matt Liberty e45bc835f9 Remove the footprint check from equivCells
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
2024-09-12 22:07:58 +00:00
Akash Levy 624549036d Small in-code comment 2024-09-12 11:05:34 -07:00
Akash Levy 13e1dd395a Update docs and make tests self-descriptive 2024-09-12 11:02:12 -07:00
Akash Levy f77647a3e8 Smallfix to get tests consistently passing in regression 2024-09-09 20:16:26 -07:00
James Cherry bd13bc409e
Merge pull request #83 from AcKoucher/footprint-support
add cell footprint support & add it to equiv check
2024-09-06 14:41:58 -07:00
Arthur Koucher 2de024f6e8 return nullptr rather than empty string
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
2024-09-06 11:44:17 -03:00
James Cherry 3fb703b4b1 issue82 hierarchical spef annotation
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-09-05 16:21:07 -07:00
Arthur Koucher c0cf80ef56 keep footprint string inside its cell
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
2024-09-04 18:17:47 -03:00
Arthur Koucher 253b6bf458 add cell footprint support
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
2024-09-03 19:02:55 -03:00
James Cherry 66d0914e4c set_false_path -through genclk src pin
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-25 19:05:34 -05:00
Akash Levy 5120bb98e1 Allow boolean attributes to be used in `get_* -filter` expressions without comparison 2024-08-19 15:02:42 -07:00
James Cherry f54ab5b170 prima thread safety
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-17 11:39:47 -07:00
James Cherry b51885aa37 TmpString use thread_local instead of lock
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-17 11:11:53 -07:00
James Cherry cb6922d743 use std::string instead of stringPrint
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-16 17:09:58 -07:00
James Cherry 61a607c68b Network::findInstPinsHierMatching speedup
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-16 16:50:57 -07:00
James Cherry e8a6ebe512
Merge pull request #72 from akashlevy/master
Add property-based filtering (`-filter` keyword arg) on all SDC `get_*` commands (+ DRY refactor)
2024-08-13 12:23:56 -07:00
Akash Levy 582b419fbc Use same error code for all -filter errors 2024-08-12 21:27:17 -07:00
Akash Levy 677a905bd3 Updating FindMessages.tcl to support `filter_objs` expressions (and update `messages.txt`) 2024-08-12 21:17:17 -07:00
Akash Levy 93005762b3 Use asap7_small lib for speed 2024-08-12 20:50:21 -07:00
Akash Levy ed1bab9d6c
Merge branch 'parallaxsw:master' into master 2024-08-12 20:45:29 -07:00
James Cherry b59b963c6a test/asap7_small.lib.gz
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-12 20:32:42 -07:00
Akash Levy 6bfe592d87 Revisions 2024-08-12 20:16:49 -07:00
James Cherry 17ed0004dd FindMessages.tcl
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-12 20:10:31 -07:00
Akash Levy cb25744829 Smallfix 2024-08-12 20:06:44 -07:00
Akash Levy 63520cf975 Smallfix to error codes 2024-08-12 19:44:46 -07:00
Akash Levy 175f68584f Revisions based on feedback 2024-08-12 19:40:49 -07:00
Akash Levy 0d43ef1ce1
Merge branch 'parallaxsw:master' into master 2024-08-12 19:34:47 -07:00
James Cherry 008873617e
Merge pull request #75 from akashlevy/ubuntu_docker_update
Update `Dockerfile.ubuntu_18.04` and remove `filesystem` dependence completely in `Main.cc`
2024-08-12 11:15:25 -07:00
James Cherry 754dc6255e tclreadline cmake
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-12 10:36:29 -07:00
Akash Levy bca45cf487 Update `Dockerfile.ubuntu_18.04` and remove `filesystem` dependence completely in `Main.cc` 2024-08-12 05:21:53 -07:00
Akash Levy dd897a4f02 Remove redundant tcl type 2024-08-12 04:23:25 -07:00
Akash Levy 7baa93c6e5 Update docs 2024-08-12 04:16:42 -07:00
Akash Levy 992b3d1703 Add tests and fixes to get tests passing 2024-08-12 04:08:19 -07:00
Akash Levy 2b45e5861d Add tcl types (+ smallfixes) 2024-08-11 23:44:07 -07:00
Akash Levy acd43bdd8a Update Sdc.i 2024-08-11 23:11:21 -07:00
Akash Levy b484abc622 First cut of -filter for all SDC objects 2024-08-11 22:02:05 -07:00
James Cherry 81c68379a3 liberty delay_model default to table_lookup
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-10 17:17:19 -07:00
James Cherry 7091c00b1d liberty statetable auto dcl internal pins
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-10 07:59:06 -07:00
James Cherry 5261a2a91b liberty min_pulse_width missing related_pin
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-09 15:40:21 -07:00
James Cherry 9d259796ca cudd usage memory leak
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-09 14:02:25 -07:00
James Cherry 4dc3e0de4a
Merge pull request #67 from akashlevy/master
CentOS/RHEL 7 Dockerfile
2024-08-09 11:18:48 -07:00
Akash Levy 908daabfc9
Merge branch 'parallaxsw:master' into master 2024-08-09 09:28:31 -07:00
Akash Levy 7dbb5a2b73 Update Dockerfile suffix 2024-08-09 09:28:06 -07:00
James Cherry 8c9959a44c Search::makePathGroups public
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-07 13:37:08 -07:00
James Cherry 32830ef558 Search::makePathGroups set path_groups_
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-07 12:53:11 -07:00
James Cherry 4777bce77e issue66 followup
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-07 12:46:44 -07:00
James Cherry d37810bf60 exception -through net/exception -through pin seg fault
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-07 12:27:32 -07:00
James Cherry c366eda020 BfsIterator::remove
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-08-07 12:12:46 -07:00
Akash Levy d9b597f407 Remove filesystem linked lib 2024-08-05 17:32:38 -07:00
Akash Levy 692d996991
Merge branch 'parallaxsw:master' into master 2024-08-05 17:32:07 -07:00