0.5.0 • Published 4 years ago

sta v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Travis Status Appveyor status

STA

npm i sta

bin/sta.js test/path1.json > path1.svg

Altera Quartus report parser.

bin/quartus.js prj.sta.rpt > prj.json

ISA

icestorm JSON support

bin/sta.js --icestorm test/icestorm.json > icestorm.svg

ISA

Native JSON format

[ <-- group of paths
  [ <-- each path
    { <-- each time interval
      "total": 2.41,
      "incr": 0,
      "meta": "RR",
      "type": "CELL", <-- cell
      "element": [
        "ir0[8]",
        "q"
      ]
    },
    {
      "total": 3.017,
      "incr": 0.607,
      "meta": "RR",
      "type": "IC", <-- wire
      "element": [
        "u_tail_offset",
        "u_len0010",
        "len[0]~0",
        "dataa"
      ]
    }
    ...
  ]
  ...
]
0.5.0

4 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

10 years ago