SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
Variables
benchmark Namespace Reference

Variables

 arguments = sys.argv[1:]
 
list simulators = ["nest", "spinnaker", "nmpm1", "spikey"]
 
list web_simulators
 
list web_simulators_low
 
 index = web_simulators_low.index(arguments[0].lower())
 
list args_list = ["./benchmark"]
 

Variable Documentation

list benchmark.args_list = ["./benchmark"]

Definition at line 15 of file benchmark.py.

benchmark.arguments = sys.argv[1:]

Definition at line 4 of file benchmark.py.

benchmark.index = web_simulators_low.index(arguments[0].lower())

Definition at line 12 of file benchmark.py.

list benchmark.simulators = ["nest", "spinnaker", "nmpm1", "spikey"]

Definition at line 6 of file benchmark.py.

list benchmark.web_simulators
Initial value:
1 = ["NEST", "SpiNNaker", "BrainScaleS",
2  "Spikey"]

Definition at line 7 of file benchmark.py.

list benchmark.web_simulators_low
Initial value:
1 = ["nest", "spinnaker", "brainscales",
2  "spikey"]

Definition at line 9 of file benchmark.py.