hdlmake.tools.active_hdl package

Module contents

Module providing support for Aldec Active-HDL simulator

class hdlmake.tools.active_hdl.ToolActiveHDL

Bases: hdlmake.tools.make_sim.ToolSim

Class providing the interface to control an Active-HDL simulation

CLEAN_TARGETS = {'clean': ['run.command', 'library.cfg', 'work'], 'mrproper': ['*.vcd', '*.asdb']}
HDL_FILES = {<class 'hdlmake.srcfile.VHDLFile'>: None, <class 'hdlmake.srcfile.SVFile'>: None, <class 'hdlmake.srcfile.VerilogFile'>: None}
STANDARD_LIBS = ['ieee', 'std']
TOOL_INFO = {'id': 'active_hdl', 'linux_bin': None, 'name': 'Aldec Active-HDL', 'windows_bin': 'vsimsa.exe'}