.editorconfig
.flake8
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
NEWS
README.md
dev-requirements.txt
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/lint.yml
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/_static/theme_overrides.css
doc/source/dev/devsetup.rst
doc/source/dev/index.rst
doc/source/ref/capi1.rst
doc/source/ref/glossary.rst
doc/source/ref/index.rst
doc/source/ref/migrations.rst
doc/source/user/cli.rst
doc/source/user/index.rst
doc/source/user/installation.rst
doc/source/user/introduction.rst
doc/source/user/knowledgebase.rst
doc/source/user/optional_deps.png
doc/source/user/overview.rst
doc/source/user/build_system/core_files.rst
doc/source/user/build_system/dependencies.rst
doc/source/user/build_system/eda_flows.rst
doc/source/user/build_system/filters.rst
doc/source/user/build_system/flags.rst
doc/source/user/build_system/flow_options.rst
doc/source/user/build_system/generators.rst
doc/source/user/build_system/hooks.rst
doc/source/user/build_system/index.rst
doc/source/user/build_system/mappings.rst
doc/source/user/build_system/tool_options.rst
doc/source/user/build_system/virtual_cores.rst
doc/source/user/build_system/vpi.rst
doc/source/user/package_manager/index.rst
extras/bash-completion
fusesoc/config.py
fusesoc/core.py
fusesoc/coremanager.py
fusesoc/edalizer.py
fusesoc/fusesoc.py
fusesoc/librarymanager.py
fusesoc/lockfile.py
fusesoc/main.py
fusesoc/signature.py
fusesoc/utils.py
fusesoc/version.py
fusesoc/vlnv.py
fusesoc.egg-info/PKG-INFO
fusesoc.egg-info/SOURCES.txt
fusesoc.egg-info/dependency_links.txt
fusesoc.egg-info/entry_points.txt
fusesoc.egg-info/requires.txt
fusesoc.egg-info/top_level.txt
fusesoc/capi2/core.py
fusesoc/capi2/coredata.py
fusesoc/capi2/coreparser.py
fusesoc/capi2/exprs.py
fusesoc/capi2/generator.py
fusesoc/capi2/inheritance.py
fusesoc/capi2/json_schema.py
fusesoc/filters/autotype.py
fusesoc/filters/coredepsmk.py
fusesoc/filters/custom.py
fusesoc/filters/dot.py
fusesoc/filters/spdxgen.py
fusesoc/filters/splitlib.py
fusesoc/parser/coreparser.py
fusesoc/provider/git.py
fusesoc/provider/github.py
fusesoc/provider/local.py
fusesoc/provider/opencores.py
fusesoc/provider/provider.py
fusesoc/provider/svn.py
fusesoc/provider/url.py
tests/test_capi2.py
tests/test_common.py
tests/test_config.py
tests/test_coremanager.py
tests/test_edalizer.py
tests/test_exprs.py
tests/test_ignored_dirs.py
tests/test_libraries.py
tests/test_lockfile.py
tests/test_provider.py
tests/test_signatures.py
tests/test_usecases.py
tests/test_vlnv.py
tests/capi2_cores/dependencies/top.core
tests/capi2_cores/dependencies/used-1.0.core
tests/capi2_cores/dependencies/used-1.1.core
tests/capi2_cores/deptree/child1.core
tests/capi2_cores/deptree/child2.core
tests/capi2_cores/deptree/child3.core
tests/capi2_cores/deptree/child4.core
tests/capi2_cores/deptree/generated_child_a.core
tests/capi2_cores/deptree/generated_child_a.py
tests/capi2_cores/deptree/root.core
tests/capi2_cores/files_out_of_hierarchy/bad.sv
tests/capi2_cores/files_out_of_hierarchy/subdir/files_out_of_hierarchy.core
tests/capi2_cores/files_out_of_hierarchy/subdir/good.sv
tests/capi2_cores/mapping/a.core
tests/capi2_cores/mapping/b.core
tests/capi2_cores/mapping/c.core
tests/capi2_cores/mapping/d.core
tests/capi2_cores/mapping/e.core
tests/capi2_cores/mapping/f.core
tests/capi2_cores/mapping/map_rec.core
tests/capi2_cores/mapping/map_vers.core
tests/capi2_cores/mapping/top.core
tests/capi2_cores/misc/append.core
tests/capi2_cores/misc/depends.core
tests/capi2_cores/misc/dontpickthisfile
tests/capi2_cores/misc/dummy.tcl
tests/capi2_cores/misc/empty.core
tests/capi2_cores/misc/f1
tests/capi2_cores/misc/f2
tests/capi2_cores/misc/f3
tests/capi2_cores/misc/f4
tests/capi2_cores/misc/fileattrs.core
tests/capi2_cores/misc/files.core
tests/capi2_cores/misc/filters.core
tests/capi2_cores/misc/flags.core
tests/capi2_cores/misc/flow.core
tests/capi2_cores/misc/hooks.core
tests/capi2_cores/misc/parameters.core
tests/capi2_cores/misc/scriptfile
tests/capi2_cores/misc/syntax_error.core
tests/capi2_cores/misc/targets.core
tests/capi2_cores/misc/toplevel.core
tests/capi2_cores/misc/typecheck.core
tests/capi2_cores/misc/uncachable.core
tests/capi2_cores/misc/vhdlfile
tests/capi2_cores/misc/vlogfile
tests/capi2_cores/misc/vpi.core
tests/capi2_cores/misc/vpifile
tests/capi2_cores/misc/generate/file_cachetest
tests/capi2_cores/misc/generate/generate.core
tests/capi2_cores/misc/generate/generators.core
tests/capi2_cores/misc/generate/testgen.py
tests/capi2_cores/misc/subdir/dummy.extra
tests/capi2_cores/override/1/basic.core
tests/capi2_cores/override/2/basic.core
tests/capi2_cores/parser/inheritance.core
tests/capi2_cores/parser/no_additional_properties.core
tests/capi2_cores/parser/with_additional_properties.core
tests/capi2_cores/providers/url_simple.core
tests/capi2_cores/providers/url_simple_with_user_agent.core
tests/capi2_cores/providers/url_tar.core
tests/capi2_cores/providers/url_zip.core
tests/capi2_cores/virtual/impl1.core
tests/capi2_cores/virtual/impl2.core
tests/capi2_cores/virtual/top_conflict.core
tests/capi2_cores/virtual/top_impl1.core
tests/capi2_cores/virtual/top_impl2.core
tests/capi2_cores/virtual/top_non_deterministic.core
tests/capi2_cores/virtual/user.core
tests/cores/adv_debug_sys/adv_debug_sys.core
tests/cores/atlys/atlys.core
tests/cores/atlys/data/atlys.ucf
tests/cores/atlys/data/dummy_backend_tcl_file.tcl
tests/cores/elf-loader/check_libelf.sh
tests/cores/elf-loader/elf-loader.c
tests/cores/elf-loader/elf-loader.core
tests/cores/elf-loader/vpi_wrapper.c
tests/cores/gpio/gpio.core
tests/cores/jtag_tap/jtag_tap-1.13.core
tests/cores/libstorage/libstorage-1.0.core
tests/cores/misc/c3demo.core
tests/cores/misc/c3demo.pcf
tests/cores/misc/dummy.tcl
tests/cores/misc/dummy.xci
tests/cores/misc/filetypes.core
tests/cores/misc/ghdltest.core
tests/cores/misc/gitcore.core
tests/cores/misc/no_exe_script.core
tests/cores/misc/nomain.core
tests/cores/misc/opencorescore.core
tests/cores/misc/paramtest.core
tests/cores/misc/scriptscore.core
tests/cores/misc/svn.core
tests/cores/misc/copytocore/copytocore.core
tests/cores/misc/copytocore/copytodot
tests/cores/misc/copytocore/dummy.tcl
tests/cores/misc/copytocore/subdir/dummy.extra
tests/cores/misc/scripts/no_exe_script
tests/cores/misc/scripts/post_build_script
tests/cores/misc/scripts/post_run_script
tests/cores/misc/scripts/pre_build_script
tests/cores/misc/scripts/pre_run_script
tests/cores/misc/subdir/dummy.extra
tests/cores/mor1kx/mor1kx-3.1.core
tests/cores/mor1kx-arty/mor1kx-arty.core
tests/cores/mor1kx-arty/mor1kx-arty.system
tests/cores/mor1kx-generic/mor1kx-generic.core
tests/cores/mor1kx-generic/scripts/post_run_script
tests/cores/mor1kx-generic/scripts/pre_build_script
tests/cores/mor1kx-generic/scripts/pre_run_script
tests/cores/sockit/sockit.core
tests/cores/uart16550/uart16550-1.5.core
tests/cores/verilator_tb_utils/verilator_tb_utils.core
tests/cores/verilog-arbiter/verilog-arbiter-r1.core
tests/cores/verilog_utils/verilog_utils.core
tests/cores/verilog_utils/verilog_utils.vh
tests/cores/vga_lcd/vga_lcd.core
tests/cores/vlog_tb_utils/vlog_tb_utils-1.1.core
tests/cores/vlog_tb_utils/files/0001-testpatch.patch
tests/cores/wb_common/wb_common.core
tests/cores/wb_common/wb_common.v
tests/cores/wb_common/wb_common_params.v
tests/cores/wb_intercon/dummy_icarus.v
tests/cores/wb_intercon/wb_intercon-1.0.core
tests/lockfiles/dependencies-partial-1.0.lock.yml
tests/lockfiles/dependencies-partial.lock.yml
tests/lockfiles/dependencies.lock.yml
tests/lockfiles/duplicates.lock.yml
tests/lockfiles/works.lock.yml
tests/signature_files/keyfiles/user1_ecdsa
tests/signature_files/keyfiles/user1_ecdsa.pub
tests/signature_files/keyfiles/user1_ed25519
tests/signature_files/keyfiles/user1_ed25519.pub
tests/signature_files/keyfiles/user1_rsa
tests/signature_files/keyfiles/user1_rsa.pub
tests/signature_files/keyfiles/user2_ed25519
tests/signature_files/keyfiles/user2_ed25519.pub
tests/signature_files/keyfiles/user3_ed25519
tests/signature_files/keyfiles/user3_ed25519.pub
tests/signature_files/trustfiles/trustfile_1ed_and_2
tests/signature_files/trustfiles/trustfile_1rsa+ed_and_3
tests/signature_files/trustfiles/trustfile_1rsa_and_2
tests/test_capi2/generators.info
tests/test_capi2/targets.info
tests/test_provider/file.tar.gz
tests/test_provider/file.v
tests/test_provider/file.zip
tests/test_provider/vlog_functions.v
tests/userguide/blinky/blinky.core
tests/userguide/blinky/data/nexys_video.xdc
tests/userguide/blinky/rtl/blinky.sv
tests/userguide/blinky/rtl/macros.svh
tests/userguide/blinky/tb/blinky_tb.sv
tests/userguide/dualblinky/dualblinky.core
tests/userguide/dualblinky/data/nexys_video.xdc
tests/userguide/dualblinky/rtl/dualblinky.sv