File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Translation of offical documents can be found [here](https://github.com/kprasadv
21
21
22
22
### Quickstart Guide
23
23
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 )
25
25
Point out TD_HOME to your TangDinasty installation and set environment.
26
26
27
27
```
@@ -31,31 +31,20 @@ source environment.sh
31
31
32
32
## Process
33
33
34
- To extract tilegrid information run:
34
+ To create chip database run:
35
35
36
36
```
37
- python get_tilegrid_all .py
37
+ python3 create_database .py
38
38
```
39
39
40
40
In order to get HTML representation of tilegrid data after run:
41
41
42
42
```
43
- python html_all.py
43
+ python3 html_all.py
44
44
```
45
45
46
46
### Parts
47
47
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
-
59
48
#### [ Tools] ( tools )
60
49
61
50
Miscellaneous tools for exploring the database and experimenting with bitstreams.
@@ -71,6 +60,7 @@ bitstream format in the [database](database) directory.
71
60
72
61
## Credits
73
62
63
+ Code is heavily based on [ prjtrellis] ( https://github.com/YosysHQ/prjtrellis ) . Special thanks goes to [ @gatecat ] ( https://github.com/gatecat )
74
64
## Contributing
75
65
76
66
There are a couple of guidelines when contributing to Project Tang which are
You can’t perform that action at this time.
0 commit comments