-
Notifications
You must be signed in to change notification settings - Fork 893
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
write_verilog
does not replace bwmux instances
#4751
Labels
Comments
7FM
added
the
pending-verification
This issue is pending verification and/or reproduction
label
Nov 15, 2024
Small reproducer:
|
povik
added
bug
and removed
pending-verification
This issue is pending verification and/or reproduction
labels
Nov 15, 2024
Just to make clear it is a
|
Using the code below in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
0.46
On which OS did this happen?
Linux
Reproduction Steps
Read in CVA6 via the yosys-slang plugin and try to write it out again into a single verilog file... Not so easy to reproduce, I guess.
Expected Behavior
write_verilog
should output code without internal cells.Actual Behavior
The exported verilog code still contains
bwmux
cells. I have to manually runbwmuxmap
beforewrite_verilog
to remove all internal cells.The text was updated successfully, but these errors were encountered: