MyHDL ToolsThis package provides some helpful code generators for using the FeaturesTestbench InstantiationGiven a verilog module, this will create a snippet for verilog testbench which can be used to bind the module to MyHDL. All nets are initialized as Bind InitializationGiven a verilog module, this will create a snippet for that same module in MyHDL format which can be referred to in a MyHDL testbench. RequirementsThis package relies on Ctags for parsing. The recommended version to install is Universal Ctags Installation of Universal Ctags
Release Notes0.0.1Initial release 1.0.0Added Unittest instantiation and updated testbench and bind instantiation. 1.1.0Added user setting to modify default iverilog myhdl.vpi path. 1.1.1Added user setting to modify default sources path. 2.0.0Added functionality for differentiating between input and output ports. 2.1.0Added file creation functionality. |