Skip to content

Xyce requires names for .endl lines #31

@christoph-weiser

Description

@christoph-weiser

Issue

Xyce requires .endl statements to state the name of library that it is ending.

Solution

Add corresponding library name to each .endl statement.
To keep delta between ngspice and xyce models small add them to ngspice model files too.

example before

lib tt
...
.endl

example after

lib tt
...
.endl tt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions