vendor.xilinx_spartan_3_6: force use of bash on UNIX.
This commit is contained in:
parent
5eb4e2ee51
commit
6b025df12c
1
nmigen/vendor/xilinx_spartan_3_6.py
vendored
1
nmigen/vendor/xilinx_spartan_3_6.py
vendored
|
@ -121,6 +121,7 @@ class XilinxSpartan3Or6Platform(TemplatedPlatform):
|
||||||
{{get_override("add_constraints")|default("# (add_constraints placeholder)")}}
|
{{get_override("add_constraints")|default("# (add_constraints placeholder)")}}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
unix_interpreter = "bash"
|
||||||
command_templates = [
|
command_templates = [
|
||||||
r"""
|
r"""
|
||||||
{{get_tool("xst")}}
|
{{get_tool("xst")}}
|
||||||
|
|
Loading…
Reference in a new issue