-
Notifications
You must be signed in to change notification settings - Fork 16
Download
The PoC-Examples can be downloaded as a zip-file or cloned with git clone.
| Protocol | URL |
|---|---|
| SSH | ssh://git@github.com:VLSI-EDA/PoC-Examples.git |
| HTTPS | https://github.com/VLSI-EDA/PoC-Examples.git |
All Windows command line instructions are intended for Windows PowerShell, if not marked otherwise. So executing the following instructions in Windows Command Prompt (
cmd.exe) won't function or result in errors! PowerShell is shipped with Windows since Vista. See the requirements wiki page on where to download or update PowerShell.
The latest master branch can be downloaded as a zip-file on the repository's main page.
The following commands create a PoC-Examples/ folder and clone the repository onto a local computer's drive. See the Cloning a Repository article on GitHub for more details. The GitHub documentation will use the remote name github instead of git's default name origin in all references. See section Renaming remotes for details.
cd <GitRoot>
git clone --recursive git@github.com:VLSI-EDA/PoC-Examples.git PoC-Examples
cd PoC-Examples
git remote rename origin github
cd <GitRoot>
mkdir lib
git clone --recursive git@github.com:VLSI-EDA/PoC-Examples.git PoC-Examples
cd PoC-Examples
git remote rename origin github
Note: The option --recursive performs a recursive clone operation for all integrated git submodules. An additional git submodule init and git submodule update is not needed anymore.
- The PoC-Examples Collection
- Download
- Dependencies
- Requirements
- Installation
- Change Log
- License (Apache 2.0)
- io
- uart
- Echo
- Fan Control
- uart
- net
- mac
- Loopback
- ipv4
- Loopback
- ipv6
- Loopback
- udp
- Loopback
- Echo
- mac
Links: