Files
thead-kernel/drivers/nna/nexef_platform/set_fpga_freq.py
Mingzheng Xing 9e49618e75 driver: add npu-ax3386-gpl
Add a new driver npu-ax3386-gpl, default compile as module.
The default generated modules are:
- vha.ko
- img_mem.ko
- vha_info.ko

Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
2023-07-19 02:15:19 +08:00

13 lines
175 B
Python

#!/usr/bin/env python
import sys
print sys.version
from dbg_py import *
if __name__ == "__main__":
config_devices()
set_dut_core_clk(25)
set_dut_iface_clk(25)