YosysHQ / sby

SymbiYosys (sby) -- Front-end for Yosys-based formal verification flows
Other
387 stars 73 forks source link

Absolute paths in Windows #162

Open KrystalDelusion opened 2 years ago

KrystalDelusion commented 2 years ago

Declaring absolute paths for files to copy isn't handled well. e.g.

[files]
C:\...\example.sv

Running this is fine, unless there is a task called C defined, which causes the line to be skipped and the rest of the tasks will fail.