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

Parameters: fix/doc LQ #5

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

Parameters: fix/doc LQ #5

openpowerwtf opened this issue Aug 3, 2022 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@openpowerwtf
Copy link
Contributor

These settings compile/elab but hangs in sim (no completions). Need to document dependencies/requirements/etc. and test.

`define  LDSTQ_ENTRIES  4        // ?order?
`define  LDSTQ_ENTRIES_ENC  2
`define  STQ_ENTRIES  5
`define  STQ_ENTRIES_ENC  3
`define  STQ_FWD_ENTRIES  2		// number of stq entries that can be forwarded from
`define  LMQ_ENTRIES  4
`define  LMQ_ENTRIES_ENC  2
`define  LGQ_ENTRIES  4
`define  EMQ_ENTRIES  1          // erat miss queue (d-only?)
`define  IUQ_ENTRIES  1 		   // Instruction Fetch Queue Size (lq)
`define  MMQ_ENTRIES  1 		   // MMU Queue Size (lq)

Also, STQ_ENTRIES < 5 fails because of hardcoded values in stq3_cmmt_ptr_q.

@openpowerwtf openpowerwtf added bug Something isn't working documentation Improvements or additions to documentation labels 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 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant