pythondata-misc-opentitan 杂项opentitan所需的非Python文件已打包到Python模块中,因此可以与Python库和工具一起使用。 这对于与工具使用非常有用。 数据文件可以在Python模块pythondata_misc_opentitan下找到。 pythondata_misc_opentitan.data_location值可用于在文件系统上查找文件。 直接获取数据文件的示例; import pythondata_misc_opentitan my_data_file = "abc.txt" with open ( os . path . join ( pythondata_misc_opentitan . data_location , my_data_file )) as f : print ( f . read ()) 使用litex