File tree
8 files changed
+104
-17
lines changed- .github/workflows
- third_party
8 files changed
+104
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| 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 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
| 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