You must now map four other connections explicitly so that the Quartus II software can properly connect the mult
symbol to other blocks in the file.
To map other connections between I/O signals in blocks to differently named I/O signals in other blocks, follow these steps:
On the bus that connects the taps
block to the dataa[7..0]
input on the mult
symbol, double-click the mapper symbol at the end of the bus on the taps
block.
When you double-click the mapper symbol, the General tab in the Mapper Properties dialog box appears automatically.
In the Type list, select OUTPUT.
Click the Mappings tab.
In the I/O on block list, select x[7..0].
In the Signals in bus box, type dataa[7..0]
.
To map the connection, click Add. The mapping appears in the Existing mappings list.
Click OK. The signal dataa[7..0]
is added to the bus, and a mapper table appears that shows the mapping information. This mapping is necessary to indicate which signals should feed the dataa[7..0]
input port of the mult
symbol.
|