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

yosysSynthesisReport() should not hardcode the FuseSoC version #10

Open
oleg-nenashev opened this issue Aug 28, 2019 · 0 comments
Open

Comments

@oleg-nenashev
Copy link
Member

The current usage pattern is:

                yosysSynthesisReport {
					core 'mor1kx'
					target 'synth'
					logPath 'build/mor1kx_5.0-r3/synth-icestorm/yosys.log'
				}

logPath should be explicitly set by a user, so their Jenkinsfiles will fall apart once the FuseSoC version changes in the LCCI Image (which is not even parameterizable). My suggestion would be to calculate a default log path inside the Pipeline step. If needed, we can expose version environment variables for tools in the LCCI images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant