Commit 49b7d57
committed
update README, fix python requirements and bump python-ic
Signed-off-by: Alessandro Comodi <[email protected]>1 parent e650e54 commit 49b7d57
File tree
3 files changed
+10
-9
lines changed- third_party
3 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Submodule python-fpga-interchange updated 56 files
- .github/workflows/ci.yml+1-1
- LICENSE+1-1
- Makefile+1-1
- fpga_interchange/__init__.py+1-1
- fpga_interchange/add_prim_lib.py+2-2
- fpga_interchange/annotations.py+1-1
- fpga_interchange/capnp_utils.py+1-1
- fpga_interchange/chip_info.py+1-1
- fpga_interchange/chip_info_utils.py+1-1
- fpga_interchange/compare.py+1-1
- fpga_interchange/compare_timings.py+1-1
- fpga_interchange/constraint_generator.py+1-1
- fpga_interchange/constraints/model.py+1-1
- fpga_interchange/constraints/placement_oracle.py+1-1
- fpga_interchange/constraints/sat.py+1-1
- fpga_interchange/constraints/tool.py+1-1
- fpga_interchange/convert.py+1-1
- fpga_interchange/converters.py+1-1
- fpga_interchange/device_resources.py+1-1
- fpga_interchange/device_timing_patching.py+1-1
- fpga_interchange/fasm_generator.py+1-1
- fpga_interchange/fasm_generators/generic.py+1-1
- fpga_interchange/fasm_generators/luts.py+1-1
- fpga_interchange/fasm_generators/nexus/__init__.py+1-1
- fpga_interchange/fasm_generators/nexus/nexus.py+1-1
- fpga_interchange/fasm_generators/utils.py+1-1
- fpga_interchange/fasm_generators/xc7/__init__.py+1-1
- fpga_interchange/fasm_generators/xc7/xc7.py+1-1
- fpga_interchange/fasm_generators/xc7/xc7_cmt.py+1-1
- fpga_interchange/fasm_generators/xc7/xc7_iobs.py+1-1
- fpga_interchange/field_cache.py+1-1
- fpga_interchange/interchange_capnp.py+1-1
- fpga_interchange/json_support.py+1-1
- fpga_interchange/logical_netlist.py+1-1
- fpga_interchange/nextpnr.py+1-1
- fpga_interchange/nextpnr_emit.py+1-1
- fpga_interchange/parameter_definitions.py+1-1
- fpga_interchange/patch.py+1-1
- fpga_interchange/physical_netlist.py+1-1
- fpga_interchange/populate_chip_info.py+1-1
- fpga_interchange/prjxray_db_reader.py+1-1
- fpga_interchange/rapidyaml_support.py+1-1
- fpga_interchange/route_stitching.py+1-1
- fpga_interchange/static_timing_analysis.py+1-1
- fpga_interchange/testarch_generators/device_resources_builder.py+78-21
- fpga_interchange/testarch_generators/generate_testarch.py+6-14
- fpga_interchange/yaml_support.py+1-1
- fpga_interchange/yosys_json.py+58-18
- requirements.txt+1-1
- setup.py+5-5
- tests/bram_constraint_test.py+1-1
- tests/example_netlist.py+1-1
- tests/test_basics.py+1-1
- tests/test_constraints.py+1-1
- tests/test_converters.py+1-1
- tests/test_exclusive_set.py+1-1
0 commit comments