diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-07 19:04:06 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-07 19:04:06 +0100 |
commit | 743da01e9ec7be4d6d7db293b49ef81048570251 (patch) | |
tree | d15f6cc90c56f24892fec59819b92b1f22324760 /CodingReadme | |
parent | cc400b279a1580b399a64da093f7375686a8fd3f (diff) | |
download | yosys-743da01e9ec7be4d6d7db293b49ef81048570251.tar.gz yosys-743da01e9ec7be4d6d7db293b49ef81048570251.tar.bz2 yosys-743da01e9ec7be4d6d7db293b49ef81048570251.zip |
Improved building of plugins
Diffstat (limited to 'CodingReadme')
-rw-r--r-- | CodingReadme | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme index 78bc5a3ce..0b141cecd 100644 --- a/CodingReadme +++ b/CodingReadme @@ -319,6 +319,11 @@ Also with default config setting: bash example.sh +Test building plugins with various of the standard passes: + + yosys-config --build test.so equiv_simple.cc + + Finally if a current verific library is available: cd ~yosys |