It seems that if the symlink is relative shutil.copyfile with followsymlinks=False breaks register template simulations that have a relative symlink. like sv/register_template.sv -> ../chisel/verilog/register_template.v
@chiplet any proposals how to solve this? Should we restrict to absolute symlinks. Then those can not be version controlled.
Best way I think would be to figure out a target and create a new symlink to that.
It seems that if the symlink is relative shutil.copyfile with followsymlinks=False breaks register template simulations that have a relative symlink. like sv/register_template.sv -> ../chisel/verilog/register_template.v
@chiplet any proposals how to solve this? Should we restrict to absolute symlinks. Then those can not be version controlled.
Best way I think would be to figure out a target and create a new symlink to that.