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

ERROR: Cell type 'PCLKDIV' instantiated as 'U$$0' is not supported by this device. #45

Open
slagernate opened this issue Dec 6, 2023 · 0 comments

Comments

@slagernate
Copy link
Contributor

Seems Yosys/Prjoxide doesn't recognize the following primitive (found in the Radiant FPGA Libraries Reference Guide docs/web page), although Radiant does:

        m.submodules += Instance("PCLKDIV", 
                                 p_DIV_PCLKDIV      = "X2",
                                 i_CLKIN            = clk48.i,
                                 i_LSRPDIV          = Const(0),
                                 o_CLKOUT           = clk_ser,
                                 )

Would love to help "document" this if I was pointed in the right direction.

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