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

Bad fmax after switch to Chisel 3 #84

Closed
schoeberl opened this issue Apr 13, 2021 · 1 comment
Closed

Bad fmax after switch to Chisel 3 #84

schoeberl opened this issue Apr 13, 2021 · 1 comment

Comments

@schoeberl
Copy link
Member

Chisel 3 does not create a Verilog case statement, but priority MUXs (see chipsalliance/chisel#983). This hurts fmax (also for Chisel switch statements, e.g., an ALU lookup in Leros). A workaround is to generate an inline Verilog table (case).

@schoeberl
Copy link
Member Author

Fixed by #108

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