Skip to content

Commit

Permalink
Merge pull request #1 from seb-slowiko/release-v12.3-v3.0
Browse files Browse the repository at this point in the history
Readme's argument fix.
  • Loading branch information
CLappin authored Mar 19, 2020
2 parents a4d9e99 + 9547966 commit 23e0962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Libero_Projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Libero executes the script and opens the Mi-V sample project. The script adds Ti
2. Execute the script, Project -> Execute Script
3. Select the directory that the script is located in, using the "..."
4. Select the script and select "Open"
5. In the arguments text box, enter "AHB SYNTHESIS"
5. In the arguments text box, enter "AHB SYNTHESIZE"
6. Select the "Run" button to execute the script
7. Once complete, a script report will be generated.

In this example, the arguments "AHB SYNTHESIS" are entered to take the project through to Synthesis.
In this example, the arguments "AHB SYNTHESIZE" are entered to take the project through to Synthesis.

Libero executes the script and opens the Mi-V sample project. The script adds Timing constraints to the project for Synthesis, Place and Route, and Timing Verification. Additionally, IO Constraints are added to the project for Place and Route. The project can now be taken through the remainder of the Libero SoC design flow.

## <a name="Script arguments"></a> Script Arguments
In the examples above the arguments "AHB" and "AHB SYNTHESIS" were entered. The complete set of script arguments are documented here.
In the examples above the arguments "AHB" and "AHB SYNTHESIZE" were entered. The complete set of script arguments are documented here.

First argument:
| Argument | Description |
Expand All @@ -40,7 +40,7 @@ First argument:
Second argument:
| Argument | Description |
| ------------- |:-------------:|
| SYNTHESIS | Run synthesis on the design |
| SYNTHESIZE | Run synthesis on the design |
| PLACE_AND_ROUTE | Run place and route on the design |
| GENERATE_BITSTREAM | Generate the bitstream for the design|
| EXPORT_PROGRAMMING_FILE | Export the programming file (.job) |
Expand Down

0 comments on commit 23e0962

Please sign in to comment.