mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-27 20:47:52 +00:00
pybindings: make errors in Python scripts stop nextpnr execution
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user