Jack0Chan
Jack0Chan
umodel.find_all_patterns() can not correctly return all possible patterns if `focused_actions` is set. We have fixed this bug, and will update it in the next version.
`|` operation is supported for `python>=3.10`, and we are fixing it by converting `type a | type b` into `Union(type a, type b)`. We will fix this bug in version...
印象中对于SimTrace的过滤功能好像没有案例或者描述之类的,看看能不能补上。下面是需要考虑的点。 # FilterByAction You can filter specific edges with specific actions. # FilterByClock You can filter constraints with specific clocks (e.g. gclk). ``` Constraints with certain clocks: t1 t1 or...
希望`get_communication_graph`功能能够导出`.svg`,`.png`等格式的图片。 参考方案 1. 使用mermaid引擎导出来(优先推荐) 2. 使用在线api(类似爬虫),找在线的编译网站。这个链接的难点在于pako如何获取[reference-link](https://mermaid.live/edit#pako:eNpVj80OgkAMhF-l6UkTeQEOJgLKxUQTvbEcGqjsRvcnyxJjgHd30Yv21HS-mUxHbGzLmGLnyUm4FsJAnF2VS6_6oKmvIUm2U8kBtDX8miBblRZ6aZ1Tplt_-WyBIB-PC8YQpDL3-SvlH__J8ARFdSQXrKt_levTTrCv1FnG-H9Feo6uQ3Wj9EZJQx5y8h8EN6jZa1JtrD4uF4FBsmaBaVxb8neBwsyRoyHYy8s0mAY_8AYH11LgQlH8WGMMfvQ8vwGEfFP7)