Skip to content

Commit 59782b1

Browse files
committed
Adding initial structure based on prjxray.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
1 parent 612d22d commit 59782b1

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

database/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

experiments/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### [Experiments](experiments)
2+
3+
Experiments are like "minitests" except are only useful for a short period of
4+
time. Files are committed here to allow people to see how we are trying to
5+
understand the bitstream.

fuzzers/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Fuzzers
2+
3+
Fuzzers are the scripts which generate the large number of bitstream.
4+
5+
They are called "fuzzers" because they follow an approach similar to the
6+
[idea of software testing through fuzzing](https://en.wikipedia.org/wiki/Fuzzing).

minitests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Minitests
2+
3+
There are also "minitests" which are designs which can be viewed by a human to
4+
better understand how to generate more useful designs.

third_party/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Third Party
2+
3+
Third party contains code not developed as part of Project Trellis.

0 commit comments

Comments
 (0)