mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
a long-standing error (introduced with the "extresist geometry" option) that can cause nets not to be extracted (due to the first record not having extraction data, which was itself a long-standing error in the code but which was not fixed correctly); (2) handle "device mosfet" type transistors (previously only handled the old "fet" type extraction devices); and (3) correct for the res.ext file having a different scalefactor relative to the .ext file. The latter item was solved by forcing all input to scale like ExtCurStyle->exts_unitsPerLambda, locally correcting all input as needed. Note that extresist still needs to handle other extraction devices (e.g., resistors and capacitors) but those will require additional handling in the routines which analyze the current path to determine how to break up wires into paths.
37 lines
2.2 KiB
Plaintext
37 lines
2.2 KiB
Plaintext
EFargs.o: EFargs.c ../utils/magic.h ../utils/paths.h ../utils/geometry.h \
|
|
../utils/hash.h ../utils/utils.h ../utils/malloc.h ../utils/pathvisit.h \
|
|
../extflat/extflat.h ../extflat/EFint.h
|
|
EFbuild.o: EFbuild.c ../utils/magic.h ../utils/geometry.h ../utils/hash.h \
|
|
../utils/utils.h ../utils/malloc.h ../extflat/extflat.h \
|
|
../extflat/EFint.h ../extract/extract.h
|
|
EFdef.o: EFdef.c ../utils/magic.h ../utils/geometry.h ../utils/hash.h \
|
|
../utils/utils.h ../utils/malloc.h ../extflat/extflat.h \
|
|
../extflat/EFint.h
|
|
EFerr.o: EFerr.c ../utils/magic.h ../utils/geometry.h ../textio/textio.h
|
|
EFflat.o: EFflat.c ../utils/magic.h ../utils/geometry.h \
|
|
../utils/geofast.h ../utils/hash.h ../utils/malloc.h ../utils/utils.h \
|
|
../extflat/extflat.h ../extflat/EFint.h
|
|
EFhier.o: EFhier.c ../utils/magic.h ../utils/geometry.h \
|
|
../utils/geofast.h ../utils/hash.h ../utils/malloc.h ../utils/utils.h \
|
|
../extflat/extflat.h ../extflat/EFint.h
|
|
EFname.o: EFname.c ../tcltk/tclmagic.h ../utils/magic.h \
|
|
../utils/geometry.h ../utils/geofast.h ../utils/hash.h ../utils/malloc.h \
|
|
../utils/utils.h ../extflat/extflat.h ../extflat/EFint.h
|
|
EFread.o: EFread.c ../tcltk/tclmagic.h ../utils/magic.h ../utils/malloc.h \
|
|
../utils/geometry.h ../utils/hash.h ../utils/utils.h ../tiles/tile.h \
|
|
../commands/commands.h ../windows/windows.h ../database/database.h \
|
|
../extflat/extflat.h ../extflat/EFint.h ../extract/extract.h \
|
|
../extract/extractInt.h ../extract/extDebugInt.h ../utils/paths.h
|
|
EFsym.o: EFsym.c ../utils/magic.h ../utils/geometry.h ../utils/geofast.h \
|
|
../utils/hash.h ../utils/malloc.h ../utils/utils.h ../extflat/extflat.h \
|
|
../extflat/EFint.h
|
|
EFvisit.o: EFvisit.c ../utils/magic.h ../utils/geometry.h \
|
|
../utils/geofast.h ../utils/hash.h ../utils/malloc.h ../utils/utils.h \
|
|
../extflat/extflat.h ../extflat/EFint.h ../extract/extract.h
|
|
EFantenna.o: EFantenna.c ../tcltk/tclmagic.h ../utils/magic.h \
|
|
../utils/geometry.h ../utils/hash.h ../utils/utils.h ../utils/styles.h \
|
|
../tiles/tile.h ../database/database.h ../windows/windows.h \
|
|
../textio/textio.h ../dbwind/dbwind.h ../textio/txcommands.h \
|
|
../extflat/extflat.h ../extract/extract.h ../extract/extractInt.h \
|
|
../extract/extDebugInt.h ../utils/malloc.h
|