multi bit math
This commit is contained in:
parent
0251dd52d9
commit
12db01963f
36 changed files with 353 additions and 60 deletions
src/modules/saving/templates
|
@ -1,5 +1,6 @@
|
|||
import { PartialTemplate } from '../types/PartialTemplate'
|
||||
import { delayProperties } from '../data/delayProperties'
|
||||
import { categories } from '../data/categories'
|
||||
|
||||
/**
|
||||
* The template of the sequentialDelayer gate
|
||||
|
@ -25,7 +26,8 @@ const sequentialDelayerTemplate: PartialTemplate = {
|
|||
`,
|
||||
async: true
|
||||
},
|
||||
properties: delayProperties
|
||||
properties: delayProperties,
|
||||
category: categories.time
|
||||
}
|
||||
|
||||
export default sequentialDelayerTemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue