mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-25 00:01:23 +01:00
188 lines
1.4 KiB
Markdown
188 lines
1.4 KiB
Markdown
# bus
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
### __init__
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
prefix | |
|
|
N | | 1
|
|
wires_list | | None
|
|
|
|
|
|
|
|
|
|
|
|
### connect
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
out_wire_index | |
|
|
inner_component_out_wire | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
wire_index | | 0
|
|
|
|
|
|
|
|
|
|
|
|
### bus_extend
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
N | |
|
|
prefix | | "bus"
|
|
|
|
|
|
|
|
|
|
|
|
### get_declaration_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_declaration_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_assign_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
bus_prefix | | ""
|
|
|
|
|
|
|
|
|
|
|
|
### return_wire_value_c
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
offset | | 0
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_declaration_v
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_assign_v
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
bus_prefix | | ""
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_declaration_blif
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
|
|
|
|
|
|
|
|
|
|
### get_wire_assign_blif
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
output | | False
|
|
|
|
|
|
|
|
|