..
Depend
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
Makefile
Added new handling for verilog structural netlists, and fixed
2018-04-12 17:09:10 -04:00
actel.c
Overhaul of the hash table method. Original method used global
2016-06-23 10:13:18 -04:00
actellib.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
anneal.c
Removed all instances of macro INLINE, as this is showing up now
2016-10-24 13:42:08 -04:00
bottomup.c
Removed all instances of macro INLINE, as this is showing up now
2016-10-24 13:42:08 -04:00
ccode.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
config.h
Removed all instances of macro INLINE, as this is showing up now
2016-10-24 13:42:08 -04:00
dbug.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
embed.c
Corrected missing tcl.h includes, which are needed in files that
2018-06-17 15:05:15 -04:00
embed.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
ext.c
Updated version to go along with the merge of pull request #39
2021-11-17 12:05:01 -05:00
flatten.c
Corrected an issue with "flatten": If a cell has disconnected ports,
2022-10-25 20:14:44 -04:00
flatten.h
Made a correction to the last commit. The "FlattenUnmatched()"
2021-12-17 20:31:41 -05:00
greedy.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
hash.c
Updated version to go along with the merge of pull request #39
2021-11-17 12:05:01 -05:00
hash.h
Updated version to go along with the merge of pull request #39
2021-11-17 12:05:01 -05:00
inetcomp.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
netcmp.c
Fixed an error that prints bogus property mismatch errors when
2022-10-31 17:32:15 -04:00
netcmp.h
Corrected the last commit (again) because FlattenUnmatched()
2021-12-19 16:25:32 -05:00
netfile.c
Extended the verilog parsing to parse definitions such that nested
2022-04-14 22:33:58 -04:00
netfile.h
Corrected the routines DescendCountQueue and DescendCompareQueue
2020-07-24 20:50:07 -04:00
netgen.c
Modified the parallel combination code so that properties of
2022-01-15 12:06:43 -05:00
netgen.h
revert removal of superfluous 'extern'
2021-11-17 11:53:04 -05:00
ntk.c
Corrected missing tcl.h includes, which are needed in files that
2018-06-17 15:05:15 -04:00
objlist.c
Corrected a problem that is very similar to the last issue, which
2022-10-29 11:43:01 -04:00
objlist.h
revert removal of superfluous 'extern'
2021-11-17 11:53:04 -05:00
pdutils.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
pdutils.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
place.c
Corrected problems with the port count routine not being specified
2020-10-07 21:32:07 -04:00
print.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
print.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
proto.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
query.c
Modified two print statements to change "%s(%d)" to "%s (%d)" as
2021-12-31 13:30:13 -05:00
query.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
random.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
regexp.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
spice.c
Made minor changes to MatchPins() to handle multiple pins connected
2022-06-12 17:25:37 -04:00
tech.h
revert removal of superfluous 'extern'
2021-11-17 11:53:04 -05:00
test.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
timing.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
timing.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
verilog.c
Yesterday's commit surfaced two errors in series; this fixes the
2022-06-27 20:35:30 -04:00
wombat.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
xilinx.c
fix wrong 'hash' being linked in + C99 compat
2021-11-16 20:06:15 -05:00
xilinx.h
revert removal of superfluous 'extern'
2021-11-17 11:53:04 -05:00
xillib.c
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00
xnetgen.c
Fixed a bug in the combine routine that causes a segfault; added
2017-01-07 06:56:51 -05:00
xnetgen.h
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00