-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (41 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
RVC
===
The RVC (Reusable Verilog Components) is a collection of reusable, project independant logic blocks.
All of these components are coded in synthesizable Verilog.
Please refer to the manual for further information:
https://github.com/hotwolf/RVC/blob/master/doc/RVC_manual.pdf
Directories:
============
|
+-rtl
| |
| +-verilog - Verilog source code
|
+-bench
| |
| +-verilog - Testbenches and verification IP
|
+-tools - Tool configuration and support files
| |
| +-gtkwave - GTKWave setup
| | |
| | +-src - Scripts to generate .stems and .gtkw files
| |
| +-SymbiYosis - SymbiYosis setup
| |
| +-src - .sby files
| |
| +-run - Temporary run directories
|
+-doc - User manual
|
+-src - LaTex source files
|
+-run - Build directory
The RVC soft IP library is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the RVC soft IP. If not, see
<http://www.gnu.org/licenses/>.