mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-26 13:53:34 +00:00
Converted some more
This commit is contained in:
parent
d0ac6d9791
commit
de8b6286b8
7 changed files with 27 additions and 24 deletions
8
tests/proc/generate_mk.py
Normal file
8
tests/proc/generate_mk.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
sys.path.append("..")
|
||||
|
||||
import gen_tests_makefile
|
||||
|
||||
gen_tests_makefile.generate(["--yosys-scripts"])
|
||||
Loading…
Add table
Add a link
Reference in a new issue