Jump to content

Bluespec

From Wikipedia, the free encyclopedia
(Redirected fromBluespec, Inc.)

Bluespec, Inc.is an Americansemiconductor deviceelectronic design automationcompany based inFramingham, Massachusetts,and co-founded in June 2003 bycomputer scientistsArvindMithal, professor of theMassachusetts Institute of Technology(MIT), andJoe StoyofOxford University.Arvind had formerly founded Sandburst in 2000, which specialized in producing chips for10 Gigabit Ethernet(10GE)routers,for this task.[1][2]

Bluespec has two product lines which are primarily forapplication-specific integrated circuit(ASIC) andfield-programmable gate array(FPGA) hardware designers and architects. Bluespec supplieshigh-level synthesis(electronic system-level(ESL)logic synthesis) withregister-transfer level(RTL). The first Bluespec workshop was held on August 13, 2007, at MIT.[3]

Bluespec SystemVerilog

[edit]

Bluespec

[edit]
Bluespec
ParadigmFunctional
FamilyVerilog,Haskell
DeveloperBluespec Inc.
Stable release
Version 2022.01 / January 2022[4]
ScopeHDL
Filename extensions.bsv
Websitebluespec.com
Majorimplementations
Bluespec Compiler (BSC); Toy Bluespec Compiler
Dialects
SystemVerilog(BSV), Haskell (BH:Bluespec Classic)

Arvind had developed the Bluespec language namedBluespecSystemVerilog(BSV), a high-levelfunctional programminghardware descriptionprogramming languagewhich was essentiallyHaskellextended to handle chip design andelectronic design automationin general.[5]The main designer and implementor of Bluespec wasLennart Augustsson.Bluespec ispartially evaluated(to convert the Haskell parts) and compiled to theterm rewriting system(TRS). It comes with aSystemVerilogfrontend.[6]BSV is compiled to theVerilogRTL designfiles.

Tools

[edit]

BSV releases are shipped with the following hardware development kit:[7]: 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 underNew BSD Licenseterms.
Libraries
BSV is shipped with a set programming idioms and hardware structures
Verilogmodules
Several primitive BSV elements, such asfirst in, first out(FIFOs) andprocessor registers,are expressed as Verilog primitives.
Bluesim
A cycle simulator for BSV designs.
Bluetcl
A collection ofTclextensions, scripts, and packages to link into a Bluespec design.

References

[edit]
  1. ^"Arvind elected as India National Academy of Sciences Foreign Fellow".MIT News.2014-12-23.
  2. ^Maffei, Lucia (2023-02-09)."Form D Friday: Lexington blood tech startup raises $13.2M".American City Business Journals.
  3. ^"The First Bluespec Workshop".csg.csail.mit.edu.Retrieved2019-05-04.
  4. ^Bluespec Compiler: README.md,B-Lang, 2022-11-04,retrieved2022-11-15
  5. ^"[it] is basically Haskell with some extra syntactic constructs for theterm rewriting system(TRS) that describes what the hardware does. The type system has been extended with types of numeric kind. "pg 43 of Hudak, Jones, et al. 2007
  6. ^Hudak, Jones, et al. 2007
  7. ^Bluespec SystemVerilog User Guide,Bluespec inc., November 24, 2008
[edit]