VHPI/PLI/VPI, SystemC Transactor and New File WizardsCategory : Code Generation ToolsThe Verilog PLI interface provides a standard mechanism to access and modify data in a simulated Verilog model. The PLI interface creates user-defined tasks and functions that interact with Active-HDL. These can be placed directly in HDL source code or called interactively from the console window. Active-HDL provides both the PLI interface linking applications to the simulator and tools that allow designers to compile and debug them within one integrated environment. The SystemC Transactor Wizard generates SystemC files that can be used as a starting point for developing a transactional testbench. The wizard creates three classes: a signal interface class, a task interface class, and a transactor class.