From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: How to get Ada to =?utf-8?Q?=E2=80=9Ccross?= the =?utf-8?Q?ch?= =?utf-8?Q?asm=E2=80=9D=3F?= Date: Sat, 21 Apr 2018 16:50:05 -0700 Organization: A noiseless patient Spider Message-ID: <87k1t0nmqa.fsf@nightsong.com> References: <1c73f159-eae4-4ae7-a348-03964b007197@googlegroups.com> <878t9nemrl.fsf@nightsong.com> <87h8o7lowg.fsf@nightsong.com> <8736zqkwat.fsf@nightsong.com> <6839088c-f221-4650-a6ea-1841ae539486@googlegroups.com> <1e5f5681-0e2a-43cc-9437-2bd38078da08@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="532e8b2aa0bc5beb3e34e3489a7ffcd6"; logging-data="18283"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19LhDgBJoEkp8XvVkHznsBs" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:fbty9EPV9cuZlqo+VXcMujfLJoU= sha1:dDKVxOweniCztima9kcfKasYciI= Xref: reader02.eternal-september.org comp.lang.ada:51666 Date: 2018-04-21T16:50:05-07:00 List-Id: Brian Drummond writes: > Formal methods have more traction in hardware (ASIC rather than FPGA) > design, so VHDL users might be very open to a SPARK-like prover. I think that ASIC formal methods (at least historically) relate mostly to finite model checking. I don't know if SPARK is really relevant there. I usually think of "theorem proving" as being about infinite models, though of course that's not required.