diff options
| author | sspenst <[email protected]> | 2016-08-08 16:10:43 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-08-08 16:10:43 -0700 |
| commit | 8c264f2e77fe628987416269a925bb9930a1b813 (patch) | |
| tree | a4fd5ddc89e1d2de12a92ab3fd3ebbb020a4d220 /src/abstract_hardware_model.h | |
| parent | de21c009ca25fbbfd460047c3ae8a3cf59c31454 (diff) | |
Forgot to multiply by the synapse
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 13dfce3..c009276 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -788,7 +788,7 @@ public: int src[MAX_REG_OPERANDS]; } arch_reg; //int arch_reg[MAX_REG_OPERANDS]; // register number for bank conflict evaluation - unsigned latency; // operation latency + unsigned latency; // operation latency unsigned initiation_interval; unsigned data_size; // what is the size of the word being operated on? |
