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 i can know the area of my code in bit ?

Status
Not open for further replies.

sharkya2a

Junior Member level 1
Joined
Nov 19, 2011
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,395
hi all,

after doing the Synthesize for my VHDL code

Xillinx ISE show the area values as device utilization, it shows:
Number of Slice Registers
Number of Slice LUTs
Number of fully used LUT-FF pairs

which one of them reflect the space or the area needed by the VHDL code to be stored on the device ?

how i can know the area of my code in bit ? is there anyway to convert Number of Slice to its equivalent value in bit or Byte ?
because i need to know how much area my VHDL code need, to decide if it is fit on sensor or not.

best regards
 

number of bits is irrelavent. the number of LUTs is the important number
 
number of bits is irrelavent. the number of LUTs is the important number


i mean the code size of the implementation, there are some researchers I want to compare my code with their codes.
for example one of them says that the code size of his implementation only takes 18.8 KB ROM and 1.36KB RAM.

so, how i can know how much my implementation takes size in ROM and RAM.

best regards
 

again, thuis has no meaning unless you actually implement roms or rams
 
again, thuis has no meaning unless you actually implement roms or rams

Dear TrickyDicky,

thanx for your interest

you told me that the number of LUTs is the important number, which describes the area.
is there a way to know if this number of LUTs fit for a specific devise or not. for example for sensor.

best regards
 

the build report will tell you the usage %
if it wont fit, you will get an error.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top