From 540a0c8ec165c51ac36c19e6e33a17cd7877554b Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Tue, 21 Sep 2021 22:11:02 -0400 Subject: [PATCH] minor readme tweaks --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 826b2af..3ae236c 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,14 @@ Other: ## Supported Features sv2v supports most synthesizable SystemVerilog features. Current notable -exceptions include `defparam` on interface instances and certain synthesizable -usages of parameterized classes. Assertions are also supported, but are simply -dropped during conversion. +exceptions include `defparam` on interface instances, certain synthesizable +usages of parameterized classes, and the `bind` keyword. Assertions are also +supported, but are simply dropped during conversion. -If you find a bug or have a feature request, please create an issue. Preference -will be given to issues which include examples or test cases. +If you find a bug or have a feature request, please [create an issue]. +Preference will be given to issues which include examples or test cases. + +[create an issue]: https://github.com/zachjs/sv2v/issues/new ## SystemVerilog Front End