We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7747054 commit 0eced3eCopy full SHA for 0eced3e
README
@@ -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