Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to understand the bitstream file?

Status
Not open for further replies.

Sumathigokul

Member level 1
Member level 1
Joined
Aug 22, 2013
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Visit site
Activity points
286
Libero IDE v9.1 generates .bit file as programming file for ProAsic and ProAsicplus devices. Each line of the .bit file consists hexadecimal values. E.g. 000000000000000000000000000000000000FFFFFFFFFFFF0000FFFFFFFFFFFF0000000000000000000000000000000000000000800000000000FFFF7FFFFFFF4001FFFFFFFFFFFF0888000000000000

I want to understand how the HDL code is converted to bitstream which consists the numbers alone. Is any mapping technique is available to understand the bitstream??
 

Whoa.

The bitstream is used to map the internal connections of the device, and is quite far removed from the HDL. There is no direct connection between the two; HDL code is not "converted to bitstream", there are several intermediate steps-synthesis, mapping, placement, routing.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top