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

Parameter: DC_32 #6

Open
openpowerwtf opened this issue Aug 3, 2022 · 0 comments
Open

Parameter: DC_32 #6

openpowerwtf opened this issue Aug 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@openpowerwtf
Copy link
Contributor

Setting DC size to 16K causes some vector size warnings, and fails sim (X's after ~1K cycles).

`ifdef DC_32

`define  STQ_DATA_SIZE  64		   // 64 or 128 Bit store data sizes supported
`define  DC_SIZE  15			      // 14 => 16K L1D$, 15 => 32K L1D$
`define  CL_SIZE  6			      // 6 => 64B CLINE, 7 => 128B CLINE

`else

`define  STQ_DATA_SIZE  64		   // 64 or 128 Bit store data sizes supported
`define  DC_SIZE  14			      // 14 => 16K L1D$, 15 => 32K L1D$
`define  CL_SIZE  6			      // 6 => 64B CLINE, 7 => 128B CLINE

`endif
@openpowerwtf openpowerwtf added the bug Something isn't working label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant