Commit 513fd771 authored by Tristan Gingold's avatar Tristan Gingold

ghdl.py: add binary name for windows.

parent c2f6cac6
......@@ -37,7 +37,7 @@ class ToolGHDL(ToolSim):
TOOL_INFO = {
'name': 'GHDL',
'id': 'ghdl',
'windows_bin': None,
'windows_bin': 'ghdl',
'linux_bin': 'ghdl'}
STANDARD_LIBS = ['ieee', 'std']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment