Skip to content

Commit 8c883a3

Browse files
committed
many log databases
2 parents 5477a94 + 0c5f1ff commit 8c883a3

File tree

24 files changed

+100
-86
lines changed

24 files changed

+100
-86
lines changed

gfe_examples/Conways/partitioned_example_a_no_vis_no_buffer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = conways_cell
2121
SOURCES = conways_cell.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/Conways/partitioned_example_a_no_vis_no_buffer/conways_basic_cell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from spinn_front_end_common.abstract_models.impl import (
3030
MachineDataSpecableVertex)
3131
from spinnaker_graph_front_end.utilities import SimulatorVertex
32-
from spinnaker_graph_front_end.utilities.data_utils import (
32+
from spinn_front_end_common.utilities.data_utils import (
3333
generate_system_data_region)
3434

3535

gfe_examples/Conways/partitioned_example_b_no_vis_buffer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = conways_cell
2121
SOURCES = conways_cell.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/Conways/partitioned_example_b_no_vis_buffer/conways_basic_cell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import (
3434
get_recording_data_constant_size, get_recording_header_size)
3535
from spinnaker_graph_front_end.utilities import SimulatorVertex
36-
from spinnaker_graph_front_end.utilities.data_utils import (
36+
from spinn_front_end_common.utilities.data_utils import (
3737
generate_system_data_region)
3838

3939

gfe_examples/hello_world/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = hello_world
2121
SOURCES = hello_world.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/hello_world_untimed/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = hello_world
2121
SOURCES = hello_world.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/hello_world_untimed/hello_world_vertex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
recording_utilities)
3434
from spinn_front_end_common.interface.ds import DataSpecificationGenerator
3535
from spinnaker_graph_front_end.utilities import SimulatorVertex
36-
from spinnaker_graph_front_end.utilities.data_utils import (
36+
from spinn_front_end_common.utilities.data_utils import (
3737
generate_steps_system_data_region)
3838
import numpy
3939

gfe_examples/live_io/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = live_io
2121
SOURCES = live_io.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/sync_test/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ APP = sync_test
2121
SOURCES = sync_test.c
2222

2323
APP_OUTPUT_DIR := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))/
24+
DATABASE_ID = 3
2425

2526
include $(SPINN_DIRS)/make/local.mk

gfe_examples/sync_test/sync_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
front_end.setup(
2222
n_boards_required=3, model_binary_folder=os.path.dirname(__file__),
23-
machine_time_step=500000, time_scale_factor=1)
23+
timestep=500, time_scale_factor=1)
2424

2525
machine = front_end.machine()
2626
boot_chip = machine.boot_chip

0 commit comments

Comments
 (0)