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
Lvds
Currently we can not use makeTopEntity on designs that use Lvds such as e49623c#diff-7d493e92e4e11a8c6ffe608a1bc3b5870f2bff5f8b01fd105bd4d3fc49152d7eR132-R143 Because this type does not contain the "Name" ::: type annotations that should turn SGMII_RX into SGMII_RX_P and SGMII_RX_N We probably want lower case annotations similar to https://hackage.haskell.org/package/clash-prelude-1.8.1/docs/Clash-Signal-Internal.html#t:DiffClock to be consistent
makeTopEntity
"Name" ::: type
SGMII_RX
SGMII_RX_P
SGMII_RX_N
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we can not use
makeTopEntity
on designs that useLvds
such as e49623c#diff-7d493e92e4e11a8c6ffe608a1bc3b5870f2bff5f8b01fd105bd4d3fc49152d7eR132-R143Because this type does not contain the
"Name" ::: type
annotations that should turnSGMII_RX
intoSGMII_RX_P
andSGMII_RX_N
We probably want lower case annotations similar to https://hackage.haskell.org/package/clash-prelude-1.8.1/docs/Clash-Signal-Internal.html#t:DiffClock to be consistent
The text was updated successfully, but these errors were encountered: