Skip to content

Commit

Permalink
modify README.md (#5)
Browse files Browse the repository at this point in the history
* dev

* dev

* dev

* dev

* dev

---------

Co-authored-by: Rsjiang-Git <[email protected]>
  • Loading branch information
Rsjiang-Git and Rsjiang-Git authored Dec 17, 2023
1 parent 02e7b95 commit 4a1045a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
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?

0 comments on commit 4a1045a

Please sign in to comment.