From 48d848288b564a59751506d013f63def3c68a490 Mon Sep 17 00:00:00 2001 From: Rajeev Sharma Date: Fri, 15 Mar 2019 11:47:31 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5acc2d..d9d71bf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Future releases will include additional RTL, an RTL test harness and an XP10 SW Project Zipline is open-sourced under the MIT License, see the LICENSE file. ## Specifications -The following Project Zipline specifications can be found at +The following Project Zipline specifications have been included under the “specs” directory in this repo. * Project_XP10_Compression_Specification * Project_Zipline_Huffman_Encoder_Micro_Architecture_Specification @@ -36,5 +36,5 @@ Compile the RTL into a simv executable: **`make compile_rtl`** Notes: -1. RTL developed and simulated using Synopsys VCS-MX 2017.03-SP1 toolchain. -2. No testbench is included for this release. \ No newline at end of file +1. RTL developed and simulated using Synopsys® VCS-MX 2017.03-SP1 toolchain. +2. No testbench is included for this release.