Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

tchart-coffee

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tchart-coffee

Online timing chart formatter that converts a source code of a timing chart into SVG graphics on browsers.

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

tchart-coffee

Online timing chart formatter that converts a source code of a timing chart into SVG graphics on browsers.
テキストで書かれたタイミングチャートをブラウザ上でSVGに変換します。

It includes a javascript library and an online visual editor, which convert a source text like the following:
javascriptのライブラリとチャートソースエディタを含んでおり、次のようなソースコードを

aclk    ~_~_~_~_~_~_~_~_~_~_
awaddr  ==?X=A1==X=A2X=A3==X==?=X=A4X=?
awvalid __~~~~~~~~~~____~~__
awready ____[~~~~]__[~~]____[~~]__
wdata   ====?X=D1X=D2X=?X=D3X=?X=D4==X=?
wvalid  ____~~~~__~~__~~~~__
wready  ____~~~~__~~____~~__
bresp   ====00================
bvalid  ____~~~~__~~____~~__
bready  ~~~~~~~~~~~~~~~~~~1~~

into a timing chart like:
次のようなチャートに変換できます。

example.svg

The detailed description in Japanese is available.
日本語の詳しい説明はこちらです

謝辞

熊谷正朗さんの "Timing chart formatter by kumagai"
http://www.mech.tohoku-gakuin.ac.jp/rde/contents/library/tchart/indexframe.html

を大いに参考にさせていただきました。

記述文法はほぼ熊谷さんの tchart を踏襲しています。

大変有用なツールをご提供くださったことに感謝いたします。

ライセンス

MIT

FAQs

Package last updated on 06 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts