Browse thread
HDCaml 0.1.0
- Tom Hawkins
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-09-16 (18:38) |
From: | Tom Hawkins <tom@c...> |
Subject: | HDCaml 0.1.0 |
I just started a framework for describing hardware structures in OCaml. Given a functional hardware description, HDCaml will produce a Verilog netlist for verification and implementation. HDCaml also has decent PSL support for assertion based verification. Current Limitations: - Synchronous, single clock. - No black boxing. - Basic regs only. No memories. - Flat netlisting. Possible Future Directions: - Better clock control. - Hierarchical netlisting. - C, VHDL, NuSMV code generation. - Links to HOL Light. Any recommendations on the API structure or library features would be appreciated. -Tom HDCaml Download: http://www.confluent.org/ API Docs: http://www.confluent.org/misc/hdcaml/Hdcaml.html