Forum Discussion
wa_itd
New Member
22 hours agoI have since discovered that there is no problem if the _hw.tcl is loaded without the Component Editor GUI. So, perhaps the following questions are more important:
- How is it possible to load a _hw.tcl file without clicking "New Component" (thus opening the Component Editor)?
- How can you use callbacks when the _hw.tcl file is not located in the project directory?
- sstrell16 hours ago
Super Contributor
You create the component with Component Editor first and then you simply edit the _hw.tcl file the tool creates manually. Going back to the Component Editor will always create a new _hw.tcl without your customizations (backs up the previous file as _hw.tcl~).
- wa_itd4 hours ago
New Member
Thanks for your comment! I am wondering though, how do you then test the _hw.tcl that you've modified? Other than placing the file in the project directory and restarting Platform Designer such that it is reloaded? Feels like there should be an easier way...