Tang_E203_Mini icon indicating copy to clipboard operation
Tang_E203_Mini copied to clipboard

Errors with Tang Prime

Open agnunez opened this issue 5 years ago • 4 comments

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?

agnunez avatar Jun 01 '19 05:06 agnunez

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

xelll avatar Jun 01 '19 06:06 xelll

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.

xiaoguolin1992 avatar Jun 02 '19 03:06 xiaoguolin1992

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

xelll avatar Jun 13 '19 08:06 xelll

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).

tmolteno avatar Jul 08 '19 11:07 tmolteno