-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev * dev * dev * dev * dev --------- Co-authored-by: Rsjiang-Git <[email protected]>
- Loading branch information
1 parent
02e7b95
commit 4a1045a
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# icdk (IC Deveplopment Toolkit) | ||
|
||
## uvmgen | ||
|
||
### 1. agent | ||
## Installing | ||
Install from [PyPi](https://pypi.org/project/uvmgen) using pip: | ||
```bash | ||
python3 -m pip install uvmgen | ||
``` | ||
## Using steps | ||
- python3 -m pip install uvmgen | ||
- if you want to generate a complete UVM environment , modify typeical. json in example file | ||
- if you want to generate a agent or others, modify your expected json in base_pkg file | ||
- enter the json folder to execute uvmgen ***.json command ,and can generate environment | ||
|
||
|
||
- mon2cov_con_approach | ||
Which approach would you like to use for monitor's connection with observers(scoreboard,coverage etc.)? | ||
1) Callbacks approach ; | ||
2) Analysis port usage in monitor | ||
- drv_type | ||
pull driver or push driver? |