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

Errors with Tang Prime #4

Open
agnunez opened this issue Jun 1, 2019 · 4 comments
Open

Errors with Tang Prime #4

agnunez opened this issue Jun 1, 2019 · 4 comments

Comments

@agnunez
Copy link

agnunez commented Jun 1, 2019

I've got the following errors with TD 4.4.433:
USR-8132 ERROR: No net match the pattern: clk_16M.
USR-8129 ERROR: e203egmini_new.sdc import error.
GUI-8301 ERROR: Failed to read sdc e203egmini_new.sdc.
Any clue?

@xelll
Copy link
Collaborator

xelll commented Jun 1, 2019

i use td 4.4.433 on ubuntu, and did not get error...

@xiaoguolin1992
Copy link

I've got the same error with TD 4.4.433 on Ubuntu 1804:
USR-8132 ERROR: No net match the pattern: clk_16M.
USR-8129 ERROR: e203egmini_new.sdc import error.
GUI-8301 ERROR: Failed to read sdc e203egmini_new.sdc.

@xelll
Copy link
Collaborator

xelll commented Jun 13, 2019

sorry, it is a td's bug, you can use old version,with new lic,,,

@tmolteno
Copy link
Contributor

tmolteno commented Jul 8, 2019

This can be fixed by modifying line 8 in the e203egmini_new.sgc file to

create_clock -name clk_16M -period 62.5 [get_nets {CLKIN}]

It was referring to a net called 'clk_16M' which doesn't exist. You can check which net to use by looking in the IO constraints file (io_cst.adc).

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

4 participants