HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

Enable set outputpath #24

Closed sverrham closed 5 months ago

sverrham commented 5 months ago

Update readme for how to install, the preferred way is with pip as the setup tools way is deprecated.

Also add possibility to change the output path when initializing.

The functionality is not changed with default usecase so this is fully backward compatible and all tests pass (I could not run all test since I do not have all the simulators)

Example of the new functionality to define the output path: hr = HDLRegression(output_path="hdlreg")

sverrham commented 5 months ago

Should address #16