- Source: Bluespec
Bluespec, Inc. is an American semiconductor device electronic design automation company based in Framingham, Massachusetts, and co-founded in June 2003 by computer scientists Arvind Mithal, professor of the Massachusetts Institute of Technology (MIT), and Joe Stoy of Oxford University. Arvind had formerly founded Sandburst in 2000, which specialized in producing chips for 10 Gigabit Ethernet (10GE) routers, for this task.
Bluespec has two product lines which are primarily for application-specific integrated circuit (ASIC) and field-programmable gate array (FPGA) hardware designers and architects. Bluespec supplies high-level synthesis (electronic system-level (ESL) logic synthesis) with register-transfer level (RTL). The first Bluespec workshop was held on August 13, 2007, at MIT.
Bluespec SystemVerilog
= Bluespec
=Arvind had developed the Bluespec language named Bluespec SystemVerilog (BSV), a high-level functional programming hardware description programming language which was essentially Haskell extended to handle chip design and electronic design automation in general. The main designer and implementor of Bluespec was Lennart Augustsson. Bluespec is partially evaluated (to convert the Haskell parts) and compiled to the term rewriting system (TRS). It comes with a SystemVerilog frontend. BSV is compiled to the Verilog RTL design files.
= Tools
=BSV releases are shipped with the following hardware development kit:: 7
BSV compiler
The compiler takes BSV source code as input and generates a hardware description for either Verilog or Bluesim as output. It was opensourced by Bluespec inc. in 2020 under New BSD License terms.
Libraries
BSV is shipped with a set programming idioms and hardware structures
Verilog modules
Several primitive BSV elements, such as first in, first out (FIFOs) and processor registers, are expressed as Verilog primitives.
Bluesim
A cycle simulator for BSV designs.
Bluetcl
A collection of Tcl extensions, scripts, and packages to link into a Bluespec design.
References
Hudak, Paul (Yale University); Hughes, John (Chalmers University); Peyton Jones, Simon (Microsoft Research); Wadler, Philip Wadler (University of Edinburgh) (June 9–10, 2007). "A history of Haskell: being lazy with class". HOPL III: Proceedings of the third ACM SIGPLAN conference on History of programming languages. San Diego, California: Association for Computing Machinery. pp. 12-1–12-55. doi:10.1145/1238844.1238856. [it] is basically Haskell with some extra syntactic constructs for the term rewriting system (TRS) that describes what the hardware does. The type system has been extended with types of numeric kind.
Peyton Jones, Simon (June 2007). A History of Haskell: being lazy with class. Microsoft Research (Report).
External links
Official website
Bluespec: User guide
An open-source Bluespec compiler from University of Cambridge
Kata Kunci Pencarian:
- Haskell
- Bluespec
- Lennart Augustsson
- Arvind (computer scientist)
- Haskell
- Hardware description language
- Atom (programming language)
- List of programmers
- List of programming languages by type
- High-level synthesis
- James Hoe