4 lines
93 B
Python
4 lines
93 B
Python
|
import os
|
||
|
|
||
|
verilog_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "verilog")
|