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

Feature Request: ROM data width > 64 Bits #1969

Open
MarcelSchaible opened this issue Feb 23, 2024 · 1 comment
Open

Feature Request: ROM data width > 64 Bits #1969

MarcelSchaible opened this issue Feb 23, 2024 · 1 comment

Comments

@MarcelSchaible
Copy link

I am trying to simulate a CPU with a microcode-ROM with a width of 192 bits.
Do you have any suggestions how to handle this?

At the moment, I am investigating to write my custom ROM class. Maybe you can push me in the right direction.

Thanks

Marcel

@maehne
Copy link
Member

maehne commented Feb 23, 2024

Your enhancement request is related to issue #1959. Signal widths are currently limited to 64 bits. Currently, your only option is to split up the 192-bit words on three 64-bit ROM components. PRs in this direction are welcome.

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