File: README

package info (click to toggle)
acl2 8.6%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,138,276 kB
  • sloc: lisp: 17,818,294; java: 125,359; python: 28,122; javascript: 23,458; cpp: 18,851; ansic: 11,569; perl: 7,678; xml: 5,591; sh: 3,978; makefile: 3,840; ruby: 2,633; yacc: 1,126; ml: 763; awk: 295; csh: 233; lex: 197; php: 178; tcl: 49; asm: 23; haskell: 17
file content (27 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
The directory contains case-studies used for experimental evaluation
of Cgen.  All books, i.e., lisp files can be certified using
build/cert.pl.  Other scripts, i.e., .lsp files are meant to be
interactively replayed in an ACL2 session. You can either use Emacs or
ACL2 Sedan as the user interface.

* Testing Dijstra's shortest path algorithm using Fixers
- The relevant books are prefixed dsp-*.lisp
- dsp-defuns and dsp-defthms was refactored from
  misc/dijsktra-shortest-path.lisp book.
- The test? forms in the dsp.lsp script were translated from the above
  book. These forms can be evaluated from command line using cert.pl.
- The tables in harshrc's dissertation were populated using the awk
  script included in this directory. The following commands can be
  used to replay the experiment:
  : cp dsp.lsp dsp.lisp
  : build/cert.pl dsp.lisp
  : awk -v lo=5 -v hi=95 -f regress-stats.awk dsp.cert.out | less


* Finding hazards in 3-staged Pipeline Machine
- The relevant scripts are refinement-sfm06-with-hazards.lisp and
  refinement-sfm06-with-hazards-test.lsp.
- The data and control hazards are indicated as comments in the former
  book.
- Evaluate the forms in refinement-sfm06-with-hazards-test.lsp script
  in an ACL2 session