Visible to Intel only — GUID: olv1675731580576
Ixiasoft
4.3.1. Writing the Custom Instruction HDL File
4.3.2. Opening the Component Editor
4.3.3. Specifying the Custom Instruction Component Type
4.3.4. Displaying the Custom Instruction Block Symbol
4.3.5. Adding the Custom Instruction HDL File
4.3.6. Configuring the Custom Instruction Parameter Type
4.3.7. Setting Up the Custom Instruction Interfaces
4.3.8. Saving and Adding the Custom Instruction
4.3.9. Generating and Compiling the Processor System
Visible to Intel only — GUID: olv1675731580576
Ixiasoft
4.1. Interface Signals
Feature | Signal | Width | Direction | Description |
---|---|---|---|---|
Custom Instruction Interface | clk | 1 | Manager to Subordinate | System clock |
reset | 1 | Manager to Subordinate | Synchronous reset | |
data0 | 32 | Manager to Subordinate | Input operand to custom instruction logic block (Source Register 1) | |
data1 | 32 | Manager to Subordinate | Input operand to custom instruction logic block (Source Register 2) | |
alu_result | 32 | Manager to Subordinate | Input operand to custom instruction logic block (ALU switch result) | |
ctrl | 32 | Manager to Subordinate | Custom instruction word | |
enable | 1 | Manager to Subordinate | Custom instruction logic block enable | |
done | 1 | Subordinate to Manager | Indicator to the completion of custom instruction execution | |
result | 32 | Subordinate to Manager | Result of custom instruction |