Added and updated README.rst Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
diff --git a/tests/no_comb/README.rst b/tests/no_comb/README.rst new file mode 100644 index 0000000..f28735a --- /dev/null +++ b/tests/no_comb/README.rst
@@ -0,0 +1,6 @@ +Forced input to be non-combinational +++++++++++++++++++++++++++++++++++++ + +In some cases `vlog_to_model` incorrectly detects sequential signals as combinational (such as a FF with enable signal). + +A `NO_COMB` attribute is provided to specifically force an input to be non-combinational.