Skip to content

Commit

Permalink
Added folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
meiniKi committed Nov 25, 2021
1 parent a36a1de commit b9eaca1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# logIP
Logic analyzer IP core

## Folder Structure
```
.
├── doc Documentation
├── out Generated files like bitstreams
├── README.md
├── scripts Scripts to build, analyze, report, ...
├── sim Simulation files
├── src RTL source files and IP cores
├── sva Assertions
├── tb Testbenches
└── utils External utils like git submodules
```
Empty file added doc/.gitkeep
Empty file.
Empty file added out/.gitkeep
Empty file.
Empty file added scripts/.gitkeep
Empty file.
Empty file added sim/.gitkeep
Empty file.
Empty file added src/.gitkeep
Empty file.
Empty file added sva/.gitkeep
Empty file.
Empty file added tb/.gitkeep
Empty file.
Empty file added utils/.gitkeep
Empty file.

0 comments on commit b9eaca1

Please sign in to comment.