Skip to content

yosysSynthesisReport() should not hardcode the FuseSoC version #10

Open
@oleg-nenashev

Description

@oleg-nenashev

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions