From 2b83e28af219a076ea554de77184ae93301e7599 Mon Sep 17 00:00:00 2001 From: Yuanjie Huang Date: Tue, 12 Feb 2019 16:13:14 +0800 Subject: [PATCH 1/2] readme: warn about limitation --- README.MD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.MD b/README.MD index 8922bc2..f8f35b6 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,11 @@ # HLS Arbitrary Precision Types Library +This repo provides simulation code of HLS Arbitrary Precision Types. +The code is based from headers shipped with Vivado, +but due to absence of synthesis support it should not be used in an HLS project targeting FPGA. + +---- + Copyright 2011-2019 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); From 45534aebeebd895638d5fa8a8fd53737bf5c1058 Mon Sep 17 00:00:00 2001 From: Yuanjie Huang Date: Mon, 18 Feb 2019 10:09:07 +0800 Subject: [PATCH 2/2] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index f8f35b6..8e2000b 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ This repo provides simulation code of HLS Arbitrary Precision Types. The code is based from headers shipped with Vivado, -but due to absence of synthesis support it should not be used in an HLS project targeting FPGA. +but due to absence of synthesis support **it should not be used in an HLS project targeting FPGA**. ----