diff options
Diffstat (limited to 'generic/examples')
-rw-r--r-- | generic/examples/write_fasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/examples/write_fasm.py b/generic/examples/write_fasm.py index fb55c41d..1f279b63 100644 --- a/generic/examples/write_fasm.py +++ b/generic/examples/write_fasm.py @@ -22,7 +22,7 @@ ParameterConfig.__new__.__defaults__ = (False, True, 1, None) Write a design as FASM ctx: nextpnr context - paramCfg: ParameterConfig describing how to write parameters + paramCfg: map from (celltype, parametername) -> ParameterConfig describing how to write parameters f: output file """ def write_fasm(ctx, paramCfg, f): |