update to atlc-4.6.0

Many many improvements and bug fixes since the last packaged
release.  A partial list is:

atlc should no longer fail any test on a multi-processor
system configured with --with-threads. The algorithm used
for both single processor and multiple processor (i.e.
threaded code is the same).

The -t option to atlc, which sets the number of threads
when configured for multiple processors can be set to 0
to use entirely the single-threaded algorithm. If set to
one, it will use the multi-threaded algoritm, but use
only one thread. If set to some other number, it will use
that number of threads and be optimal for the same number
of cpus.

Added some support for gathering hardware data under Linux.

Removed MPI support, as its not working at all.

Changes made to the code to remove the need for a type long long,
which should make the code more portable.

Some changes have been made to the bests so that when
the benchmark runs it should not produce junk for
the hardware information on any system. Previosly
is could create a lot of junk, that was all wrong.

uname is now only called once from try_portable.c
and the splatform specific stuff computed elsewhere

atlc now runs on anything from a toy to a supercomuter! Yes, that is
right. An early version of atlc has been run on a Sony Playstation 2
games console and version 4.4.0 has been tested on the Cray Y-MP
supercomputer!! It has also been run on a very large number of other
UNIX systems, so is hopefully very portable.

An option that was previously reccommended --enable-hardware-info
has been removed. It is now enabled by default, but can be
over-ridden with --disable-hardware-info.


Added a system call to get the number of configured
processors online in Linux. This seems to be undocumented
so it not without its risks, but it seems to work okay on the
limited number of systems tested on.

Someone has done a Windoze port of atlc. Appently it took just 5
minutes, from start to finish. A single bug was found that prevented
atlc compiling, but that was fixed - it needed a left brace removed.
This had never been seen on a UNIX system, since the offending code
was between a couple of #define's.

It has been bought to my attention that bitmaps created with Photoshop
prior to version 7.01 could not be read by atlc. This was not a
fault of Photoshop, but of atlc, so that bug has been fixed.

NEWS for realease 4.6.0  Nobember 2003.

This is a very different from the last release (4.5.1) in
two very important ways.

1) The basic accuracy for single dielectrics has been improved.
Now typical errors are only around 0.1%

2) I have re-enabled the calculation of multiple dielectrics
which were disabled due to accuracy concerns. I'm still not
100% happy with the algorithms, but on tests with a dual
coaxial cable with two dielectrics shows errors of under 2%,
I hope to improve this further at a later date.
This commit is contained in:
dmcmahill 2004-11-27 20:49:24 +00:00
parent a79b334e84
commit 5ebe1b673c
3 changed files with 464 additions and 58 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:12 tv Exp $
# $NetBSD: Makefile,v 1.7 2004/11/27 20:49:24 dmcmahill Exp $
#
DISTNAME= atlc-4.2.10
PKGREVISION= 1
DISTNAME= atlc-4.6.0
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atlc/}

View file

