fpga-open-speech-tools / simulink_models

Simulink models for speech and audio processing
MIT License
4 stars 4 forks source link

Zero config path #35

Closed fe-wickham closed 4 years ago

fe-wickham commented 4 years ago

Path setup now requires no manual configuration. Manual configuration can specified by providing a path.json in the config folder. An example path.json, example_path.json is provided in the config folder for users looking to manually specify their path configuration.

tvannoy commented 4 years ago

The path setup works on Linux as well. I'm going to install Quartus 20.1 sometime and see if Intel now defines QUARTUS_ROOTDIR on Linux or not.

It turns out, at least on Arch Linux, the Quartus installer doesn't set any environment variables for me at all. @fe-wickham Do you remember if you had to manually set the environment variables when you installed Quartus on Linux?

tvannoy commented 4 years ago

It turns out my problem with QSYS_ROOTDIR not being defined on Linux was that I installed Quartus with sudo, so QSYS_ROOTDIR got put in root's .bashrc and .profile.