pyDigitalWaveTools:Python库,用于VCD和其他数字波形文件的操作

时间:2021-05-04 15:12:39
【文件属性】:
文件名称:pyDigitalWaveTools:Python库,用于VCD和其他数字波形文件的操作
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-04 15:12:39
python vcd vcd-parser digital-wave-files Python pyDigitalWaveTools 用于VCD和其他数字波形文件操作的python库 功能清单 将VCD(std 2009)文件解析为中间格式 写入VCD文件,用于用户类型的用户指定格式器,用于矢量,位和枚举值的预定义格式器 将中间格式转储为简单的json 您好pyDigitalWaveTools 这是一个如何使用VCD解析器的简单示例: #!/usr/bin/env python3 import json import sys from pyDigitalWaveTools . vcd . parser import VcdParser if len ( sys . argv ) > 1 : fname = sys . argv [ 1 ] else : print ( 'Give me a vcd file to parse' ) sys . exit
【文件预览】:
pyDigitalWaveTools-master
----setup.py(1KB)
----.gitignore(1KB)
----.readthedocs.yml(80B)
----MANIFEST.in(80B)
----LICENSE(1KB)
----doc()
--------.gitignore(48B)
--------index.rst(365B)
--------conf.py(2KB)
--------build.py(237B)
--------requirements.doc.txt(22B)
----pyDigitalWaveTools()
--------__init__.py(0B)
--------json()
--------vcd()
----setup.cfg(40B)
----README.md(2KB)
----tests()
--------AxiRegTC_test_write.vcd(19KB)
--------__init__.py(0B)
--------jsonWriter_test.py(1KB)
--------all.py(1KB)
--------verilog2005-sample0.vcd(670B)
--------example0.vcd(282B)
--------vcdWriter_test.py(5KB)
--------example0.json(843B)
--------verilog2005-sample1.vcd(812B)
--------multiscope.vcd(473B)
--------vcdParser_test.py(2KB)
----.coveragerc(203B)
----.circleci()
--------config.yml(501B)

网友评论