@ -1,53 +1,416 @@
@comment $NetBSD: PLIST,v 1.2 2003/02/01 15:16:24 dmcmahill Exp $
@comment $NetBSD: PLIST,v 1.3 2004/11/27 20:49:24 dmcmahill Exp $
bin/atlc
bin/coax
bin/create_any_bitmap
bin/create_bmp_for_circ_in_circ
bin/create_bmp_for_circ_in_rect
bin/create_bmp_for_microstrip_coupler
bin/create_bmp_for_rect_cen_in_rect
bin/create_bmp_for_rect_cen_in_rect_coupler
bin/create_bmp_for_rect_in_circ
bin/create_bmp_for_rect_in_rect
bin/create_bmp_for_stripline_coupler
bin/create_bmp_for_symmmetrical_stripline
bin/create_bmp_for_symmetrical_stripline
bin/design_coupler
bin/dualcoax
bin/find_optimal_dimensions_for_microstrip_coupler
bin/mycksum
bin/locatediff
bin/myfilelength
bin/mymd5sum
bin/readbin
man/man1/atlc.1
man/man1/coax.1
man/man1/create_bmp_for_circ_in_circ.1
man/man1/create_bmp_for_circ_in_rect.1
man/man1/create_bmp_for_microstrip_coupler.1
man/man1/create_bmp_for_rect_cen_in_rect.1
man/man1/create_bmp_for_rect_cen_in_rect_coupler.1
man/man1/create_bmp_for_rect_in_circ.1
man/man1/create_bmp_for_rect_in_rect.1
man/man1/create_bmp_for_stripline_coupler.1
man/man1/create_bmp_for_symmetrical_stripline.1
man/man1/design_coupler.1
man/man1/dualcoax.1
man/man1/find_optimal_dimensions_for_microstrip_coupler.1
man/man1/readbin.1
share/examples/atlc/100-Ohm-201b.bmp
share/examples/atlc/100-Ohm-401b.bmp
share/examples/atlc/13inner_22outer_coax.bmp
share/examples/atlc/13inner_22outer_coax.bmp.txt
share/examples/atlc/200-Ohm-201b.bmp
share/examples/atlc/200-Ohm-401b.bmp
share/examples/atlc/200-Ohm-801b.bmp
share/examples/atlc/25-Ohm-201b.bmp
share/examples/atlc/25-Ohm-401b.bmp
share/examples/atlc/50-Ohm-201b.bmp
share/examples/atlc/50-Ohm-401b.bmp
man/man1/sysdata.1
share/atlc/docs/html-docs/FAQ.html
share/atlc/docs/html-docs/IMPORTANT.html
share/atlc/docs/html-docs/accuracy.html
share/atlc/docs/html-docs/an_example_of_using_design_coupler.html
share/atlc/docs/html-docs/atlc.1.html
share/atlc/docs/html-docs/banner.html
share/atlc/docs/html-docs/bmp.html
share/atlc/docs/html-docs/building.html
share/atlc/docs/html-docs/calculate_zodd_and_zeven.html
share/atlc/docs/html-docs/colours.html
share/atlc/docs/html-docs/couplers.html
share/atlc/docs/html-docs/create_bmp_for_circ_in_circ.1.html
share/atlc/docs/html-docs/create_bmp_for_circ_in_rect.1.html
share/atlc/docs/html-docs/create_bmp_for_rect_cen_in_rect.1.html
share/atlc/docs/html-docs/create_bmp_for_rect_cen_in_rect_coupler.1
share/atlc/docs/html-docs/create_bmp_for_rect_in_circ.1.html
share/atlc/docs/html-docs/create_bmp_for_rect_in_rect.1.html
share/atlc/docs/html-docs/create_bmp_for_stripline_coupler.1.html
share/atlc/docs/html-docs/create_bmp_for_symmetrical_stripline.1.html
share/atlc/docs/html-docs/design_coupler.1.html
share/atlc/docs/html-docs/determine_dimensions_of_couplers.html
share/atlc/docs/html-docs/errors.html
share/atlc/docs/html-docs/examples.html
share/atlc/docs/html-docs/fileformat.html
share/atlc/docs/html-docs/generate_for_coupler.html
share/atlc/docs/html-docs/generators.html
share/atlc/docs/html-docs/index.html
share/atlc/docs/html-docs/index2.html
share/atlc/docs/html-docs/installing.html
share/atlc/docs/html-docs/jpgs/000000.jpg
share/atlc/docs/html-docs/jpgs/0000ff.jpg
share/atlc/docs/html-docs/jpgs/00ff00.jpg
share/atlc/docs/html-docs/jpgs/00ffff.jpg
share/atlc/docs/html-docs/jpgs/1aefb3.jpg
share/atlc/docs/html-docs/jpgs/3dcoup.jpg
share/atlc/docs/html-docs/jpgs/50.jpg
share/atlc/docs/html-docs/jpgs/696969.jpg
share/atlc/docs/html-docs/jpgs/8235ef.jpg
share/atlc/docs/html-docs/jpgs/8e8e8e.jpg
share/atlc/docs/html-docs/jpgs/aliased.jpg
share/atlc/docs/html-docs/jpgs/bc7f60.jpg
share/atlc/docs/html-docs/jpgs/bluefish.jpg
share/atlc/docs/html-docs/jpgs/central.jpg
share/atlc/docs/html-docs/jpgs/centred.jpg
share/atlc/docs/html-docs/jpgs/cir.jpg
share/atlc/docs/html-docs/jpgs/coax2.E.jpg
share/atlc/docs/html-docs/jpgs/coax2.Er.jpg
share/atlc/docs/html-docs/jpgs/coax2.Ex.jpg
share/atlc/docs/html-docs/jpgs/coax2.Ey.jpg
share/atlc/docs/html-docs/jpgs/coax2.U.jpg
share/atlc/docs/html-docs/jpgs/coax2.V.jpg
share/atlc/docs/html-docs/jpgs/coax2.jpg
share/atlc/docs/html-docs/jpgs/coaxial1.jpg
share/atlc/docs/html-docs/jpgs/cop1.jpg
share/atlc/docs/html-docs/jpgs/coupler.jpg
share/atlc/docs/html-docs/jpgs/coupler3.jpg
share/atlc/docs/html-docs/jpgs/coupler4.jpg
share/atlc/docs/html-docs/jpgs/coupler9.jpg
share/atlc/docs/html-docs/jpgs/d5a04d.jpg
share/atlc/docs/html-docs/jpgs/dcdcdc.jpg
share/atlc/docs/html-docs/jpgs/dff788.jpg
share/atlc/docs/html-docs/jpgs/eccentric_coax.jpg
share/atlc/docs/html-docs/jpgs/eccentric_coax2.jpg
share/atlc/docs/html-docs/jpgs/efcc1a.jpg
share/atlc/docs/html-docs/jpgs/elliptical.jpg
share/atlc/docs/html-docs/jpgs/enclosed-microstrip.jpg
share/atlc/docs/html-docs/jpgs/ff0000.jpg
share/atlc/docs/html-docs/jpgs/ff0001.jpg
share/atlc/docs/html-docs/jpgs/ff00ff.jpg
share/atlc/docs/html-docs/jpgs/ffcaca.jpg
share/atlc/docs/html-docs/jpgs/ffff00.jpg
share/atlc/docs/html-docs/jpgs/ffffff.jpg
share/atlc/docs/html-docs/jpgs/full-size.jpg
share/atlc/docs/html-docs/jpgs/home-email.jpg
share/atlc/docs/html-docs/jpgs/ms_coupler.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.E.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.Er.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.Ex.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.Ey.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.U.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.V.jpg
share/atlc/docs/html-docs/jpgs/multi-dielectric.jpg
share/atlc/docs/html-docs/jpgs/not-aliased.jpg
share/atlc/docs/html-docs/jpgs/off-centre.jpg
share/atlc/docs/html-docs/jpgs/off-centre2.jpg
share/atlc/docs/html-docs/jpgs/pcb.E.jpg
share/atlc/docs/html-docs/jpgs/pcb.Er.jpg
share/atlc/docs/html-docs/jpgs/pcb.Ex.jpg
share/atlc/docs/html-docs/jpgs/pcb.Ey.jpg
share/atlc/docs/html-docs/jpgs/pcb.U.jpg
share/atlc/docs/html-docs/jpgs/pcb.V.jpg
share/atlc/docs/html-docs/jpgs/pcb.jpg
share/atlc/docs/html-docs/jpgs/pcb2.jpg
share/atlc/docs/html-docs/jpgs/rect.jpg
share/atlc/docs/html-docs/jpgs/rect2.jpg
share/atlc/docs/html-docs/jpgs/rect9.jpg
share/atlc/docs/html-docs/jpgs/ric.jpg
share/atlc/docs/html-docs/jpgs/symmetrical_strip.jpg
share/atlc/docs/html-docs/jpgs/test.jpg
share/atlc/docs/html-docs/jpgs/too-small.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.E.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.Er.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.Ex.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.Ey.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.U.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.V.jpg
share/atlc/docs/html-docs/jpgs/twin-wire.jpg
share/atlc/docs/html-docs/jpgs/twin-wire2.E.jpg
share/atlc/docs/html-docs/jpgs/twin-wire2.jpg
share/atlc/docs/html-docs/jpgs/ushape.E.jpg
share/atlc/docs/html-docs/jpgs/ushape.Er.jpg
share/atlc/docs/html-docs/jpgs/ushape.Ex.jpg
share/atlc/docs/html-docs/jpgs/ushape.Ey.jpg
share/atlc/docs/html-docs/jpgs/ushape.U.jpg
share/atlc/docs/html-docs/jpgs/ushape.V.jpg
share/atlc/docs/html-docs/jpgs/ushape.jpg
share/atlc/docs/html-docs/jpgs/very-odd-dark.E.jpg
share/atlc/docs/html-docs/jpgs/very-odd-dark.Ex.jpg
share/atlc/docs/html-docs/jpgs/very-odd-dark.Ey.jpg
share/atlc/docs/html-docs/jpgs/very-odd-light.E.jpg
share/atlc/docs/html-docs/jpgs/very-odd-light.Ex.jpg
share/atlc/docs/html-docs/jpgs/very-odd-light.Ey.jpg
share/atlc/docs/html-docs/jpgs/very-odd.E.jpg
share/atlc/docs/html-docs/jpgs/very-odd.Er.jpg
share/atlc/docs/html-docs/jpgs/very-odd.Ex.jpg
share/atlc/docs/html-docs/jpgs/very-odd.Ey.jpg
share/atlc/docs/html-docs/jpgs/very-odd.U.jpg
share/atlc/docs/html-docs/jpgs/very-odd.V.jpg
share/atlc/docs/html-docs/jpgs/very-odd.jpg
share/atlc/docs/html-docs/jpgs/wide.jpg
share/atlc/docs/html-docs/make-check.html
share/atlc/docs/html-docs/man-pages.html
share/atlc/docs/html-docs/options.html
share/atlc/docs/html-docs/readbin.1.html
share/atlc/docs/html-docs/rect_in_rect.html
share/atlc/docs/html-docs/sysdata.1.html
share/atlc/docs/html-docs/theory.html
share/atlc/docs/html-docs/todo.html
share/atlc/docs/html-docs/tutorial.html
share/atlc/docs/html-docs/usage_design_coupler.html
share/atlc/docs/html-docs/valid-html40.gif
share/atlc/docs/qex_december_1996/ATLC.C
share/atlc/docs/qex_december_1996/README
share/atlc/docs/qex_december_1996/atlc.pdf
share/atlc/examples/100ohm-201h.bmp
share/atlc/examples/100ohm-201h.bmp.txt
share/atlc/examples/100ohm-401h.bmp
share/atlc/examples/100ohm-401h.bmp.txt
share/atlc/examples/100ohm-801h.bmp
share/atlc/examples/100ohm-801h.bmp.txt
share/atlc/examples/200ohm-201h.bmp
share/atlc/examples/200ohm-201h.bmp.txt
share/atlc/examples/200ohm-401h.bmp
share/atlc/examples/200ohm-401h.bmp.txt
share/atlc/examples/200ohm-801h.bmp
share/atlc/examples/200ohm-801h.bmp.txt
share/atlc/examples/25ohm-201h.E.bmp
share/atlc/examples/25ohm-201h.Er.bmp
share/atlc/examples/25ohm-201h.Ex.bmp
share/atlc/examples/25ohm-201h.Ey.bmp
share/atlc/examples/25ohm-201h.U.bmp
share/atlc/examples/25ohm-201h.V.bmp
share/atlc/examples/25ohm-201h.bmp
share/atlc/examples/25ohm-201h.bmp.txt
share/atlc/examples/25ohm-401h.bmp
share/atlc/examples/25ohm-401h.bmp.txt
share/atlc/examples/25ohm-801h.bmp
share/atlc/examples/400ohm-1551h.bmp
share/atlc/examples/400ohm-1551h.bmp.txt
share/atlc/examples/50ohm-201h.E.bmp
share/atlc/examples/50ohm-201h.Er.bmp
share/atlc/examples/50ohm-201h.Ex.bmp
share/atlc/examples/50ohm-201h.Ey.bmp
share/atlc/examples/50ohm-201h.U.bmp
share/atlc/examples/50ohm-201h.V.bmp
share/atlc/examples/50ohm-201h.bmp
share/atlc/examples/50ohm-401h.bmp
share/atlc/examples/50ohm-401h.bmp.txt
share/atlc/examples/50ohm-801h.bmp
share/atlc/examples/50ohm-801h.bmp.txt
share/atlc/examples/aliased.bmp
share/atlc/examples/an_odd_er.bmp
share/atlc/examples/bigger_not_in_centre.bmp
share/atlc/examples/bigger_not_in_centre.bmp.txt
share/atlc/examples/coax-500-100.bmp
share/atlc/examples/coax-500-100.bmp.txt
share/atlc/examples/coax-500-200-Er=100.bmp
share/atlc/examples/coax-500-200-Er=100.bmp.txt
share/atlc/examples/coax-500-200.E.bmp
share/atlc/examples/coax-500-200.Er.bmp
share/atlc/examples/coax-500-200.Ex.bmp
share/atlc/examples/coax-500-200.Ey.bmp
share/atlc/examples/coax-500-200.U.bmp
share/atlc/examples/coax-500-200.V.bmp
share/atlc/examples/coax-500-200.bmp
share/atlc/examples/coax-500-200.bmp.txt
share/atlc/examples/coax-500-25.bmp
share/atlc/examples/coax-500-25.bmp.txt
share/atlc/examples/coax-500-400.bmp
share/atlc/examples/coax-500-400.bmp.txt
share/atlc/examples/coax-500-50.bmp
share/atlc/examples/coax-500-50.bmp.txt
share/atlc/examples/coax2.E.bmp
share/atlc/examples/coax2.Er.bmp
share/atlc/examples/coax2.Ex.bmp
share/atlc/examples/coax2.Ey.bmp
share/atlc/examples/coax2.U.bmp
share/atlc/examples/coax2.V.bmp
share/atlc/examples/coax2.bmp
share/atlc/examples/coax2.bmp.txt
share/atlc/examples/coaxtest.bmp
share/atlc/examples/coaxtest.bmp.txt
share/atlc/examples/coaxtest2.bmp
share/atlc/examples/coaxtest2.bmp.txt
share/atlc/examples/coupler.bmp
share/atlc/examples/coupler.bmp.txt
share/atlc/examples/create_for_Makefile.am
share/atlc/examples/cvsignore
share/atlc/examples/dual-dielectric-coax.bmp
share/atlc/examples/ground-negative-short.bmp
share/atlc/examples/ground-negative-short.bmp.txt
share/atlc/examples/microstrip_coupler.bmp
share/atlc/examples/microstrip_coupler.bmp.txt
share/atlc/examples/multi-dielectric.bmp
share/atlc/examples/multi-dielectric.bmp.txt
share/atlc/examples/not-aliased.bmp
share/atlc/examples/not-aliased.bmp.txt
share/atlc/examples/not_in_centre.bmp
share/atlc/examples/not_in_centre.bmp.txt
share/atlc/examples/odd-coupler.bmp
share/atlc/examples/off-centre-coax.bmp
share/atlc/examples/offset.bmp
share/atlc/examples/offset.bmp.txt
share/atlc/examples/pcb-coupler.bmp
share/atlc/examples/pcb-coupler.bmp.txt
share/atlc/examples/pcb.bmp
share/atlc/examples/pcb.bmp.txt
share/atlc/examples/positive-ground-short.bmp
share/atlc/examples/positive-negative-short.bmp
share/atlc/examples/test-coupler1.E.even.bmp
share/atlc/examples/test-coupler1.E.odd.bmp
share/atlc/examples/test-coupler1.Er.bmp
share/atlc/examples/test-coupler1.Ex.even.bmp
share/atlc/examples/test-coupler1.Ex.odd.bmp
share/atlc/examples/test-coupler1.Ey.even.bmp
share/atlc/examples/test-coupler1.Ey.odd.bmp
share/atlc/examples/test-coupler1.U.even.bmp
share/atlc/examples/test-coupler1.U.odd.bmp
share/atlc/examples/test-coupler1.V.even.bmp
share/atlc/examples/test-coupler1.V.odd.bmp
share/atlc/examples/test-coupler1.bmp
share/atlc/examples/test-coupler1.bmp.txt
share/atlc/examples/test-coupler2.E.even.bmp
share/atlc/examples/test-coupler2.E.odd.bmp
share/atlc/examples/test-coupler2.Er.bmp
share/atlc/examples/test-coupler2.Ex.even.bmp
share/atlc/examples/test-coupler2.Ex.odd.bmp
share/atlc/examples/test-coupler2.Ey.even.bmp
share/atlc/examples/test-coupler2.Ey.odd.bmp
share/atlc/examples/test-coupler2.U.even.bmp
share/atlc/examples/test-coupler2.U.odd.bmp
share/atlc/examples/test-coupler2.V.even.bmp
share/atlc/examples/test-coupler2.V.odd.bmp
share/atlc/examples/test-coupler2.bmp
share/atlc/examples/test-coupler2.bmp.txt
share/atlc/examples/test.E.bmp
share/atlc/examples/test.Er.bmp
share/atlc/examples/test.Ex.bmp
share/atlc/examples/test.Ey.bmp
share/atlc/examples/test.U.bmp
share/atlc/examples/test.V.bmp
share/atlc/examples/test.bmp
share/atlc/examples/test.bmp.txt
share/atlc/examples/test3.bmp
share/atlc/examples/test3.bmp.txt
share/atlc/examples/test4.bmp
share/atlc/examples/test4.bmp.txt
share/atlc/examples/test5.bmp
share/atlc/examples/test6.bmp
share/atlc/examples/test6.bmp.txt
share/atlc/examples/test7.bmp
share/atlc/examples/test7.bmp.txt
share/atlc/examples/test_rect_in_rect.E.bmp
share/atlc/examples/test_rect_in_rect.Er.bmp
share/atlc/examples/test_rect_in_rect.Ex.bmp
share/atlc/examples/test_rect_in_rect.Ey.bmp
share/atlc/examples/test_rect_in_rect.U.bmp
share/atlc/examples/test_rect_in_rect.V.bmp
share/atlc/examples/test_rect_in_rect.bmp
share/atlc/examples/test_rect_in_rect.bmp.txt
share/atlc/examples/test_stripline_coupler.E.even.bmp
share/atlc/examples/test_stripline_coupler.E.odd.bmp
share/atlc/examples/test_stripline_coupler.Er.bmp
share/atlc/examples/test_stripline_coupler.Ex.even.bmp
share/atlc/examples/test_stripline_coupler.Ex.odd.bmp
share/atlc/examples/test_stripline_coupler.Ey.even.bmp
share/atlc/examples/test_stripline_coupler.Ey.odd.bmp
share/atlc/examples/test_stripline_coupler.U.even.bmp
share/atlc/examples/test_stripline_coupler.U.odd.bmp
share/atlc/examples/test_stripline_coupler.V.even.bmp
share/atlc/examples/test_stripline_coupler.V.odd.bmp
share/atlc/examples/test_stripline_coupler.bmp
share/atlc/examples/test_stripline_coupler.bmp.txt
share/atlc/examples/test_stripline_coupler2.bmp
share/atlc/examples/test_sym_strip.Ex.bmp
share/atlc/examples/test_sym_strip.U.bmp
share/atlc/examples/test_sym_strip.V.bmp
share/atlc/examples/test_sym_strip.bmp
share/atlc/examples/test_sym_strip.bmp.txt
share/atlc/examples/twin-wire.bmp
share/atlc/examples/twin-wire.bmp.txt
share/atlc/examples/twin-wire2.bmp
share/atlc/examples/twin-wire2.bmp.txt
share/atlc/examples/twin-wire3.bmp
share/atlc/examples/twin-wire3.bmp.txt
share/atlc/examples/twin-wire4.bmp
share/atlc/examples/twin-wire4.bmp.txt
share/atlc/examples/ushape.bmp
share/atlc/examples/ushape.bmp.txt
share/atlc/examples/very-odd.bmp
share/atlc/examples/very-odd.bmp.txt
share/atlc/examples/wide-9pixel.bmp
share/atlc/examples/wide-9pixel.bmp.txt
share/examples/atlc/100ohm-201h.bmp
share/examples/atlc/100ohm-201h.bmp.txt
share/examples/atlc/100ohm-401h.bmp
share/examples/atlc/100ohm-401h.bmp.txt
share/examples/atlc/100ohm-801h.bmp
share/examples/atlc/100ohm-801h.bmp.txt
share/examples/atlc/200ohm-201h.bmp
share/examples/atlc/200ohm-201h.bmp.txt
share/examples/atlc/200ohm-401h.bmp
share/examples/atlc/200ohm-401h.bmp.txt
share/examples/atlc/200ohm-801h.bmp
share/examples/atlc/200ohm-801h.bmp.txt
share/examples/atlc/25ohm-201h.E.bmp
share/examples/atlc/25ohm-201h.Er.bmp
share/examples/atlc/25ohm-201h.Ex.bmp
share/examples/atlc/25ohm-201h.Ey.bmp
share/examples/atlc/25ohm-201h.U.bmp
share/examples/atlc/25ohm-201h.V.bmp
share/examples/atlc/25ohm-201h.bmp
share/examples/atlc/25ohm-201h.bmp.txt
share/examples/atlc/25ohm-401h.bmp
share/examples/atlc/25ohm-401h.bmp.txt
share/examples/atlc/25ohm-801h.bmp
share/examples/atlc/400ohm-1551h.bmp
share/examples/atlc/400ohm-1551h.bmp.txt
share/examples/atlc/50ohm-201h.E.bmp
share/examples/atlc/50ohm-201h.Er.bmp
share/examples/atlc/50ohm-201h.Ex.bmp
share/examples/atlc/50ohm-201h.Ey.bmp
share/examples/atlc/50ohm-201h.U.bmp
share/examples/atlc/50ohm-201h.V.bmp
share/examples/atlc/50ohm-201h.bmp
share/examples/atlc/50ohm-401h.bmp
share/examples/atlc/50ohm-401h.bmp.txt
share/examples/atlc/50ohm-801h.bmp
share/examples/atlc/50ohm-801h.bmp.txt
share/examples/atlc/Makefile
share/examples/atlc/Makefile.am
share/examples/atlc/Makefile.in
share/examples/atlc/README
share/examples/atlc/aliased.bmp
share/examples/atlc/aliased.bmp.txt
share/examples/atlc/an_odd_er.bmp
share/examples/atlc/an_odd_er.bmp.txt
share/examples/atlc/bigger_not_in_centre.bmp
share/examples/atlc/bigger_not_in_centre.bmp.txt
share/examples/atlc/central.bmp
share/examples/atlc/cir.bmp
share/examples/atlc/coax-500-100.bmp
share/examples/atlc/coax-500-100.bmp.txt
share/examples/atlc/coax-500-200-Er=100.bmp
share/examples/atlc/coax-500-200-Er=100.bmp.txt
share/examples/atlc/coax-500-200.E.bmp
share/examples/atlc/coax-500-200.Er.bmp
share/examples/atlc/coax-500-200.Ex.bmp
share/examples/atlc/coax-500-200.Ey.bmp
share/examples/atlc/coax-500-200.U.bmp
share/examples/atlc/coax-500-200.V.bmp
share/examples/atlc/coax-500-200.bmp
share/examples/atlc/coax-500-200.bmp.txt
share/examples/atlc/coax-500-25.bmp
@ -56,6 +419,12 @@ share/examples/atlc/coax-500-400.bmp
share/examples/atlc/coax-500-400.bmp.txt
share/examples/atlc/coax-500-50.bmp
share/examples/atlc/coax-500-50.bmp.txt
share/examples/atlc/coax2.E.bmp
share/examples/atlc/coax2.Er.bmp
share/examples/atlc/coax2.Ex.bmp
share/examples/atlc/coax2.Ey.bmp
share/examples/atlc/coax2.U.bmp
share/examples/atlc/coax2.V.bmp
share/examples/atlc/coax2.bmp
share/examples/atlc/coax2.bmp.txt
share/examples/atlc/coaxtest.bmp
@ -64,36 +433,13 @@ share/examples/atlc/coaxtest2.bmp
share/examples/atlc/coaxtest2.bmp.txt
share/examples/atlc/coupler.bmp
share/examples/atlc/coupler.bmp.txt
share/examples/atlc/coupler1.bmp
share/examples/atlc/coupler2.bmp
share/examples/atlc/coupler3.bmp
share/examples/atlc/coupler4.bmp
share/examples/atlc/coupler5.bmp
share/examples/atlc/coupler6.bmp
share/examples/atlc/coupler7.bmp
share/examples/atlc/coupler8.bmp
share/examples/atlc/eccentric-a.bmp
share/examples/atlc/eccentric-b.bmp
share/examples/atlc/eccentric-c.bmp
share/examples/atlc/eccentric-d.bmp
share/examples/atlc/eccentric-e.bmp
share/examples/atlc/eccentric-f.bmp
share/examples/atlc/eccentric-g.bmp
share/examples/atlc/eccentric-h.bmp
share/examples/atlc/eccentric-i.bmp
share/examples/atlc/eccentric-j.bmp
share/examples/atlc/eccentric-k.bmp
share/examples/atlc/eccentric-l.bmp
share/examples/atlc/eccentric-m.bmp
share/examples/atlc/eccentric-n.bmp
share/examples/atlc/enclosed-microstrip.bmp
share/examples/atlc/enclosed-microstrip.bmp.txt
share/examples/atlc/ex2.bmp
share/examples/atlc/ex2.bmp.txt
share/examples/atlc/create_for_Makefile.am
share/examples/atlc/cvsignore
share/examples/atlc/dual-dielectric-coax.bmp
share/examples/atlc/ground-negative-short.bmp
share/examples/atlc/ground-negative-short.bmp.txt
share/examples/atlc/mix.bmp
share/examples/atlc/mix.bmp.txt
share/examples/atlc/microstrip_coupler.bmp
share/examples/atlc/microstrip_coupler.bmp.txt
share/examples/atlc/multi-dielectric.bmp
share/examples/atlc/multi-dielectric.bmp.txt
share/examples/atlc/not-aliased.bmp
@ -101,10 +447,7 @@ share/examples/atlc/not-aliased.bmp.txt
share/examples/atlc/not_in_centre.bmp
share/examples/atlc/not_in_centre.bmp.txt
share/examples/atlc/odd-coupler.bmp
share/examples/atlc/odd-coupler.bmp.txt
share/examples/atlc/off-centre-coax.bmp
share/examples/atlc/off-centre-coax.bmp.txt
share/examples/atlc/off-centre2.bmp
share/examples/atlc/offset.bmp
share/examples/atlc/offset.bmp.txt
share/examples/atlc/pcb-coupler.bmp
@ -112,31 +455,95 @@ share/examples/atlc/pcb-coupler.bmp.txt
share/examples/atlc/pcb.bmp
share/examples/atlc/pcb.bmp.txt
share/examples/atlc/positive-ground-short.bmp
share/examples/atlc/positive-ground-short.bmp.txt
share/examples/atlc/positive-negative-short.bmp
share/examples/atlc/positive-negative-short.bmp.txt
share/examples/atlc/test-coupler1.E.even.bmp
share/examples/atlc/test-coupler1.E.odd.bmp
share/examples/atlc/test-coupler1.Er.bmp
share/examples/atlc/test-coupler1.Ex.even.bmp
share/examples/atlc/test-coupler1.Ex.odd.bmp
share/examples/atlc/test-coupler1.Ey.even.bmp
share/examples/atlc/test-coupler1.Ey.odd.bmp
share/examples/atlc/test-coupler1.U.even.bmp
share/examples/atlc/test-coupler1.U.odd.bmp
share/examples/atlc/test-coupler1.V.even.bmp
share/examples/atlc/test-coupler1.V.odd.bmp
share/examples/atlc/test-coupler1.bmp
share/examples/atlc/test-coupler1.bmp.txt
share/examples/atlc/test-coupler2.E.even.bmp
share/examples/atlc/test-coupler2.E.odd.bmp
share/examples/atlc/test-coupler2.Er.bmp
share/examples/atlc/test-coupler2.Ex.even.bmp
share/examples/atlc/test-coupler2.Ex.odd.bmp
share/examples/atlc/test-coupler2.Ey.even.bmp
share/examples/atlc/test-coupler2.Ey.odd.bmp
share/examples/atlc/test-coupler2.U.even.bmp
share/examples/atlc/test-coupler2.U.odd.bmp
share/examples/atlc/test-coupler2.V.even.bmp
share/examples/atlc/test-coupler2.V.odd.bmp
share/examples/atlc/test-coupler2.bmp
share/examples/atlc/test-coupler2.bmp.txt
share/examples/atlc/test.E.bmp
share/examples/atlc/test.Er.bmp
share/examples/atlc/test.Ex.bmp
share/examples/atlc/test.Ey.bmp
share/examples/atlc/test.U.bmp
share/examples/atlc/test.V.bmp
share/examples/atlc/test.bmp
share/examples/atlc/test.bmp.txt
share/examples/atlc/test3.bmp
share/examples/atlc/test3.bmp.txt
share/examples/atlc/test4.bmp
share/examples/atlc/test4.bmp.txt
share/examples/atlc/test5.bmp
share/examples/atlc/test6.bmp
share/examples/atlc/test6.bmp.txt
share/examples/atlc/test7.bmp
share/examples/atlc/test7.bmp.txt
share/examples/atlc/test_rect_in_rect.E.bmp
share/examples/atlc/test_rect_in_rect.Er.bmp
share/examples/atlc/test_rect_in_rect.Ex.bmp
share/examples/atlc/test_rect_in_rect.Ey.bmp
share/examples/atlc/test_rect_in_rect.U.bmp
share/examples/atlc/test_rect_in_rect.V.bmp
share/examples/atlc/test_rect_in_rect.bmp
share/examples/atlc/test_rect_in_rect.bmp.txt
share/examples/atlc/test_stripline_coupler.E.even.bmp
share/examples/atlc/test_stripline_coupler.E.odd.bmp
share/examples/atlc/test_stripline_coupler.Er.bmp
share/examples/atlc/test_stripline_coupler.Ex.even.bmp
share/examples/atlc/test_stripline_coupler.Ex.odd.bmp
share/examples/atlc/test_stripline_coupler.Ey.even.bmp
share/examples/atlc/test_stripline_coupler.Ey.odd.bmp
share/examples/atlc/test_stripline_coupler.U.even.bmp
share/examples/atlc/test_stripline_coupler.U.odd.bmp
share/examples/atlc/test_stripline_coupler.V.even.bmp
share/examples/atlc/test_stripline_coupler.V.odd.bmp
share/examples/atlc/test_stripline_coupler.bmp
share/examples/atlc/test_stripline_coupler.bmp.txt
share/examples/atlc/test_stripline_coupler2.bmp
share/examples/atlc/test_sym_strip.Ex.bmp
share/examples/atlc/test_sym_strip.U.bmp
share/examples/atlc/test_sym_strip.V.bmp
share/examples/atlc/test_sym_strip.bmp
share/examples/atlc/test_sym_strip.bmp.txt
share/examples/atlc/twin-wire.bmp
share/examples/atlc/twin-wire.bmp.txt
share/examples/atlc/twin-wire2.bmp
share/examples/atlc/twin-wire2.bmp.txt
share/examples/atlc/twin-wire3.bmp
share/examples/atlc/twin-wire3.bmp.txt
share/examples/atlc/twin-wire4.bmp
share/examples/atlc/twin-wire4.bmp.txt
share/examples/atlc/ushape.bmp
share/examples/atlc/ushape.bmp.txt
share/examples/atlc/very-odd.bmp
share/examples/atlc/very-odd.bmp.txt
share/examples/atlc/wide-9pixel.bmp
share/examples/atlc/wide-9pixel.bmp.txt
share/examples/atlc/wide.bmp
@dirrm share/examples/atlc
@dirrm share/atlc/examples
@dirrm share/atlc/docs/qex_december_1996
@dirrm share/atlc/docs/html-docs/jpgs
@dirrm share/atlc/docs/html-docs
@dirrm share/atlc/docs
@dirrm share/atlc

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2003/02/01 15:16:25 dmcmahill Exp $
$NetBSD: distinfo,v 1.3 2004/11/27 20:49:24 dmcmahill Exp $
SHA1 (atlc-4.2.10.tar.gz) = 295104b12cdac04267d408dc0c847c4ae4e101ec
Size (atlc-4.2.10.tar.gz) = 1356736 bytes
SHA1 (atlc-4.6.0.tar.gz) = 4c2185e17812925351345465094e2036fefa9724
Size (atlc-4.6.0.tar.gz) = 2445849 bytes