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

simulation cycle signal of instruction memory #153

Closed
rafaelcorsi opened this issue Sep 15, 2021 · 1 comment · Fixed by #154
Closed

simulation cycle signal of instruction memory #153

rafaelcorsi opened this issue Sep 15, 2021 · 1 comment · Fixed by #154
Labels
bug Something isn't working

Comments

@rafaelcorsi
Copy link
Contributor

The external Instruction memory (a) should check for the it valid cycle signal not for the b external memory signal:

if (ext_mem_a.ack(ext_mem_a_latency_c-1) = '1') and (wb_mem_b.cyc = '1') and (wb_mem_a.ack = '0') then

+(wb_mem_a.cyc = '1')
-(wb_mem_b.cyc = '1')

If its is correct I could generate a PR.

all the best,

@stnolting
Copy link
Owner

You are right, this seems to be a typo 🙈

If its is correct I could generate a PR.

👍

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

Successfully merging a pull request may close this issue.

2 participants