-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
different area between 10LUTs and 1LUT #1513
Comments
@tangxifan I will be grateful if you give me the answers. best regard |
The area of 10 LUTs is simply 10x bigger than 1 LUT. If you count in local routing, you may see more area overhead. |
thanks a lot about your answer. Can you give me answers for my another question. When running the same RTL with auto size, how will the chip area be affected when the luts are different, specifically what trade-offs must be made between the clb blocks, switch blocks, connection blocks in terms of area and how do the internal components affect area? In addition, I want more detail informations about the value which refer to the area I have talked above? Can I see it in openfpgashell.log? |
It will change a lot when these parameters are altered. To understand the trade-offs, I suggest you to give a read on the principles of FPGA architecture: https://tspace.library.utoronto.ca/handle/1807/12758 You can find the details in the openfpgashell.log in your runtime directory. |
@tangxifan thanks for your answers. I have an another question. I want to know the practical area value of FPGA by mm2 unit. Does the area here relate to the number of LUTs we use (the area of 10 LUTs different to the area of 1 LUTs ?). Where can I see this actual area value? ( Can you give me the LOG file which has the value)? |
when I use 1 LUT or many LUTs in 1 clb, how is the area affected and which value refers to that area. (area of 10LUTs and area of 1 LUTs).
The text was updated successfully, but these errors were encountered: