Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NateMeyer committed Aug 15, 2024
1 parent 8454ed5 commit e24e080
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 114 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
build/
__pycache__/
__pycache__/
software/
*.vcd
*.jou
*.log
*.csv
*.cfg
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BSD 2-Clause License
Copyright (c) 2024, Enjoy-Digital
Copyright (c) 2024, EEVengers
Copyright (c) 2024, John Simons
Copyright (c) 2024, Nate Meyers
Copyright (c) 2024, Nate Meyer

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ $ sudo ./litex_setup.py init install
[> Build and Load the bitstream
--------------------------------
```sh
$ ./thunderscope --driver --build --load
$ ./thunderscope --variant=a200t --driver --build --load
```

| Variant Arg | Target |
| :---------: | :----------------------: |
| `a200t` | Trenz TE0712 200T Module |
| `a100t` | Trenz TE0712 100T Module |
| `a50t` | Custom Rev2 A50T Module |

[> Open LiteX server
--------------------
Over JTAGBone (on local machine):
Expand Down
111 changes: 0 additions & 111 deletions test/csr.csv

This file was deleted.

0 comments on commit e24e080

Please sign in to comment.