Skip to content

Commit 0eced3e

Browse files
Add files via upload
1 parent 7747054 commit 0eced3e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# *************************************************************************
2+
#
3+
# Copyright � Microsoft Corporation. All rights reserved.
4+
# Copyright � Broadcom Inc. All rights reserved.
5+
# Licensed under the MIT License.
6+
#
7+
# *************************************************************************
8+
9+
10+
11+
# This README file contains information to build the RTL design of an XP10 Huffman Encoder.
12+
13+
# Edit the file ./build.setup for VCS environment settings
14+
15+
# Then source the file as follows
16+
source build.setup
17+
18+
# Go to either the huff run directory
19+
cd dv/huff/run
20+
21+
# To compile the RTL into a simv executable
22+
# There is no testbench included as part of this release
23+
make compile_rtl
24+
25+

0 commit comments

Comments
 (0)