ucsc-vama / essent

high-performance RTL simulator
Other
139 stars 13 forks source link

Compiler mini fix #23

Closed johndrab closed 6 months ago

johndrab commented 6 months ago

When running Essent on a file with no specified output/file path, it would default to the root directory due to the addition of a '/' in front of the output file name. This is potentially confusing behavior and could result in an error if permissions are not set appropriately. This fix changes it to use the file path of the user as the default output if no file path is given.

sbeamer commented 6 months ago

Thank you!