We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb634e commit cdfec22Copy full SHA for cdfec22
pyfpga/templates/diamond.jinja
@@ -25,7 +25,7 @@ prj_src add {% if 'lib' in attr %}-work {{ attr.lib }}{% else %}{% endif %} {{ n
25
# Constraints inclusion
26
# Diamond only supports one constraints file, so we need to combine them into the default diamond.lpf.
27
# We can't just do `prj_src add <constraints-file>` multiple times.
28
-set fileId [open diamond.lpf "w"]
+set fileId [open {{ project }}.lpf "w"]
29
{% for name, attr in constraints.items() %}
30
set fp [open "{{ name }}" r]
31
set file_data [read $fp]
0 commit comments