You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the f4pga flow for a Xilinx board but I'm getting the following error:
Traceback (most recent call last):
File "/Users/cdepaula/python_bins/bin/fusesoc", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/main.py", line 672, in main
fusesoc(args)
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/main.py", line 662, in fusesoc
args.func(fs, args)
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/main.py", line 316, in run
edam_file, backend = fs.get_backend(core, flags, args.backendargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/fusesoc.py", line 155, in get_backend
edalizer.parse_args(backend_class, backendargs, edam)
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/edalizer.py", line 492, in parse_args
parser = self._build_parser(backend_class, edam)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cdepaula/python_bins/lib/python3.12/site-packages/fusesoc/edalizer.py", line 324, in _build_parser
paramtypes = backend_class.argtypes
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'F4pga' has no attribute 'argtypes'
The config is like:
artya7-35t-f4pga:
default_tool: f4pgadescription: Digilent ArtyA7-35T Board using F4PGA Toolchainfilesets: [base, artya7-35t, proginfo, progload]generate: [artya7-35t]hooks:
post_run: [artya7-35t]tools:
f4pga:
device: artix7part: xc7a35tcpg236-1chip: xc7a50t_testtoplevel: Toplevelparameters:
- ENABLE_INITIAL_MEM_
...
parameters:
ENABLE_INITIAL_MEM_:
description: Used by firtool so the memories are initialized with readmemh. https://github.com/llvm/circt/pull/5237paramtype: vlogdefinedatatype: booldefault: true
The text was updated successfully, but these errors were encountered:
I'm trying to use the f4pga flow for a Xilinx board but I'm getting the following error:
The config is like:
The text was updated successfully, but these errors were encountered: