FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
794 stars 136 forks source link

Where to put .gtkwaverc on windows? #313

Closed Kedarius closed 6 months ago

Kedarius commented 1 year ago

I am not able to fiqure out where to put .gtkwaverc for gtkwave to load on start. The official docs says that it can be in home directory, the apio sim command says: (DEBUG) Home_dir: C:\Users\.apio however if I put it there it does not work. I also tried to put it in the actual working directory of the project.

Also how can I update the gtkwave version to something newer? The version apio installs is like 3 years old. I did replace it in C:\Users\.apio\packages\tool-gtkwave and it works but I suppose that it is not the correct way how to do it....

Obijuan commented 6 months ago

In the latest stable apio 0.9.2 the gtkwave has been updated. Could you please check it? I have not use gtkwave on Windows, but I guess that you should place the .gtkwaverc in C:\users\ (apio just execute gtkwave. Place it in the same location where gtkwave (without apio) read it by default)

Obijuan commented 6 months ago

I am closing this issue. Feel free to reopen it if the problem remains

Kedarius commented 5 months ago

Sorry, I've stopped using apio. While it is a great tool to get into FPGA development, I did progress to using the tools directly and also from CI/CD environment....