Labor Files for ELN Laboratories practical sessions Moodle Cyberlearn.
Description • How To Use • Download • Credits • License • Find us on
Laboratory file for course 2131-eln for first year bachelor students.
Moodle Link
To clone and run this application, you'll need Git and HDL Designer as well as Modelsim installed on your computer. From your command line:
# Change to location for the Sourcecode on your PC for Example Base of Drive U:
U:
# Clone this repository
git clone https://github.com/hei-synd-2131-eln/eln_labs.git
# Go into the repository
cd eln_labs
# Run the app
## Linux
./eln_labs.bash
## Windows
.\eln_labs.bat# goto your student fork repo location
cd u:\eln_labs\
# add upstream Master remote
git remote add upstream https://github.com/hei-synd-2131-eln/eln_labs.git
# like "git pull" which is fetch + merge)
git fetch upstream
git merge upstream/master master
# Push the changes into your own fork repo
git push origin master- COF
- PRC
- ZAS
hevs.ch · Facebook @hessovalais · Twitter @hessovalais · LinkedIn HES-SO Valais-Wallis · Youtube HES-SO Valais-Wallis


