-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,2 @@ | ||
[Simulation] | ||
incoming_spike_buffer_size = 2048 | ||
|
||
# performance controller to ensure only so many packets from a given | ||
# app vertex happen at any given time (aka how many machine vertices | ||
# from this app vertex can fire at same time) | ||
app_machine_quantity = 5 | ||
|
||
# performance controller for how long to wait in-between cores firing. Used | ||
# as a throttle to handle slow core processing. unit = microseconds | ||
# plastic compressor and spreader | ||
#time_between_cores = 14 | ||
# plastic compressor | ||
#time_between_cores = 66 | ||
# plastic bitfields on | ||
#time_between_cores = 66 | ||
# plastic old master | ||
#time_between_cores = 78 | ||
|
||
# 6 board cheating | ||
#time_between_cores = 1.2 | ||
# confirmed | ||
#time_between_cores = 7 | ||
# static compressor and spreader | ||
time_between_cores = 2.7 | ||
# static compressor | ||
#time_between_cores = 2.7 | ||
# static bitfields on | ||
#time_between_cores = 4 | ||
# static old master | ||
#time_between_cores = 6 | ||
|
||
# performance controller for how much of the time step to use for sending | ||
fraction_of_time_spike_sending = 0.99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters