1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2024-11-22 17:43:26 +00:00
Cursor/README.md

104 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2021-11-24 09:50:51 +00:00
<h1 align="center">
<br>
<img src="./img/ELN_cursor.gif" alt="ELN Cursor Logo" width="200" height="200">
<br>
ELN Project Cursor
2021-11-30 07:50:06 +00:00
</br> Rémi Heredero & Simon Donnet-Monay
2021-11-24 09:50:51 +00:00
<br>
</h1>
<h4 align="center">Labor Files for ELN Semester Project Cursor <a href="https://cyberlearn.hes-so.ch/course/view.php?id=14276" target="_blank">Moodle Cyberlearn</a>.</h4>
# Table of contents
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
<p align="center">
<a href="#description">Description</a>
<a href="#how-to-use">How To Use</a>
<a href="#credits">Credits</a>
<a href="#license">License</a>
<a href="#fund-us-on">Find us on</a>
</p>
![screenshot](img/screenshot.png)
## Description
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
[(Back to top)](#table-of-contents)
Laboratory file for semesterproject chronometer for first year bachelor students.
2021-11-30 07:50:06 +00:00
As it changes each year, all you have to do is search on `<a href="https://cyberlearn.hes-so.ch" target="_blank">`Moodle Cyberlearn `</a>` for the course number and select the one starting with the last two digits of the current year.
2021-11-24 09:50:51 +00:00
Course number is 2131 for SYND
The course full name is composed as a concatenation of year (YY), school name, course ID and course name: "YY_HES-SO-VS_2131_Electricite / Elektrotechnik ELN"
## How To Use
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
[(Back to top)](#table-of-contents)
To clone and run this application, you'll need [Git](https://git-scm.com) and [HDL Designer](https://www.mentor.com/products/fpga/hdl_design/hdl_designer_series/) as well as [Modelsim](https://www.mentor.com/products/fv/modelsim/) installed on your computer. From your command line:
![usage instructions](img/eln_labs_deployment-students.png)
### Launch
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
```bash
# 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_cursor.git
# Go into the repository
cd eln_cursor
# Run the app
## Linux
./eln_cursor.bash
## Windows
.\eln_cursor.bat
```
### Update Student **Fork** to the latest modification from **Master** Repo
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
```bash
# goto your student fork repo location
cd u:\eln_cursor\
# add upstream Master remote
git remote add upstream https://github.com/hei-synd-2131-eln/eln_cursor.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
```
## Credits
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
[(Back to top)](#table-of-contents)
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
* COF
* PRC
* ZAS
## License
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
[(Back to top)](#table-of-contents)
2021-11-29 11:53:59 +00:00
©️ [All rights reserved](LICENSE)
2021-11-24 09:50:51 +00:00
---
## Find us on
2021-11-29 11:53:59 +00:00
2021-11-24 09:50:51 +00:00
> [hevs.ch](https://www.hevs.ch) &nbsp;&middot;&nbsp;
> Facebook [@hessovalais](https://www.facebook.com/hessovalais) &nbsp;&middot;&nbsp;
> Twitter [@hessovalais](https://twitter.com/hessovalais) &nbsp;&middot;&nbsp;
> LinkedIn [HES-SO Valais-Wallis](https://www.linkedin.com/groups/104343/) &nbsp;&middot;&nbsp;
> Youtube [HES-SO Valais-Wallis](https://www.youtube.com/user/HESSOVS)