-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding CFGLUT5 primitive #249
Conversation
I don't think we can have |
@vcanumalla here's a Verilog hack you can use, to attempt to get First, what does reg [31:0] data = INIT; And also these lines:
I'm pretty sure these lines are totally redundant, but maybe they're not. Both of these lines set The current way So here's idea 1: Can you write some Verilog code that will set I suspect idea 1 will give us Yosys errors. It will probably complain that Also, if we wanted to make idea 1 more correct, we'd probably add a flag that would make it so that |
Heads up @vcanumalla: I'd really love to get this to a place where we can merge it, even if it's partially complete. Minimal amount I think we'd need to do to get there:
|
This PR aims to add support for the CFGLUT5 primitive.
Closes #259
See: https://github.com/uwsampl/lakeroad-private/pull/1