nextpnr/common/kernel
2022-09-20 14:40:40 +02:00
..
arch_api.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
arch_pybindings_shared.h netlist: Add PseudoCell API 2022-07-08 14:30:57 +02:00
archcheck.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
base_arch.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
base_clusterinfo.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
basectx.cc refactor: id(stringf(...)) to new idf(...) helper 2022-08-10 10:57:46 +01:00
basectx.h refactor: id(stringf(...)) to new idf(...) helper 2022-08-10 10:57:46 +01:00
bits.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
bits.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
chain_utils.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
command.cc Added the --ignore-rel-clk option to control timing checks for cross-domain paths, formatted code 2022-09-20 14:40:40 +02:00
command.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
constraints.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
constraints.impl.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
context.cc netlist: Add PseudoCell API 2022-07-08 14:30:57 +02:00
context.h netlist: Add PseudoCell API 2022-07-08 14:30:57 +02:00
design_utils.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
design_utils.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
deterministic_rng.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
dynamic_bitarray.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
embed.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
embed.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
exclusive_state_groups.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
exclusive_state_groups.impl.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
handle_error.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
hashlib.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
idstring.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
idstring.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
idstringlist.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
idstringlist.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
indexed_store.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
log.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
log.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_assertions.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_assertions.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_base_types.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_namespaces.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_namespaces.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr_types.cc refactor: id(stringf(...)) to new idf(...) helper 2022-08-10 10:57:46 +01:00
nextpnr_types.h add missing overrides 2022-08-22 12:35:24 +02:00
nextpnr.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
nextpnr.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
property.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
property.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
pybindings.cc pybindings: Mark CellInfo::bel as readonly 2022-08-18 15:09:41 +02:00
pybindings.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
pycontainers.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
pywrappers.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
relptr.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
report.cc Don't assert on mixed domain paths in report 2022-05-22 13:56:36 +01:00
scope_lock.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
sdf.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
sso_array.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
str_ring_buffer.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
str_ring_buffer.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
svg.cc Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00
timing.cc Added the --ignore-rel-clk option to control timing checks for cross-domain paths, formatted code 2022-09-20 14:40:40 +02:00
timing.h Added the --ignore-rel-clk option to control timing checks for cross-domain paths, formatted code 2022-09-20 14:40:40 +02:00
util.h Split up common into kernel,place,route 2022-04-08 13:42:54 +01:00