Closed
Description
Thank you for your hard work! I have a request.
When I have multiple buffers open with different compilation targets of the same package in each buffer, I would like it if, for example, updating a src
module will propagate the changes to another buffer open on the test
module that imports that src
module. What currently happens is that I need to restart the HLS, or restart my editor (emacs), in order for HLS to pick up the changes to the upstream component in the test
module buffer.