Skip to content

batch.list to execute current folder #9

Description

@LudwigCRON

in the current syntax of the batch.list, the file need to be placed in the parent folder of the simulation testcase:

testcases:
    batch.list
    adder
        tb.sv
        sources.list

while it would be more practical to have

testcases:
    adder
        tb.sv
        batch.list
        sources.list

so that in batch.list the folder is . or ./

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions