├── README.md ├── executables ├── istyle │ └── istyle.exe └── verilator │ ├── libgcc_s_seh-1.dll │ ├── libstdc++-6.dll │ ├── libwinpthread-1.dll │ └── verilator.exe └── images ├── change-workspace-settings.png └── vscode-verilog.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/README.md -------------------------------------------------------------------------------- /executables/istyle/istyle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/executables/istyle/istyle.exe -------------------------------------------------------------------------------- /executables/verilator/libgcc_s_seh-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/executables/verilator/libgcc_s_seh-1.dll -------------------------------------------------------------------------------- /executables/verilator/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/executables/verilator/libstdc++-6.dll -------------------------------------------------------------------------------- /executables/verilator/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/executables/verilator/libwinpthread-1.dll -------------------------------------------------------------------------------- /executables/verilator/verilator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/executables/verilator/verilator.exe -------------------------------------------------------------------------------- /images/change-workspace-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/images/change-workspace-settings.png -------------------------------------------------------------------------------- /images/vscode-verilog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RainEggplant/vscode-verilog-integration/HEAD/images/vscode-verilog.png --------------------------------------------------------------------------------