Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify README.md #5

Merged
merged 5 commits into from
Dec 17, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# icdk (IC Deveplopment Toolkit)

## uvmgen
## Dependence
- fire >=0.5.0
- Mako >=1.2.0
- ipyxact >=0.3.0
- peakrdl >=1.1.0
- pytest
Rsjiang-Git marked this conversation as resolved.
Show resolved Hide resolved

## Installing
Install from [PyPi](https://pypi.org/project/uvmgen) using pip:
- python3 -m pip install uvmgen
Rsjiang-Git marked this conversation as resolved.
Show resolved Hide resolved

## 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

### 1. agent

- 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?