Commit Graph

128 Commits

Author SHA1 Message Date
Tim Edwards e4d13dd21f Merge branch 'master' into work 2015-10-09 12:42:21 -04:00
Tim Edwards 54a594c5fc Update at Fri Oct 9 12:42:07 EDT 2015 by tim 2015-10-09 12:42:11 -04:00
Tim Edwards 8090652006 Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
Tim Edwards c2b34e433e Corrected an error in the name-matching of cells. This
comparison would look for matching names from the "equate
classes" command.  However, it failed to do the reverse
check, which is to make sure that if no forced match was
found for a cell, but there was a name match, that the
name-matched cell found is not being forcibly matched to
something else.
2015-09-29 22:39:16 -04:00
Tim Edwards 99dee832e4 Corrected an error in which renamed cells do not recalculate
the classhash value based on the new name, so they will be
treated as equal to the old cell despite the different name.
2015-09-29 22:10:31 -04:00
Tim Edwards 6779b270b1 Merge branch 'master' into work 2015-09-29 21:51:05 -04:00
Tim Edwards aa40ae4814 Update at Tue Sep 29 21:51:04 EDT 2015 by tim 2015-09-29 21:51:05 -04:00
Tim Edwards d499854aed Corrected syntax information for the "equate" command, and added
output text for the "flatten" command when called as a netgen
command (as opposed to being called internally to LVS).
2015-09-29 21:49:55 -04:00
Tim Edwards fa90198826 Merge branch 'master' into work 2015-09-24 08:26:50 -04:00
Tim Edwards 9837884615 Update at Thu Sep 24 08:26:50 EDT 2015 by tim 2015-09-24 08:26:50 -04:00
Tim Edwards 10664689f5 Modified the name-checking when creating compare queues, such
that matches explicitly called out in the setup file using
"equate classes" will take precedence over same-name matching,
instead of the other way around.
2015-09-24 08:25:48 -04:00
Tim Edwards b743fa2ccc Corrected an apparently non-functional call to feof(); random
end-of-file will now properly terminate instead of re-reading
the same line.
2015-08-31 10:04:20 -04:00
Tim Edwards 14e5a86a02 Merge branch 'master' into work 2015-08-31 09:34:21 -04:00
Tim Edwards 5b7bf42ca6 Update at Mon Aug 31 09:34:21 EDT 2015 by tim 2015-08-31 09:34:21 -04:00
Tim Edwards 4b7c06101c Modified the detection of subcircuits such that it does not flag
false errors about missing .ENDS statements on the top-level
cell at EOF.
2015-08-31 09:33:31 -04:00
Tim Edwards bf758a9eb0 Merge branch 'master' into work 2015-08-21 08:36:17 -04:00
Tim Edwards 749556aa7f Update at Fri Aug 21 08:36:17 EDT 2015 by tim 2015-08-21 08:36:17 -04:00
Tim Edwards bfbeccb84b Added handling for missing ".ends" statement at EOF on a SPICE
netlist.
2015-08-21 08:35:51 -04:00
Tim Edwards 52b40f6a49 Changed output behavior to print a "not checked" message when a
cell has no elements and therefore cannot be checked.  This
message is only printed if "verify only" is used, preventing
the message from being output several times.  Switched from
"stderr" to "stdout", so that it appears after "Result:" in the
output, instead of before.
2015-08-20 22:30:44 -04:00
Tim Edwards 62850b41e6 Merge branch 'master' into work 2015-08-20 22:13:40 -04:00
Tim Edwards 44a54e40a2 Update at Thu Aug 20 22:13:39 EDT 2015 by tim 2015-08-20 22:13:40 -04:00
Tim Edwards edc9f227b1 Corrected an infinite loop caused by lack of a return character
after ".ends" (seems to be unique to that situation).  Also,
corrected a segfault caused by a cell definition containing
only components that are uninstantiated subcircuits (recently
added code makes references to CurrentCell without checking if
it exists).
2015-08-20 22:11:58 -04:00
Tim Edwards 495d735a1b Merge branch 'master' into work 2015-08-10 12:08:24 -04:00
Tim Edwards aff2ddc775 Update at Mon Aug 10 12:08:23 EDT 2015 by tim 2015-08-10 12:08:23 -04:00
Tim Edwards a90e848f75 Added capability to handle single and double quotes in expressions
for parameters.
2015-08-10 12:08:05 -04:00
Tim Edwards 91f5338d3a Did the same thing for the reverse case. 2015-08-09 21:46:45 -04:00
Tim Edwards 462fec2897 Added simple code to avoid printing confusing entry when one
cell has no pins and the other does;  the output was adding an
entry attempting to match the "(no pins)" proxy pin.
2015-08-09 21:38:26 -04:00
Tim Edwards d5e9f81cb0 Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00