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: IU #8

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

Parameters: IU #8

openpowerwtf opened this issue Aug 3, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@openpowerwtf
Copy link
Contributor

These parameters do pass initial sim. Determine if IBUFF_DEPTH=4 can/should be supported, and document.

Also, prefetch enabled with different values should be tested.

`define  IBUFF_DEPTH 6           //wtf 4 fails compile in iuq_ibuf equations using -5

`define  BUILD_PFETCH 0  		   // 1=> include pfetch in the build, 0=> build without pfetch
`define  PF_IAR_BITS 12		      // number of IAR bits used by prefetch
`define  PF_IFAR_WIDTH 12
`define  PFETCH_INITIAL_DEPTH 0	// the initial value for the SPR that determines how many lines to prefetch
`define  PFETCH_Q_SIZE_ENC 3		// number of bits to address queue size (3 => 8 entries, 4 => 16 entries)
`define  PFETCH_Q_SIZE 8		   // number of entries
@openpowerwtf openpowerwtf added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant