some file renaming

This commit is contained in:
Stephen Chang 2016-12-02 12:32:47 -05:00
parent b5e8a7bceb
commit 57bf9a5543
3 changed files with 3 additions and 2 deletions

View File

@ -646,7 +646,7 @@
[ (ro:let ([id- 1] ...) ; dummy ensuring id- bound, simplifies stx template
(ro:define-values (tmp ...)
(ro:for*/lists (tmp ...) ([id- typed-seq] ...) (ro:values id- ...)))
(ro:parameterize ([ro:current-bitwidth bw]
(ro:parameterize ([ro:current-bitwidth bw] ; matrix mult unsat w/o this
[ro:term-cache (ro:hash-copy (ro:term-cache))])
(ro:print-forms
(ro:synthesize

View File

@ -21,6 +21,7 @@
(do-tests "bv-tests.rkt" "BV SDSL - General"
"fsm3-tests.rkt" "FSM"
"ifc3-tests.rkt" "IFC"
"synthcl3-tests.rkt" "SynchCL")
"synthcl3-tests.rkt" "SynthCL"
"synthcl3-matrix-synth-tests.rkt" "SynthCL Matrix Mult: synth")
(do-tests "bv-ref-tests.rkt" "BV SDSL - Hacker's Delight synthesis")