Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
deploy: b5303af
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 3, 2024
1 parent f973f65 commit b5565ce
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 78 deletions.
4 changes: 2 additions & 2 deletions bin2gray.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_bin</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"> Input Binary encoded Bit Vector
</td>
</tr>
<tr>
<th class="table_list_item">o_gray</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"> Output Gray encoded Bit Vector
</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions binary_decoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,19 +195,19 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_en</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Enable Signal. Dynamic power is minimzed when not enabled.
</td>
</tr>
<tr>
<th class="table_list_item">i_bin</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic<BIN_WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<BIN_WIDTH></span></td>
<td class="table_list_item"> Binary encoded input.
</td>
</tr>
<tr>
<th class="table_list_item">o_unary</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic<UNARY_WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<UNARY_WIDTH></span></td>
<td class="table_list_item"> Unary encoded output.
</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions binary_encoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,19 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_en</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Enable Signal. Dynamic power is minimzed when not enabled.
</td>
</tr>
<tr>
<th class="table_list_item">i_unary</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic<UNARY_WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<UNARY_WIDTH></span></td>
<td class="table_list_item"> Unary encoded input.
</td>
</tr>
<tr>
<th class="table_list_item">o_bin</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic<BIN_WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<BIN_WIDTH></span></td>
<td class="table_list_item"> Binary encoded output.
</td>
</tr>
Expand Down
20 changes: 10 additions & 10 deletions counter.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,61 +217,61 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_clk</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"> Clock
</td>
</tr>
<tr>
<th class="table_list_item">i_rst</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">reset</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">reset</span></td>
<td class="table_list_item"> Reset
</td>
</tr>
<tr>
<th class="table_list_item">i_clear</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Clear counter
</td>
</tr>
<tr>
<th class="table_list_item">i_set</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Set counter to a value
</td>
</tr>
<tr>
<th class="table_list_item">i_set_value</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Value used by i_set
</td>
</tr>
<tr>
<th class="table_list_item">i_up</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Count up
</td>
</tr>
<tr>
<th class="table_list_item">i_down</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Count down
</td>
</tr>
<tr>
<th class="table_list_item">o_count</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Count value
</td>
</tr>
<tr>
<th class="table_list_item">o_count_next</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Count value for the next clock cycle
</td>
</tr>
<tr>
<th class="table_list_item">o_wrap_around</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Indicator for wrap around
</td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions delay.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,25 +205,25 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_clk</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"> Clock
</td>
</tr>
<tr>
<th class="table_list_item">i_rst</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">reset</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">reset</span></td>
<td class="table_list_item"> Reset
</td>
</tr>
<tr>
<th class="table_list_item">i_d</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">TYPE</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">TYPE</span></td>
<td class="table_list_item"> Input
</td>
</tr>
<tr>
<th class="table_list_item">o_d</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">TYPE</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">TYPE</span></td>
<td class="table_list_item"> Output
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions gray2bin.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_gray</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"> Input Gray encoded Bit Vector
</td>
</tr>
<tr>
<th class="table_list_item">o_bin</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<WIDTH></span></td>
<td class="table_list_item"> Output binary encoded Bit Vector such that
o_bin[k] = ^o_bin[WIDTH-1:k]
</td>
Expand Down
20 changes: 10 additions & 10 deletions gray_counter.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,61 +217,61 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_clk</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Clock
</td>
</tr>
<tr>
<th class="table_list_item">i_rst</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Reset
</td>
</tr>
<tr>
<th class="table_list_item">i_clear</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Clear counter
</td>
</tr>
<tr>
<th class="table_list_item">i_set</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Set counter to a value
</td>
</tr>
<tr>
<th class="table_list_item">i_set_value</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Value used by i_set
</td>
</tr>
<tr>
<th class="table_list_item">i_up</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Count up
</td>
</tr>
<tr>
<th class="table_list_item">i_down</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Count down
</td>
</tr>
<tr>
<th class="table_list_item">o_count</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Count value
</td>
</tr>
<tr>
<th class="table_list_item">o_count_next</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">COUNT</span></td>
<td class="table_list_item"> Count value for the next clock cycle
</td>
</tr>
<tr>
<th class="table_list_item">o_wrap_around</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Indicator for wrap around
</td>
</tr>
Expand Down
10 changes: 5 additions & 5 deletions lfsr_galois.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,31 +199,31 @@ <h3 id="ports"><a class="header" href="#ports">Ports</a></h3>
<tbody>
<tr>
<th class="table_list_item">i_clk</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">clock</span></td>
<td class="table_list_item"> Clock
</td>
</tr>
<tr>
<th class="table_list_item">i_en</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Enable - LFSR shifts only when enabled. Active high.
</td>
</tr>
<tr>
<th class="table_list_item">i_set</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic</span></td>
<td class="table_list_item"> Flag to set value of LFSR. Active High.
</td>
</tr>
<tr>
<th class="table_list_item">i_setval</th>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-type">logic<SIZE></span></td>
<td class="table_list_item"><span class="hljs-keyword">input</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<SIZE></span></td>
<td class="table_list_item"> Value which LFSR is set to when `i_set` is set.
</td>
</tr>
<tr>
<th class="table_list_item">o_val</th>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-type">logic<SIZE></span></td>
<td class="table_list_item"><span class="hljs-keyword">output</span> <span class="hljs-attribute"></span> <span class="hljs-type">logic<SIZE></span></td>
<td class="table_list_item"> LFSR value.
</td>
</tr>
Expand Down
Loading

0 comments on commit b5565ce

Please sign in to comment.