efabless / nix-eda

Nix derivations for EDA tools
Apache License 2.0
7 stars 3 forks source link

Include `iverilog` and `gtkwave` in flake distribution #1

Closed daquintero closed 5 months ago

daquintero commented 5 months ago

Hi Donn, love this nix distribution you've made, it's really handy thanks! Just thought to propose that the iverilog and gtkwave packages could be a good addition too for designers.

Seems like they're available as a package already too: https://mynixos.com/nixpkgs/package/verilog and https://mynixos.com/nixpkgs/package/gtkwave . Happy to PR too

donn commented 5 months ago

Hi Dario-- iverilog and gtkwave are already both in nixpkgs proper and are properly maintained and updated, so you can just nix shell nixpkgs#verilog or nix shell nixpkgs#gtkwave.

daquintero commented 5 months ago

Thanks a lot for the help, this is great!