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

LUT Internal Multiplexer: Custom Verilog File #1498

Open
AidanJacobsen opened this issue Dec 22, 2023 · 0 comments
Open

LUT Internal Multiplexer: Custom Verilog File #1498

AidanJacobsen opened this issue Dec 22, 2023 · 0 comments

Comments

@AidanJacobsen
Copy link

Open FGPA typically allows users to use a custom Verilog file using the verilog_netlist attribute.
As of now, it doesn't look like there is a way to use a custom netlist for the multiplexer that is
automatically generated within a LUT. This would be convenient so that when a multiplexer tree
is generated from standard cells, cells such as 4->1 multiplexers can be used through the inclusion
in a netlist file.

A workaround is to create a custom Verilog file for the whole netlist, but it would be convenient if just
the "lut_mux" module could be generated from a custom Verilog file while the full LUT module is still
automatically generated.

In the below image, I am showing my work-around where I am adding a netlist for the full lut. There is not
currently a spot to customize just the internal multiplexer's verilog description.
image

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

1 participant