Skip to content

Commit 22422cc

Browse files
authored
Update README.md
1 parent fe444d0 commit 22422cc

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Translation of offical documents can be found [here](https://github.com/kprasadv
2121

2222
### Quickstart Guide
2323

24-
Take latest TD distribution from [Sipeed.com](http://dl.sipeed.com/TANG/Premier/IDE/TD1909_linux.rar)
24+
Take latest TD distribution from [Sipeed.com](https://mega.nz/folder/5AAiSBwB#0jbOgqcrIMJVU9FvCzqb0A/folder/ZY50yRhI)
2525
Point out TD_HOME to your TangDinasty installation and set environment.
2626

2727
```
@@ -31,31 +31,20 @@ source environment.sh
3131

3232
## Process
3333

34-
To extract tilegrid information run:
34+
To create chip database run:
3535

3636
```
37-
python get_tilegrid_all.py
37+
python3 create_database.py
3838
```
3939

4040
In order to get HTML representation of tilegrid data after run:
4141

4242
```
43-
python html_all.py
43+
python3 html_all.py
4444
```
4545

4646
### Parts
4747

48-
#### [Minitests](minitests)
49-
50-
There are also "minitests" which are small tests of features used to build fuzers.
51-
52-
#### [Fuzzers](fuzzers)
53-
54-
Fuzzers are the scripts which generate the large number of bitstream.
55-
56-
They are called "fuzzers" because they follow an approach similar to the
57-
[idea of software testing through fuzzing](https://en.wikipedia.org/wiki/Fuzzing).
58-
5948
#### [Tools](tools)
6049

6150
Miscellaneous tools for exploring the database and experimenting with bitstreams.
@@ -71,6 +60,7 @@ bitstream format in the [database](database) directory.
7160

7261
## Credits
7362

63+
Code is heavily based on [prjtrellis](https://github.com/YosysHQ/prjtrellis). Special thanks goes to [@gatecat](https://github.com/gatecat)
7464
## Contributing
7565

7666
There are a couple of guidelines when contributing to Project Tang which are

0 commit comments

Comments
 (0)