-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'github/master' (tag 'v1.1.0') into Vivado
# Conflicts: # README.md # src/common/physical.vhdl # src/io/io_FanControl.vhdl # src/io/io_FrequencyCounter.vhdl # src/io/pmod/pmod_KYPD.vhdl # src/io/uart/uart_bclk.vhdl # src/misc/misc_FrequencyMeasurement.vhdl # src/net/arp/arp_Cache.vhdl # src/net/arp/arp_Wrapper.vhdl # src/sim/sim_simulation.v93.vhdl # src/sim/sim_waveform.vhdl # tb/io/io_Debounce_tb.vhdl
- Loading branch information
Showing
915 changed files
with
39,222 additions
and
15,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
*.tpl -whitespace | ||
*.md -whitespace | ||
*.rst -whitespace | ||
*.ini -whitespace | ||
*.pl filter=normalize | ||
*.ps1 filter=normalize | ||
*.psm1 filter=normalize | ||
*.py filter=normalize | ||
*.sh filter=normalize | ||
*.rst filter=normalize_rest | ||
*.vhdl filter=normalize_vhdl | ||
*.ucf filter=normalize | ||
*.xcf filter=normalize | ||
*.ldc filter=normalize | ||
*.sdc filter=normalize | ||
*.xdc filter=normalize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
Contributor | Contact E-Mail | ||
------------------|------------------------------------------------------------ | ||
Genßler, Paul | [email protected] | ||
Köhler, Steffen | [email protected] | ||
Lehmann, Patrick | [email protected]; [email protected] | ||
Preußer, Thomas B.| [email protected]; [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
# Contributing to the PoC-Library | ||
|
||
Currently, we have no contribution rules, so feel free to submit pull requests. | ||
|
||
|
||
### Contributor License Agreement | ||
|
||
We require all contributers to sign a Contributor License Agreement (CLA). If you don't know | ||
whatfore a CLA is needed and how it prevents legal issues on both sides, read [this short | ||
blog](https://www.clahub.com/pages/why_cla) post. | ||
|
||
So to get started, [sign the Contributor License Agreement (CLA)][CLAHub]. | ||
|
||
|
||
[CLAHub]: https://www.clahub.com/agreements/VLSI-EDA/PoC |
Oops, something went wrong.