We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found this when I was fixing cdc issue for fast servo port for linien. I used an async fifo for cdc purpose.
Here is where I made the change in fast-servo. https://git.m-labs.hk/M-Labs/nix-servo/commit/87059eef2b7316dbdde7867c134bd843a66f8d85
self.cdc_fifo.sink.stb & self.cdc_fifo.source.ack are always high during operation. https://git.m-labs.hk/M-Labs/nix-servo/src/commit/77643909efdad21f518d9192231188325f7296b2/fast-servo/linien-gateware/cores/dac.py#L52-L55
self.cdc_fifo.sink.stb
self.cdc_fifo.source.ack
I connected the fast servo dac output to an oscilloscope and I observed that
migen/migen/genlib/fifo.py
Lines 177 to 234 in c19ae9f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I found this when I was fixing cdc issue for fast servo port for linien. I used an async fifo for cdc purpose.
Here is where I made the change in fast-servo.
https://git.m-labs.hk/M-Labs/nix-servo/commit/87059eef2b7316dbdde7867c134bd843a66f8d85
self.cdc_fifo.sink.stb
&self.cdc_fifo.source.ack
are always high during operation.https://git.m-labs.hk/M-Labs/nix-servo/src/commit/77643909efdad21f518d9192231188325f7296b2/fast-servo/linien-gateware/cores/dac.py#L52-L55
I connected the fast servo dac output to an oscilloscope and I observed that
Related AsyncFIFO Migen Module
migen/migen/genlib/fifo.py
Lines 177 to 234 in c19ae9f
The text was updated successfully, but these errors were encountered: