Allow docs/Makefile to be portable

Currently docs/Makefile downloads Conda but only the Linux version.
This commit allows it to detect the operating system and download the
corresponding Conda installer.

Additionally, `make` uses the sh shell which does not support the `source`
command. This causes the commands that use `source` to fail on some
systems that do not have the sh shell linked to something else (say dash).

Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
1 file changed
tree: b93be47b2508e82713ea1ba3904d3bc37ef82caa
  1. conf/
  2. docs/
  3. tests/
  4. v2x/
  5. .gitattributes
  6. .gitignore
  7. .readthedocs.yml
  8. .style.yapf
  9. .travis.yml
  10. COPYING
  11. MANIFEST.in
  12. prepareenv.sh
  13. README.md
  14. requirements.txt
  15. setup.cfg
  16. setup.py
  17. tox.ini
README.md

python-symbiflow-v2x

Documentation Status Build Status

Tool for converting specialized annotated Verilog models into XML needed for Verilog to Routing flow.

Documentation can be found at https://python-symbiflow-v2x.readthedocs.io/en/latest/