8000 sensitivity list and negative clock edge · Issue #59 · m-labs/migen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sensitivity list and negative clock edge #59

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

Closed
raspberrypisig opened this issue Nov 27, 2016 · 2 comments
Closed

sensitivity list and negative clock edge #59

raspberrypisig opened this issue Nov 27, 2016 · 2 comments

Comments

@raspberrypisig
Copy link

NOOB QUESTION.

Is there a way to spit the following verilog

always @ ( negedge clk) ....

Or a more complicated sensitivity list?

@sbourdeauducq
Copy link
Member

No. But you can use a PLL or some clock buffers to invert the clock.

@jordens
Copy link
Member
jordens commented Oct 28, 2017

Or just self.cd_sys_falling.clk.eq(~ClockSignal("sys"))

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

3 participants
0