hdlmake.tools.modelsim package

Module contents

Module providing support for Mentor Modelsim simulation

class hdlmake.tools.modelsim.ToolModelsim

Bases: hdlmake.tools.sim_makefile_support.VsimMakefileWriter

Class providing the interface for Mentor Modelsim simulator

CLEAN_TARGETS = {'clean': ['modelsim.ini', 'transcript'], 'mrproper': ['*.vcd', '*.wlf']}
STANDARD_LIBS = ['ieee', 'std', 'altera_mf']
TOOL_INFO = {'id': 'modelsim', 'linux_bin': 'vsim', 'name': 'Modelsim', 'windows_bin': 'vsim.exe'}