BSV by Example- The next-generation language for electronic system design
#1

BSV by Example - The next-generation language for electronic system design


.pdf   BSV by Example.pdf (Size: 1.23 MB / Downloads: 0)

Introduction

BSV (Bluespec SystemVerilog) is a language used in the design of electronic systems (ASICs, FPGAs
and systems). BSV is used across the spectrum of applications|processors, memory subsystems,
interconnects, DMAs and data movers, multimedia and communication I/O devices, multimedia and
communication codecs and processors, signal processing accelerators, high-performance computing
accelerators, etc. BSV is also used across markets|from low-power, portable consumer items to
enterprise-class server-room systems.
Being both a very high-level language as well as fully synthesizable to hardware, it is used in many
design activities, as described below. This combination of high level and full synthesizability enables
many of these activities that were previously only done in software simulation now to be moved
easily to FPGA-based execution (whether the design is eventually bound for ASICs or FPGAs).
This can speed up execution by three to six orders of magnitude (1000x to 1,000,000x). Such
a dramatic speedup not only accelerates existing activities, but enables new activities that were
simply not feasible before (such as cycle-accurate multi-core processor architecture models running
real operating systems and real applications).

Design activities where BSV is used

Executable Speci cations (synthesizable). For today's complex systems, a speci cation written in
a human language (like English) is likely to be imprecise, incomplete or even infeasible and self-
contradictory in its requirements. A speci cation in BSV addresses these concerns, because of its
precise semantics and executability on real data. Fleshing out a spec in this way is also called spec
validation.
Virtual Platforms (synthesizable). Today's chips are dominated by the volume and complexity of
the software that runs on them. It is no longer acceptable to have to wait for chips to be available
before developing software. Virtual Platforms enable software development and testing to begin as
early as day one.

Key ideas in BSV

BSV borrows powerful ideas that have been developed over several decades in advanced formal
speci cation and programming languages. These can be classi ed into two groups|behavior and
structure.

Behavior

BSV's behavioral model is popular among formal speci cation languages for complex concurrent
systems. We call them Atomic Rules and Interfaces, but in the literature they also go by various
names such as Term Rewriting Systems, Guarded Atomic Actions, and Rewrite Rules. Well-known
formal speci cation languages that use a similar model include Guarded Commands (Dijkstra);
TLA+ (Lamport); UNITY (Chandy and Mishra); and Z, B and EventB (Abrial).
The reasons BSV and all these formal speci cation languages choose this model are:
 Parallelism: The model of atomic rules is fundamentally parallel, unlike many other approaches
that graft a parallel extension on top of a sequential language (such as those based on C++).
This is ideally suited for the massive, ne-grain, heterogeneous parallelism that is everywhere
in complex hardware designs and distributed systems.
 Correctness: The atomicity of rules is a powerful tool in thinking about correct behavior
in the presence of complex parallelism. A key concept in correct systems is the invariant,
which represents a correctness condition that one expects to be maintained in a system (such
as, \A cache line can be in the DIRTY state in only one of the multiple caches", or \The
counter in the DMA is equal to the number of bytes transferred"). Atomicity of rules allows
reasoning about invariants one rule at-at-time. Without atomicity, one has to worry about all
possible interleavings of parallel activities, an exercise that quickly becomes too complex both
for humans and for formal veri cation systems.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: birch example ppt, dybamic method dispatch with example, qabstractbutton example, ieee projects topics for dipsystem example, sas gmap example, kanban board example, project seminar example,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  ELECTRONIC EYE seminar class 18 14,872 02-02-2019, 12:56 PM
Last Post:
  ELECTRONIC DEVICE FOR BLIND MOBILITY AID seminar class 9 6,897 23-08-2013, 10:56 AM
Last Post: computer topic
  ELECTRONIC WARFARE seminar class 5 3,666 20-07-2013, 09:51 AM
Last Post: computer topic
  BIT for Intelligent System Design Electrical Fan 2 2,716 13-02-2013, 10:27 AM
Last Post: seminar details
  3D-TV CONTENT GENERATION: 2D-TO-3D CONVERSION full report project topics 4 5,263 22-12-2012, 10:47 AM
Last Post: seminar details
  Design & Development of a GSM Based Vehicle Theft Control System seminar class 9 11,456 29-11-2012, 01:15 PM
Last Post: seminar details
  Improved Design of High-Performance Parallel Decimal Multipliers seminar-database 1 1,930 29-11-2012, 12:34 PM
Last Post: seminar details
  Electronic starter for single phase induction motors with starting capacitor computer girl 1 1,643 13-11-2012, 11:59 AM
Last Post: seminar details
  ELECTRONIC EYE WITH DIAL-UP project report helper 1 4,459 02-11-2012, 03:57 PM
Last Post: seminar details
  DIGITAL CIRCUITS & LOGIC DESIGN seminar class 1 3,866 22-10-2012, 02:17 PM
Last Post: seminar details

Forum Jump: