摘要:
使用uvm_report_catcher屏蔽错误 报告问题:UVM/RSRC/NOREGEX的警告 class warn_catcher extends uvm_report_catcher; `uvm_object_utils(warn_catcher) function new(string n 阅读全文
摘要:
将wavedrom图转换为excel 原理上是先转换为json,然后写入到excel中。 import csv import json import pandas as pd content = [] with open("source.txt") as f: c = f.read() c = c. 阅读全文