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

Adding 128 bits option for wires and registers #1959

Open
PteronuraBrasiliensis opened this issue Feb 2, 2024 · 1 comment
Open

Adding 128 bits option for wires and registers #1959

PteronuraBrasiliensis opened this issue Feb 2, 2024 · 1 comment

Comments

@PteronuraBrasiliensis
Copy link

Hi, i am in the process of designing a vector unit for a custom CPU. This unit needs some 128 bits registers but only 64 bits ones are available. Currently, i am able to work around this problem by using two 64 bits wires and two 64 bits registers, but the further i get into this project, the messier it gets. Would it be possible to add 128 bits options for wires and registers ?

@maehne
Copy link
Member

maehne commented Feb 23, 2024

That is not that easy, as it requires changes in many places. See, e.g., the PRs which were required for lifting the limitation from 32 bits to 64 bits. PRs in this direction are welcome. However, care must be taken to not negatively impact the overall simulation performance when such large signal buses are not used in a design.

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

No branches or pull requests

2 participants