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

Synthesizing with yosys fails (missing OSER10) #8

Open
darkstar opened this issue Jun 23, 2022 · 1 comment
Open

Synthesizing with yosys fails (missing OSER10) #8

darkstar opened this issue Jun 23, 2022 · 1 comment

Comments

@darkstar
Copy link

Trying to synthesize the generated Verilog with yosys fails:

$ yosys -p "read_verilog TangNano9k.v; synth_gowin -json TangNano9k.json"
...
2.2.2. Analyzing design hierarchy..
Top module:  \TangNano9k
Used module:     \PatternExample
Used module:         \HVSync
Used module:     \HdmiTx
Used module:         \Oser10Module
Used module:         \Rgb2Tmds
Used module:             \TMDSEncoder
Used module:     \Gowin_rPLL
ERROR: Module `\OSER10' referenced in module `\Oser10Module' in cell `\osr10' is not part of the design.
@Martoni
Copy link
Owner

Martoni commented Jun 24, 2022

Good idea !
I never tested with yosys for synthesis, nether nextpnr for place & route.
I think that serdes buffer are not supported yet under yosys.

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

2 participants