diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-10-13 17:11:46 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-10-13 17:11:53 +0200 |
commit | 05068af88041d8fffbece6ec94f240c7ae3e4f54 (patch) | |
tree | 33a054c66fbacfa27a4982d881e4e87f425384f1 /frontends/verific | |
parent | d565bc4a826b45a542699c5d7b085170ef4981b4 (diff) | |
download | yosys-05068af88041d8fffbece6ec94f240c7ae3e4f54.tar.gz yosys-05068af88041d8fffbece6ec94f240c7ae3e4f54.tar.bz2 yosys-05068af88041d8fffbece6ec94f240c7ae3e4f54.zip |
Update Verific README
Diffstat (limited to 'frontends/verific')
-rw-r--r-- | frontends/verific/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/verific/README b/frontends/verific/README index e747255db..b4c436a3a 100644 --- a/frontends/verific/README +++ b/frontends/verific/README @@ -33,6 +33,13 @@ make -j8 ./yosys -p 'verific -sv frontends/verific/example.sv; verific -import top' +Verific Features that should be enabled in your Verific library +=============================================================== + +database/DBCompileFlags.h: + DB_PRESERVE_INITIAL_VALUE + + Testing Verific+Yosys+SymbiYosys for formal verification ======================================================== |