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

project-rig / nengo_spinnaker
87%
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 change-fixpoint
branch: change-fixpoint
CHANGE BRANCH
x
Reset
  • change-fixpoint
  • alternative-ptn-removal-order
  • async_mode
  • atexit
  • atomic_filters
  • auto-allocate-key-ids
  • auto-allocate-key-ids-advanced
  • better-filter-usage
  • builder
  • c-cont-arrays
  • c-optimisations
  • calloc-sdram
  • 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
873

push

travis-ci

mundya
Change to S12.19 fixed point representation

This changes all the fixed point representations to S12.19 format. The
extra 4-bits fractional representation should help some larger neuron
models at the cost of very large decoders becoming saturated.

All the regression tests continue to pass, so this range seems
reasonable.

Neuron voltages are still recorded in U1.15 format, hopefully the ARM
barrel shifters should mean that there's not an additional cycle cost in
recording voltages.

4488 of 5137 relevant lines covered (87.37%)

0.87 hits per line

Relevant lines Covered
Build:
Build:
5137 RELEVANT LINES 4488 COVERED LINES
0.87 HITS PER LINE
Source Files on change-fixpoint
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
873 change-fixpoint Change to S12.19 fixed point representation This changes all the fixed point representations to S12.19 format. The extra 4-bits fractional representation should help some larger neuron models at the cost of very large decoders becoming saturated.... push 01 Apr 2016 08:59AM UTC mundya travis-ci pending completion  
860 change-fixpoint Change to S12.19 fixed point representation This changes all the fixed point representations to S12.19 format. The extra 4-bits fractional representation should help some larger neuron models at the cost of very large decoders becoming saturated.... push 30 Mar 2016 10:39AM UTC mundya travis-ci pending completion  
858 change-fixpoint Improvements to fixpoint sans library Thanks @neworderofjamie push 30 Mar 2016 06:53AM UTC mundya travis-ci pending completion  
857 change-fixpoint Remove magic fixpoint library @neworderofjamie - can you sanity check this? All the regression tests pass so it should be more of a style check. push 29 Mar 2016 03:49PM UTC mundya travis-ci pending completion  
854 change-fixpoint Remove magic fixpoint library push 29 Mar 2016 03:21PM 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