diff options
author | gatecat <gatecat@ds0.me> | 2022-04-08 14:32:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 14:32:33 +0100 |
commit | 57681e69ce75c781142908cf128bc3f3f59e2f6b (patch) | |
tree | ea642e20bc07441a800944390e1f904e6ce5b113 /common | |
parent | e42e22575f20b59634f88b5cf694efdb413ff0a0 (diff) | |
parent | 49f178ed94b5fad00d25dbd12adea0bf4732f803 (diff) | |
download | nextpnr-57681e69ce75c781142908cf128bc3f3f59e2f6b.tar.gz nextpnr-57681e69ce75c781142908cf128bc3f3f59e2f6b.tar.bz2 nextpnr-57681e69ce75c781142908cf128bc3f3f59e2f6b.zip |
Merge pull request #973 from YosysHQ/gatecat/folder-tidy
Split up common into kernel,place,route
Diffstat (limited to 'common')
-rw-r--r-- | common/kernel/arch_api.h (renamed from common/arch_api.h) | 0 | ||||
-rw-r--r-- | common/kernel/arch_pybindings_shared.h (renamed from common/arch_pybindings_shared.h) | 0 | ||||
-rw-r--r-- | common/kernel/archcheck.cc (renamed from common/archcheck.cc) | 0 | ||||
-rw-r--r-- | common/kernel/base_arch.h (renamed from common/base_arch.h) | 0 | ||||
-rw-r--r-- | common/kernel/base_clusterinfo.h (renamed from common/base_clusterinfo.h) | 0 | ||||
-rw-r--r-- | common/kernel/basectx.cc (renamed from common/basectx.cc) | 0 | ||||
-rw-r--r-- | common/kernel/basectx.h (renamed from common/basectx.h) | 0 | ||||
-rw-r--r-- | common/kernel/bits.cc (renamed from common/bits.cc) | 0 | ||||
-rw-r--r-- | common/kernel/bits.h (renamed from common/bits.h) | 0 | ||||
-rw-r--r-- | common/kernel/chain_utils.h (renamed from common/chain_utils.h) | 0 | ||||
-rw-r--r-- | common/kernel/command.cc (renamed from common/command.cc) | 0 | ||||
-rw-r--r-- | common/kernel/command.h (renamed from common/command.h) | 0 | ||||
-rw-r--r-- | common/kernel/constraints.h (renamed from common/constraints.h) | 0 | ||||
-rw-r--r-- | common/kernel/constraints.impl.h (renamed from common/constraints.impl.h) | 0 | ||||
-rw-r--r-- | common/kernel/context.cc (renamed from common/context.cc) | 0 | ||||
-rw-r--r-- | common/kernel/context.h (renamed from common/context.h) | 0 | ||||
-rw-r--r-- | common/kernel/design_utils.cc (renamed from common/design_utils.cc) | 0 | ||||
-rw-r--r-- | common/kernel/design_utils.h (renamed from common/design_utils.h) | 0 | ||||
-rw-r--r-- | common/kernel/deterministic_rng.h (renamed from common/deterministic_rng.h) | 0 | ||||
-rw-r--r-- | common/kernel/dynamic_bitarray.h (renamed from common/dynamic_bitarray.h) | 0 | ||||
-rw-r--r-- | common/kernel/embed.cc (renamed from common/embed.cc) | 0 | ||||
-rw-r--r-- | common/kernel/embed.h (renamed from common/embed.h) | 0 | ||||
-rw-r--r-- | common/kernel/exclusive_state_groups.h (renamed from common/exclusive_state_groups.h) | 0 | ||||
-rw-r--r-- | common/kernel/exclusive_state_groups.impl.h (renamed from common/exclusive_state_groups.impl.h) | 0 | ||||
-rw-r--r-- | common/kernel/handle_error.cc (renamed from common/handle_error.cc) | 0 | ||||
-rw-r--r-- | common/kernel/hashlib.h (renamed from common/hashlib.h) | 0 | ||||
-rw-r--r-- | common/kernel/idstring.cc (renamed from common/idstring.cc) | 0 | ||||
-rw-r--r-- | common/kernel/idstring.h (renamed from common/idstring.h) | 0 | ||||
-rw-r--r-- | common/kernel/idstringlist.cc (renamed from common/idstringlist.cc) | 0 | ||||
-rw-r--r-- | common/kernel/idstringlist.h (renamed from common/idstringlist.h) | 0 | ||||
-rw-r--r-- | common/kernel/indexed_store.h (renamed from common/indexed_store.h) | 0 | ||||
-rw-r--r-- | common/kernel/log.cc (renamed from common/log.cc) | 0 | ||||
-rw-r--r-- | common/kernel/log.h (renamed from common/log.h) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr.cc (renamed from common/nextpnr.cc) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr.h (renamed from common/nextpnr.h) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_assertions.cc (renamed from common/nextpnr_assertions.cc) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_assertions.h (renamed from common/nextpnr_assertions.h) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_base_types.h (renamed from common/nextpnr_base_types.h) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_namespaces.cc (renamed from common/nextpnr_namespaces.cc) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_namespaces.h (renamed from common/nextpnr_namespaces.h) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_types.cc (renamed from common/nextpnr_types.cc) | 0 | ||||
-rw-r--r-- | common/kernel/nextpnr_types.h (renamed from common/nextpnr_types.h) | 0 | ||||
-rw-r--r-- | common/kernel/property.cc (renamed from common/property.cc) | 0 | ||||
-rw-r--r-- | common/kernel/property.h (renamed from common/property.h) | 0 | ||||
-rw-r--r-- | common/kernel/pybindings.cc (renamed from common/pybindings.cc) | 0 | ||||
-rw-r--r-- | common/kernel/pybindings.h (renamed from common/pybindings.h) | 0 | ||||
-rw-r--r-- | common/kernel/pycontainers.h (renamed from common/pycontainers.h) | 0 | ||||
-rw-r--r-- | common/kernel/pywrappers.h (renamed from common/pywrappers.h) | 0 | ||||
-rw-r--r-- | common/kernel/relptr.h (renamed from common/relptr.h) | 0 | ||||
-rw-r--r-- | common/kernel/report.cc (renamed from common/report.cc) | 0 | ||||
-rw-r--r-- | common/kernel/scope_lock.h (renamed from common/scope_lock.h) | 0 | ||||
-rw-r--r-- | common/kernel/sdf.cc (renamed from common/sdf.cc) | 0 | ||||
-rw-r--r-- | common/kernel/sso_array.h (renamed from common/sso_array.h) | 0 | ||||
-rw-r--r-- | common/kernel/str_ring_buffer.cc (renamed from common/str_ring_buffer.cc) | 0 | ||||
-rw-r--r-- | common/kernel/str_ring_buffer.h (renamed from common/str_ring_buffer.h) | 0 | ||||
-rw-r--r-- | common/kernel/svg.cc (renamed from common/svg.cc) | 0 | ||||
-rw-r--r-- | common/kernel/timing.cc (renamed from common/timing.cc) | 0 | ||||
-rw-r--r-- | common/kernel/timing.h (renamed from common/timing.h) | 0 | ||||
-rw-r--r-- | common/kernel/util.h (renamed from common/util.h) | 0 | ||||
-rw-r--r-- | common/place/fast_bels.h (renamed from common/fast_bels.h) | 0 | ||||
-rw-r--r-- | common/place/parallel_refine.cc (renamed from common/parallel_refine.cc) | 0 | ||||
-rw-r--r-- | common/place/parallel_refine.h (renamed from common/parallel_refine.h) | 0 | ||||
-rw-r--r-- | common/place/place_common.cc (renamed from common/place_common.cc) | 0 | ||||
-rw-r--r-- | common/place/place_common.h (renamed from common/place_common.h) | 0 | ||||
-rw-r--r-- | common/place/placer1.cc (renamed from common/placer1.cc) | 0 | ||||
-rw-r--r-- | common/place/placer1.h (renamed from common/placer1.h) | 0 | ||||
-rw-r--r-- | common/place/placer_heap.cc (renamed from common/placer_heap.cc) | 0 | ||||
-rw-r--r-- | common/place/placer_heap.h (renamed from common/placer_heap.h) | 0 | ||||
-rw-r--r-- | common/place/timing_opt.cc (renamed from common/timing_opt.cc) | 0 | ||||
-rw-r--r-- | common/place/timing_opt.h (renamed from common/timing_opt.h) | 0 | ||||
-rw-r--r-- | common/route/router1.cc (renamed from common/router1.cc) | 0 | ||||
-rw-r--r-- | common/route/router1.h (renamed from common/router1.h) | 0 | ||||
-rw-r--r-- | common/route/router2.cc (renamed from common/router2.cc) | 0 | ||||
-rw-r--r-- | common/route/router2.h (renamed from common/router2.h) | 0 |
74 files changed, 0 insertions, 0 deletions
diff --git a/common/arch_api.h b/common/kernel/arch_api.h index 14a30652..14a30652 100644 --- a/common/arch_api.h +++ b/common/kernel/arch_api.h diff --git a/common/arch_pybindings_shared.h b/common/kernel/arch_pybindings_shared.h index b3dc0506..b3dc0506 100644 --- a/common/arch_pybindings_shared.h +++ b/common/kernel/arch_pybindings_shared.h diff --git a/common/archcheck.cc b/common/kernel/archcheck.cc index 23ec7aee..23ec7aee 100644 --- a/common/archcheck.cc +++ b/common/kernel/archcheck.cc diff --git a/common/base_arch.h b/common/kernel/base_arch.h index 3055619d..3055619d 100644 --- a/common/base_arch.h +++ b/common/kernel/base_arch.h diff --git a/common/base_clusterinfo.h b/common/kernel/base_clusterinfo.h index 65e8e6d4..65e8e6d4 100644 --- a/common/base_clusterinfo.h +++ b/common/kernel/base_clusterinfo.h diff --git a/common/basectx.cc b/common/kernel/basectx.cc index 83a2deea..83a2deea 100644 --- a/common/basectx.cc +++ b/common/kernel/basectx.cc diff --git a/common/basectx.h b/common/kernel/basectx.h index 21d6d63a..21d6d63a 100644 --- a/common/basectx.h +++ b/common/kernel/basectx.h diff --git a/common/bits.cc b/common/kernel/bits.cc index b20c2e86..b20c2e86 100644 --- a/common/bits.cc +++ b/common/kernel/bits.cc diff --git a/common/bits.h b/common/kernel/bits.h index 04b25b74..04b25b74 100644 --- a/common/bits.h +++ b/common/kernel/bits.h diff --git a/common/chain_utils.h b/common/kernel/chain_utils.h index ca8a1be3..ca8a1be3 100644 --- a/common/chain_utils.h +++ b/common/kernel/chain_utils.h diff --git a/common/command.cc b/common/kernel/command.cc index 00f900b3..00f900b3 100644 --- a/common/command.cc +++ b/common/kernel/command.cc diff --git a/common/command.h b/common/kernel/command.h index 6cce8c61..6cce8c61 100644 --- a/common/command.h +++ b/common/kernel/command.h diff --git a/common/constraints.h b/common/kernel/constraints.h index 65abf12c..65abf12c 100644 --- a/common/constraints.h +++ b/common/kernel/constraints.h diff --git a/common/constraints.impl.h b/common/kernel/constraints.impl.h index 9c978411..9c978411 100644 --- a/common/constraints.impl.h +++ b/common/kernel/constraints.impl.h diff --git a/common/context.cc b/common/kernel/context.cc index e35d3e49..e35d3e49 100644 --- a/common/context.cc +++ b/common/kernel/context.cc diff --git a/common/context.h b/common/kernel/context.h index cb8fd257..cb8fd257 100644 --- a/common/context.h +++ b/common/kernel/context.h diff --git a/common/design_utils.cc b/common/kernel/design_utils.cc index f52cc304..f52cc304 100644 --- a/common/design_utils.cc +++ b/common/kernel/design_utils.cc diff --git a/common/design_utils.h b/common/kernel/design_utils.h index 069600b5..069600b5 100644 --- a/common/design_utils.h +++ b/common/kernel/design_utils.h diff --git a/common/deterministic_rng.h b/common/kernel/deterministic_rng.h index 3aab5a49..3aab5a49 100644 --- a/common/deterministic_rng.h +++ b/common/kernel/deterministic_rng.h diff --git a/common/dynamic_bitarray.h b/common/kernel/dynamic_bitarray.h index be41835b..be41835b 100644 --- a/common/dynamic_bitarray.h +++ b/common/kernel/dynamic_bitarray.h diff --git a/common/embed.cc b/common/kernel/embed.cc index 70bbc6fb..70bbc6fb 100644 --- a/common/embed.cc +++ b/common/kernel/embed.cc diff --git a/common/embed.h b/common/kernel/embed.h index 5f2754f8..5f2754f8 100644 --- a/common/embed.h +++ b/common/kernel/embed.h diff --git a/common/exclusive_state_groups.h b/common/kernel/exclusive_state_groups.h index 68ce7c4e..68ce7c4e 100644 --- a/common/exclusive_state_groups.h +++ b/common/kernel/exclusive_state_groups.h diff --git a/common/exclusive_state_groups.impl.h b/common/kernel/exclusive_state_groups.impl.h index f3ddb5fd..f3ddb5fd 100644 --- a/common/exclusive_state_groups.impl.h +++ b/common/kernel/exclusive_state_groups.impl.h diff --git a/common/handle_error.cc b/common/kernel/handle_error.cc index d5542369..d5542369 100644 --- a/common/handle_error.cc +++ b/common/kernel/handle_error.cc diff --git a/common/hashlib.h b/common/kernel/hashlib.h index 2f7357e2..2f7357e2 100644 --- a/common/hashlib.h +++ b/common/kernel/hashlib.h diff --git a/common/idstring.cc b/common/kernel/idstring.cc index 9e27ac6f..9e27ac6f 100644 --- a/common/idstring.cc +++ b/common/kernel/idstring.cc diff --git a/common/idstring.h b/common/kernel/idstring.h index 019e0a2a..019e0a2a 100644 --- a/common/idstring.h +++ b/common/kernel/idstring.h diff --git a/common/idstringlist.cc b/common/kernel/idstringlist.cc index 624622cf..624622cf 100644 --- a/common/idstringlist.cc +++ b/common/kernel/idstringlist.cc diff --git a/common/idstringlist.h b/common/kernel/idstringlist.h index 5e462d0e..5e462d0e 100644 --- a/common/idstringlist.h +++ b/common/kernel/idstringlist.h diff --git a/common/indexed_store.h b/common/kernel/indexed_store.h index df607c13..df607c13 100644 --- a/common/indexed_store.h +++ b/common/kernel/indexed_store.h diff --git a/common/log.cc b/common/kernel/log.cc index 8b1ad43b..8b1ad43b 100644 --- a/common/log.cc +++ b/common/kernel/log.cc diff --git a/common/log.h b/common/kernel/log.h index 0ac4edf5..0ac4edf5 100644 --- a/common/log.h +++ b/common/kernel/log.h diff --git a/common/nextpnr.cc b/common/kernel/nextpnr.cc index 8c902d88..8c902d88 100644 --- a/common/nextpnr.cc +++ b/common/kernel/nextpnr.cc diff --git a/common/nextpnr.h b/common/kernel/nextpnr.h index 3b65900b..3b65900b 100644 --- a/common/nextpnr.h +++ b/common/kernel/nextpnr.h diff --git a/common/nextpnr_assertions.cc b/common/kernel/nextpnr_assertions.cc index ac4cdf57..ac4cdf57 100644 --- a/common/nextpnr_assertions.cc +++ b/common/kernel/nextpnr_assertions.cc diff --git a/common/nextpnr_assertions.h b/common/kernel/nextpnr_assertions.h index 1989aa3a..1989aa3a 100644 --- a/common/nextpnr_assertions.h +++ b/common/kernel/nextpnr_assertions.h diff --git a/common/nextpnr_base_types.h b/common/kernel/nextpnr_base_types.h index 944bf0b8..944bf0b8 100644 --- a/common/nextpnr_base_types.h +++ b/common/kernel/nextpnr_base_types.h diff --git a/common/nextpnr_namespaces.cc b/common/kernel/nextpnr_namespaces.cc index 802c89b4..802c89b4 100644 --- a/common/nextpnr_namespaces.cc +++ b/common/kernel/nextpnr_namespaces.cc diff --git a/common/nextpnr_namespaces.h b/common/kernel/nextpnr_namespaces.h index b758d7c5..b758d7c5 100644 --- a/common/nextpnr_namespaces.h +++ b/common/kernel/nextpnr_namespaces.h diff --git a/common/nextpnr_types.cc b/common/kernel/nextpnr_types.cc index 57d816c0..57d816c0 100644 --- a/common/nextpnr_types.cc +++ b/common/kernel/nextpnr_types.cc diff --git a/common/nextpnr_types.h b/common/kernel/nextpnr_types.h index c21182cc..c21182cc 100644 --- a/common/nextpnr_types.h +++ b/common/kernel/nextpnr_types.h diff --git a/common/property.cc b/common/kernel/property.cc index 6c30436d..6c30436d 100644 --- a/common/property.cc +++ b/common/kernel/property.cc diff --git a/common/property.h b/common/kernel/property.h index 814b2cac..814b2cac 100644 --- a/common/property.h +++ b/common/kernel/property.h diff --git a/common/pybindings.cc b/common/kernel/pybindings.cc index 9a783eb4..9a783eb4 100644 --- a/common/pybindings.cc +++ b/common/kernel/pybindings.cc diff --git a/common/pybindings.h b/common/kernel/pybindings.h index 695441f3..695441f3 100644 --- a/common/pybindings.h +++ b/common/kernel/pybindings.h diff --git a/common/pycontainers.h b/common/kernel/pycontainers.h index ff49c34c..ff49c34c 100644 --- a/common/pycontainers.h +++ b/common/kernel/pycontainers.h diff --git a/common/pywrappers.h b/common/kernel/pywrappers.h index 60ef65be..60ef65be 100644 --- a/common/pywrappers.h +++ b/common/kernel/pywrappers.h diff --git a/common/relptr.h b/common/kernel/relptr.h index f0f45b7d..f0f45b7d 100644 --- a/common/relptr.h +++ b/common/kernel/relptr.h diff --git a/common/report.cc b/common/kernel/report.cc index 98ff14fb..98ff14fb 100644 --- a/common/report.cc +++ b/common/kernel/report.cc diff --git a/common/scope_lock.h b/common/kernel/scope_lock.h index 2f0f767c..2f0f767c 100644 --- a/common/scope_lock.h +++ b/common/kernel/scope_lock.h diff --git a/common/sdf.cc b/common/kernel/sdf.cc index acff56ed..acff56ed 100644 --- a/common/sdf.cc +++ b/common/kernel/sdf.cc diff --git a/common/sso_array.h b/common/kernel/sso_array.h index 80e7d1c1..80e7d1c1 100644 --- a/common/sso_array.h +++ b/common/kernel/sso_array.h diff --git a/common/str_ring_buffer.cc b/common/kernel/str_ring_buffer.cc index 443d8612..443d8612 100644 --- a/common/str_ring_buffer.cc +++ b/common/kernel/str_ring_buffer.cc diff --git a/common/str_ring_buffer.h b/common/kernel/str_ring_buffer.h index 42583beb..42583beb 100644 --- a/common/str_ring_buffer.h +++ b/common/kernel/str_ring_buffer.h diff --git a/common/svg.cc b/common/kernel/svg.cc index c5e2ea36..c5e2ea36 100644 --- a/common/svg.cc +++ b/common/kernel/svg.cc diff --git a/common/timing.cc b/common/kernel/timing.cc index 834785fb..834785fb 100644 --- a/common/timing.cc +++ b/common/kernel/timing.cc diff --git a/common/timing.h b/common/kernel/timing.h index fe1bcaa8..fe1bcaa8 100644 --- a/common/timing.h +++ b/common/kernel/timing.h diff --git a/common/util.h b/common/kernel/util.h index c10abb72..c10abb72 100644 --- a/common/util.h +++ b/common/kernel/util.h diff --git a/common/fast_bels.h b/common/place/fast_bels.h index ba9938c6..ba9938c6 100644 --- a/common/fast_bels.h +++ b/common/place/fast_bels.h diff --git a/common/parallel_refine.cc b/common/place/parallel_refine.cc index a868ca58..a868ca58 100644 --- a/common/parallel_refine.cc +++ b/common/place/parallel_refine.cc diff --git a/common/parallel_refine.h b/common/place/parallel_refine.h index 556317cd..556317cd 100644 --- a/common/parallel_refine.h +++ b/common/place/parallel_refine.h diff --git a/common/place_common.cc b/common/place/place_common.cc index e03fca55..e03fca55 100644 --- a/common/place_common.cc +++ b/common/place/place_common.cc diff --git a/common/place_common.h b/common/place/place_common.h index 5e5cbee3..5e5cbee3 100644 --- a/common/place_common.h +++ b/common/place/place_common.h diff --git a/common/placer1.cc b/common/place/placer1.cc index a6ba3895..a6ba3895 100644 --- a/common/placer1.cc +++ b/common/place/placer1.cc diff --git a/common/placer1.h b/common/place/placer1.h index 9dfb0b0d..9dfb0b0d 100644 --- a/common/placer1.h +++ b/common/place/placer1.h diff --git a/common/placer_heap.cc b/common/place/placer_heap.cc index 4c9ffb23..4c9ffb23 100644 --- a/common/placer_heap.cc +++ b/common/place/placer_heap.cc diff --git a/common/placer_heap.h b/common/place/placer_heap.h index 9c62869e..9c62869e 100644 --- a/common/placer_heap.h +++ b/common/place/placer_heap.h diff --git a/common/timing_opt.cc b/common/place/timing_opt.cc index f9246292..f9246292 100644 --- a/common/timing_opt.cc +++ b/common/place/timing_opt.cc diff --git a/common/timing_opt.h b/common/place/timing_opt.h index 8f8bc709..8f8bc709 100644 --- a/common/timing_opt.h +++ b/common/place/timing_opt.h diff --git a/common/router1.cc b/common/route/router1.cc index 98132116..98132116 100644 --- a/common/router1.cc +++ b/common/route/router1.cc diff --git a/common/router1.h b/common/route/router1.h index a7ec5bad..a7ec5bad 100644 --- a/common/router1.h +++ b/common/route/router1.h diff --git a/common/router2.cc b/common/route/router2.cc index e943e493..e943e493 100644 --- a/common/router2.cc +++ b/common/route/router2.cc diff --git a/common/router2.h b/common/route/router2.h index 629453c6..629453c6 100644 --- a/common/router2.h +++ b/common/route/router2.h |