-
Notifications
You must be signed in to change notification settings - Fork 36
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
"eFPGA_top" parameters for larger fabric #142
Comments
The parameterisation of the eFPGA is not from the Verilog code itself but from the CSV file. |
FrameSelectWidth and RowSelectWidth parameters are not available in the .csv file. when I generate large fabric, it doesn't work. Reducing the size works fine so I am requesting the procedure to optimize parameters for larger fabric. |
I have looked into the generator. The |
can you please explain how would these values change with increase in fabric size? |
eFPGA_top #(
.include_eFPGA(1),
.NumberOfRows(ROW_WIDTH),
.NumberOfCols(COL_WIDTH),
.FrameBitsPerRow(32),
.MaxFramesPerCol(20),
.desync_flag(20),
.FrameSelectWidth(5),
.RowSelectWidth(5)
)
The text was updated successfully, but these errors were encountered: