mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
add verilog toolchains
This commit is contained in:
parent
2d3d4675b4
commit
2fdb70ac2c
5 changed files with 16 additions and 1 deletions
10
nixcfgs/modules/home/dev/verilog.nix
Normal file
10
nixcfgs/modules/home/dev/verilog.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs}: {
|
||||
home.packages = with pkgs; [
|
||||
verilator # Formatter
|
||||
iverilog # Simulator: Icarus Verilog
|
||||
gtkwave # Waveform Viewer
|
||||
vimPlugins.nvim-treesitter-parsers.verilog
|
||||
];
|
||||
|
||||
programs.zed-editor.extensions = ["verilog"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue