Visible to Intel only — GUID: gjb1623339880947
Ixiasoft
Step 1: Getting Started
Step 2: Creating a Design Partition
Step 3: Allocating Placement and Routing Region for a PR Partition
Step 4: Defining Personas
Step 5: Creating Revisions
Step 6: Compiling the Base Revision
Step 7: Preparing PR Implementation Revisions
Step 8: Programming the Board
Modifying an Existing Persona
Adding a New Persona to the Design
Visible to Intel only — GUID: gjb1623339880947
Ixiasoft
Adding a New Persona to the Design
After fully compiling your base revisions, you can still add new personas and individually compile these personas.
For example, to define a new persona that keeps one LED on and the other LED off:
- Copy blinking_led_empty.sv to blinking_led_wink.sv.
- In the blinking_led_wink.sv file, modify the assignment, assign led_three_on = 1'b0; to assign led_three_on = 1'b1;.
- Create a new implementation revision, blinking_led_wink, by following the steps in Creating Implementation Revisions.
Note: The blinking_led_wink revision must use the blinking_led_wink.sv file, and use the blinking_led_wink entity name in the entity rebinding assignment.
- Compile the revision by clicking Processing > Start Compilation.
Related Information