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

mixing clk edges in T27-Memoria ROM generica #27

Open
x653 opened this issue Mar 24, 2020 · 0 comments
Open

mixing clk edges in T27-Memoria ROM generica #27

x653 opened this issue Mar 24, 2020 · 0 comments

Comments

@x653
Copy link

x653 commented Mar 24, 2020

Hi Obijuan,

first: compliments for your Tutorial. Best Tutorial on Verilog with very nice examples.

I have a question on T27-Memoria ROM generica.
In genrom.v you use posedge clk to read ROM
In genromleds.v you use negedge clk to advance addr.

Why do you mix posedge and negedge clk in one project.
In T22-Reglas de diseno sincrono you say, that it is not a good Idea to use both edgelevel detection.

Is it wrong to use only posedge on genrom.v and genromleds.v?

Greetings
Micha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant