Installation - octavsly/rtlcompiler GitHub Wiki
There is currently no TGZ file released. The access is via git(most up2date):
git clone https://github.com/octavsly/rtlcompiler.git
In order to use the scripts, do the following:
- Add to the environmental variable PATH the location of the main.tcl script.
- Set the environmental variable OCTOPUS_INSTALL_PATH to the directory holding octopus.tcl, pkgIndex.tcl files.
For bash shell this can be done as shown below:
joe@moon> export PATH=$PATH:<absolute path of the directory holding the main.tcl script>
joe@moon> export OCTOPUS_INSTALL_PATH=<octopus package directory>