jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.96k stars 348 forks source link

Use dedicated NUM_ENTRIES parameter for I$ TLB. #185

Closed NotCamelCase closed 4 years ago

NotCamelCase commented 4 years ago

By default DTLB_ENTRIES == ITLB_ENTRIES, so it wouldn't change anything. Issue arose when playing with different number of D/I TLB entries.

jbush001 commented 4 years ago

Oops, good catch. Thanks!