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

empty design causing icetime error: No path found! #2

Open
gojimmypi opened this issue Mar 10, 2019 · 0 comments
Open

empty design causing icetime error: No path found! #2

gojimmypi opened this issue Mar 10, 2019 · 0 comments

Comments

@gojimmypi
Copy link

The current Makefile calls icetime at the same time as nextpnr. The problem is that icetime generates an error: No path found! (despite actually creating the rpt file). This is apparently a design error, not a file system error. See also YosysHQ/icestorm#205 and YosysHQ/icestorm#45.

The first time running make results in this error:

[ ... snip ... ]
icetime -d hx8k -c 50 otl-modem.asc
// Reading input .asc file..
// Reading 8k chipdb file..
// Creating timing netlist..
// Timing estimate: 0.00 ns (inf MHz)
No path found!
Makefile:38: recipe for target 'otl-modem.asc' failed
make: *** [otl-modem.asc] Error 1

As the otl-modem.rpt and otl-modem.asc files are still created despite the error message, running make again appears to be otherwise successful.

Further details can be found in YosysHQ/icestorm#204

See PR #1 for suggested resolution.

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