mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 08:28:45 +00:00
Standardize convention, add back test, update README
This commit is contained in:
parent
9e9d4359d4
commit
ed2c65314b
13 changed files with 17 additions and 9 deletions
8
tests/various/plugin.sh.DISABLED
Normal file
8
tests/various/plugin.sh.DISABLED
Normal file
|
@ -0,0 +1,8 @@
|
|||
set -e
|
||||
rm -f plugin.so
|
||||
CXXFLAGS=$(../../yosys-config --cxxflags)
|
||||
DATDIR=$(../../yosys-config --datdir)
|
||||
DATDIR=${DATDIR//\//\\\/}
|
||||
CXXFLAGS=${CXXFLAGS//$DATDIR/..\/..\/share}
|
||||
../../yosys-config --exec --cxx ${CXXFLAGS} --ldflags -shared -o plugin.so plugin.cc
|
||||
../../yosys -m ./plugin.so -p "test" | grep -q "Plugin test passed!"
|
Loading…
Add table
Add a link
Reference in a new issue