This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
dbfca1bdff
yosys
/
tests
/
functional
/
run-test.sh
3 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
rewrite functional backend test code in python
2024-07-12 05:07:33 -05:00
#!/usr/bin/env bash
functional tests: run from make tests but not smtlib/rkt tests
2024-09-04 04:30:08 -05:00
pytest -v -m
"not smt and not rkt"
"
$@
"