Class: FBlock

FBlock(DBIn1, DBIn2, selects)

The FBlock is a combinational logic device which performs tritwise operations on two input busses based on the control signals from the CPU control unit.

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: