Changed links to iwiki form
[libreriscv.git] / HDL_workflow / tasyagle.mdwn
1 # Links
2 * About HiTas: <https://www-soc.lip6.fr/equipe-cian/logiciels/tasyagle/>
3 * Bug: <https://bugs.libre-soc.org/show_bug.cgi?id=890>
4 * Coriolis2 installation: [[coriolis2]]
5 * HDL workflow: [[HDL_workflow]]
6 * Devscripts repo: <https://git.libre-soc.org/?p=dev-env-setup.git;a=summary>
7
8 # HiTAS -- Static Timing Analyser
9
10 "HiTas is a static timing analysis tool. Its strength lies in its transparent
11 hierarchical approach combined with the ability to perform analysis at the
12 transistor-level, cell-level or a mixture of the two."
13 - Copied from the website linked above
14
15 ## Installation instructions
16
17 NOTE: These are required to setup a new chroot, copy over the devscript repo,
18 and make sure the new chroot has all the necesarry packages.
19
20 1. mk-deb-chroot tasyagle
21 1. cp-dev-chroot tasyagle
22 1. (tasyagle) install-hdl-apt-reqs
23
24 1. (tasyagle) tasyagle-install
25
26 **NOTE:** Currently the tasyagle build script is failing (see bug for details).