Constructor
new FBlock(DBIn1, DBIn2, selects)
Create a new FBlock
Parameters:
| Name | Type | Description |
|---|---|---|
DBIn1 |
IOBus | the first input data bus |
DBIn2 |
IOBus | the second input data bus |
selects |
Array.<Tri> | the control signals from the CPU control unit |
Properties:
| Name | Type | Description |
|---|---|---|
mux |
NineTwo | the mux which selects the output of the FBlock |
- Source:
Extends
Methods
compute()
Compute the output of the FBlock
- Source: