Skip to content

Commit

Permalink
Update call-to-action.html
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1hofmann authored Oct 17, 2023
1 parent 5afb947 commit 6b2845e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_includes/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ <h4>Fontes18</h4>
<input type="radio" class="select" value="t" name="Function" /> t
</label>
<label>
<input type="radio" class="select" value="c17" name="Function" /> c17
</label>
<label>
<input type="radio" class="select" value="b1_r2" name="Function" /> b1_r2
</label>
<label>
Expand Down Expand Up @@ -95,6 +92,9 @@ <h3>Choose Clocking Scheme</h3>
<label>
<input type="radio" class="select" value="RES" name="Clocking" /> RES
</label>
<label>
<input type="radio" class="select" value="ROW" name="Clocking" /> ROW
</label>
<div class="link-container-library-clocking"></div>
</div>
<div>
Expand All @@ -119,7 +119,7 @@ <h3>Download File</h3>

if (func){
var trindade16 = ["mux21", "xor2", "xnor2", "HA", "FA", "par_gen", "par_check"];
var fontes18 = ["1bitAdderAOIG", "t", "c17", "b1_r2", "majority", "newtag", "clpl", "xor5_r1", "xor5Maj", "1bitAdderMaj", "2bitAdderMaj", "cm82a_5","parity"];
var fontes18 = ["1bitAdderAOIG", "t", "b1_r2", "majority", "newtag", "clpl", "xor5_r1", "xor5Maj", "1bitAdderMaj", "2bitAdderMaj", "cm82a_5","parity"];
if (trindade16.indexOf(func) > -1) {
var str = "https://github.com/simon1hofmann/mnt-bench/blob/main/benchmarks/Networks/trindade16/" + func + ".v";
var link = '<a href="'+str+'" class="btn btn-default btn-xl" download>Download network</a>';
Expand Down

0 comments on commit 6b2845e

Please sign in to comment.