Skip to content

Commit 803a7d5

Browse files
committed
update hardware info, only show release year instead of exact date
1 parent af78b6c commit 803a7d5

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

content/english/neuromorphic-computing/hardware/akida-brainchip/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@ organization:
1414
twitter: https://twitter.com/BrainChip_inc
1515
wikipedia: https://en.wikipedia.org/wiki/BrainChip
1616
product:
17-
announced_date: 2023-01-01
17+
announced_date: 2022-10-01
1818
applications: Smart sensing, one-shot learning
1919
chip_type: Digital
20-
synapses: Configurable
21-
neurons: 256, Configurable
20+
synapses: Configurable, 8MB SRAM
21+
neurons: Configurable
2222
weight_bits: 1,2,4,8
2323
activation_bits: 1,2,4,8
2424
on_chip_learning: true
2525
power: ~30 mW
26-
release_year: 2023
27-
release_date: 2023-10-01
26+
release_year: 2022
27+
release_date: 2022-10-01
2828
software: MetaTF
2929
status:
3030
announced: true
3131
released: true
3232
retired: false
33-
synapse hardware: 8-Mb SRAM.
3433
product_name: Akida
3534
summary: BrainChip's Akida is an ultra-low-power neuromorphic processor inspired by
3635
the brain's neural architecture. It accelerates complex AI at the edge through event-based

content/english/neuromorphic-computing/hardware/brainscales-2-universitat-heidelberg/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ product:
2929
status:
3030
announced: true
3131
released: true
32-
retired: true
32+
retired: false
3333
product_name: BrainScaleS 2
3434
summary: The BrainScaleS-2 is an accelerated spiking neuromorphic system-on-chip integrating
3535
512 adaptive integrate-and-fire neurons, 212k plastic synapses, embedded processors,

themes/hugoplate/layouts/partials/hardware/product-info.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<div class="product-info mb-6 lg:grid grid-cols-1 grid-cols-3 gap-1">
55
<h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
66
<div class="pb-4 lg:pb-0">
7-
{{ with .announced_date }}<div><strong>Announced Date:</strong> {{ . }}</div>{{ end }}
8-
{{ with .release_date }}<div><strong>Release Date:</strong> {{ . }}</div>{{ end }}
7+
{{ with .release_year }}<div><strong>Release Year:</strong> {{ . }}</div>{{ end }}
98
{{ with .status }}
109
<div>
1110
<strong>Status:</strong>

0 commit comments

Comments
 (0)