verilog-testbench-instance READMEThis extension "verilog-testbench-instance" can be used to enhance verilog programming capability. FeaturesIt includes two command, Testbench(generate testbench for verilog module in active editor) and Instance(generate instance for verilog module in active editor). For example if there is active editor of verilog module, you press ctrl+ shift + p to select command: It will generate the testbench in a new terminal. RequirementsIt need python3 environment. Extension SettingsThis extension contributes the following settings:
Known Issues
It is not known what the other issues are. Release NotesThe github address: https://github.com/truecrab/VSCode_Extension_Verilog 1.0.02018/05/07 The initial version. It can generate testbench and instance for verilog module. 1.0.12018/05/07 Fixed README.md. 1.0.22018/05/07 Fixed README.md to display figure. 1.0.32018/05/07 Delete out in .gitignore for upload out folder. 1.0.52018/05/08 Modify the file open operation to fixed decoding problem in China. OtherEnjoy! |