From c8883696a4fd692dcce3dad55fb0c91411090078 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper137 <74659744+GCHQDeveloper137@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:56:28 +0100 Subject: [PATCH] Add "generic" to the list of supported parameter types --- edalize/flows/vivado.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edalize/flows/vivado.py b/edalize/flows/vivado.py index 513d1e6c..d4139314 100644 --- a/edalize/flows/vivado.py +++ b/edalize/flows/vivado.py @@ -10,7 +10,7 @@ class Vivado(Edaflow): """The Vivado flow executes AMD Vivado to create a bitstream and optionally program a board. Yosys can be used for synthesis by setting the synth option accordingly""" - argtypes = ["vlogdefine", "vlogparam"] + argtypes = ["vlogdefine", "vlogparam", "generic"] FLOW_DEFINED_TOOL_OPTIONS = { "yosys": {"arch": "xilinx", "output_format": "edif"},