• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

project-rig / nengo_spinnaker
80%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix-building
DEFAULT BRANCH: master
Repo Added 04 Apr 2015 11:27AM UTC
Files 135
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH auto-allocate-key-ids-advanced
branch: auto-allocate-key-ids-advanced
CHANGE BRANCH
x
Reset
  • auto-allocate-key-ids-advanced
  • alternative-ptn-removal-order
  • async_mode
  • atexit
  • atomic_filters
  • auto-allocate-key-ids
  • better-filter-usage
  • builder
  • c-cont-arrays
  • c-optimisations
  • calloc-sdram
  • change-fixpoint
  • config-setup-script
  • deque-to-hold-sinks
  • dev-0.3.0
  • dev0217.2
  • dev0716
  • dev1016
  • dev1016-with-packet-queue
  • dev1016-with-packet-queue2
  • dev1116
  • ethernet_io
  • faster-graph-colouring
  • faster-netlist-build
  • filter-when-making-signals
  • fix-#15
  • fix-#18
  • fix-#22
  • fix-#4
  • fix-#47
  • fix-#59
  • fix-#6
  • fix-#70
  • fix-None-filter-test
  • fix-building
  • fix-cache-use
  • fix-clique-finding
  • fix-divide-slices
  • fix-ensemble-sample
  • fix-input-to-node
  • fix-linear-filter-packing
  • fix-malloc-or-die
  • fix-multiple-filters-ensemble
  • fix-parallel-filter
  • fix-params
  • fix-placement
  • fix-readme
  • fix-signal-parameter-identity
  • fix-simulation-time-bug
  • fix-simulation-time-bug2
  • fix_ensemble
  • fix_recording_sliced
  • full-realtime-sim
  • function-of-time-nodes
  • further-simulation-time-fix
  • graph-colouring-cluster-ids
  • improve-app-ptr-table-construction
  • improve-build-time2
  • improve-filter-routing
  • interposer-changes-rebased
  • interposer_pipelining
  • interposer_pipelining-with-jitter
  • interposers-after-ensembles
  • intrinsics
  • list-region
  • master
  • mcplayer
  • mega_hacking
  • merge-trees
  • merged_spinnaker_tools
  • minimise-ensemble-filter-routing-regions
  • minimise-filter-routing-regions2
  • more-filter-parallelism
  • more-filter-parallelism-with-FIQ-hack
  • multisource-nets
  • neaten-booting
  • neaten-f_of_t-tests
  • neaten-filter-operator
  • neaten-scp-packet
  • netlist-optimisations
  • neural-model
  • neuron-limit
  • new-ensemble
  • new-filter-opt
  • new-filters
  • new_builder
  • new_ensemble-new_learning
  • no-repeat-constants
  • no-zero-packets
  • nodes-to-global-inhibition
  • numpy_1_8_fix
  • optimize-connections
  • packet-jitter
  • packet-queue-performance-improvements
  • packet-queues
  • parallel-filter
  • parallel-filter2
  • parallel-probe
  • partition-probes
  • partitioning-fix
  • pes
  • pes-squashed
  • pickle
  • probe_spikes
  • processes
  • profiling
  • profiling-utils-fix
  • profiling_new
  • prune-filters-with-no-output
  • py3-hash-fix
  • realtime-simulator
  • record-voltages
  • recording_buffer_reset
  • reduce-ensemble-transmission-pars-memory
  • reduce-key-allocation-mem-usage
  • reduce-matrix-costs
  • reduce-value-source-bursts
  • refactor-transmission-parameters
  • reinject-dropped-packets
  • remove-interposers-with-no-input
  • remove-passnodes
  • remove-passnodes-3
  • remove-passthrough-nodes
  • remove-sourceless-ptns
  • remove_slots
  • revert-83-calloc-sdram
  • revert-87-new-ensemble
  • rig-1.0.0
  • slight-rework-of-filters
  • spalloc-fix
  • speedier-connection-map
  • spikes
  • testing
  • the-spaun-branch
  • the-spaun-branch3
  • timescaling
  • update-passthrough-node-removal
  • update-rig-api
  • use-less-keyspace
  • use-nengo-builder
  • use-new-rig-api
  • use-sark-tag-ptr
  • use-spalloc
  • use_rig_cpp_key_allocation
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.3.0
  • v0.4.0
  • voja
  • zero-dependency-netlist
  • zero-tau-synapse

pending completion
1011

push

travis-ci

mundya
Key allocation for ensembles

Allows the graph colouring key allocation to be used for signals
arriving at ensembles. This boils down to the constraints on signals
being the union of the constraints required by the filter routing
regions AND the constraints required to ensure that signals which target
different sets of routing regions do not share a routing key.

In addition a small fix to the reporting of the routing key identifiers
and a fix to ensure that signals which have already been assigned
keyspaces are not included in the set of constraints reported by the
filter routing regions.

6859 of 8571 relevant lines covered (80.03%)

1.15 hits per line

Relevant lines Covered
Build:
Build:
8571 RELEVANT LINES 6859 COVERED LINES
1.15 HITS PER LINE
Source Files on auto-allocate-key-ids-advanced
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1011 auto-allocate-key-ids-advanced Key allocation for ensembles Allows the graph colouring key allocation to be used for signals arriving at ensembles. This boils down to the constraints on signals being the union of the constraints required by the filter routing regions AND the c... push 19 Oct 2016 09:02AM UTC mundya travis-ci pending completion  
1010 auto-allocate-key-ids-advanced Fixes and neatening Thanks @neworderofjamie push 18 Oct 2016 02:53PM UTC mundya travis-ci pending completion  
1001 auto-allocate-key-ids-advanced Request signal ID constraints from operators Query operators to determine which of the signals that feed them cannot share a key. Should the operator not contain the method `get_signal_id_constraints` then it is assumed that all signals arriving ... push 17 Oct 2016 02:19PM UTC mundya travis-ci pending completion  
See All Builds (825)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc