mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-22 23:01:23 +01:00
149 lines
1.1 KiB
Markdown
149 lines
1.1 KiB
Markdown
# wire
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
### __init__
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | |
|
|
value | | 0
|
|
index | | 0
|
|
|
|
|
|
|
|
|
|
|
|
### get_declaration_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_value_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | | ""
|
|
offset | | 0
|
|
|
|
|
|
|
|
|
|
|
|
### get_assign_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | |
|
|
|
|
|
|
|
|
|
|
|
|
### return_wire_value_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
offset | | 0
|
|
|
|
|
|
|
|
|
|
|
|
### get_declaration_v
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_assign_v
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | |
|
|
offset | | 0
|
|
array | | False
|
|
|
|
|
|
|
|
|
|
|
|
### get_declaration_blif
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | | ""
|
|
offset | | 0
|
|
array | | False
|
|
|
|
|
|
|
|
|
|
|
|
### get_assign_blif
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
name | |
|
|
output | | False
|
|
|
|
|
|
|
|
|