Skip to content
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

CB/SB Static Depopulation as FN of L #62

Open
faaiqgwaqar opened this issue Oct 12, 2024 · 2 comments
Open

CB/SB Static Depopulation as FN of L #62

faaiqgwaqar opened this issue Oct 12, 2024 · 2 comments

Comments

@faaiqgwaqar
Copy link

In COFFE/coffe/vpr.py lines 136-137 and 712-713, SB/CB connectivity is statically encoded despite variable L, which causes issues in VPR. Simple fix would be to auto populate the pattern based on the length

@faaiqgwaqar
Copy link
Author

An example: vpr_file.write(" <cb type="pattern">1 1 1 1\n") -> vpr_file.write(" <cb type="pattern">{}\n".format(' '.join['1'] * L))

@StephenMoreOSU
Copy link
Collaborator

Thanks for the input, your fix makes sense to me. Will get it in when I get the chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants