mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{ signal: [
|
|
{ wave: '10x....10', node: '.........'},
|
|
{ node: '.ab......'},
|
|
{ node: '.X..c....'},
|
|
{ node: '.Y.....d.'},
|
|
{ node: '.Z......e'}
|
|
],
|
|
edge: [
|
|
'a-b t0',
|
|
'X-c t1',
|
|
'Y-d t2',
|
|
'Z-e t3'
|
|
]
|
|
}
|