-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #485 from newaetech/fpga-updates
Fix #481
- Loading branch information
Showing
18 changed files
with
332 additions
and
161 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
hardware/capture/chipwhisperer-cw1200/hdl/cw1200_ise/cw1200_interface.bit
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
14 changes: 0 additions & 14 deletions
14
hardware/capture/chipwhisperer-lite/hdl/cwlite_ise/setup.v
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
77777`include "includes.v" | ||
`include "includes.v" | ||
//`define CHIPSCOPE | ||
|
||
/*********************************************************************** | ||
|
@@ -19,7 +19,6 @@ Author: Colin O'Flynn <[email protected]> | |
GNU Lesser General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with chipwhisperer. If not, see <http://www.gnu.org/licenses/>. | ||
*************************************************************************/ | ||
module reg_chipwhisperer( | ||
|
@@ -78,6 +77,7 @@ module reg_chipwhisperer( | |
|
||
output enable_output_nrst, | ||
output output_nrst, | ||
output nrst_ignore_highz, | ||
output enable_output_pdid, | ||
output output_pdid, | ||
output enable_output_pdic, | ||
|
@@ -322,7 +322,6 @@ module reg_chipwhisperer( | |
.D1(1'b0), // 1-bit data input (associated with C1) | ||
.R(~registers_cwextclk[6]), // 1-bit reset input | ||
.S(1'b0) // 1-bit set input | ||
); | ||
*/ | ||
|
||
|
@@ -371,7 +370,6 @@ module reg_chipwhisperer( | |
.D1(1'b0), // 1-bit data input (associated with C1) | ||
.R(~registers_iorouting[33]), // 1-bit reset input | ||
.S(1'b0) // 1-bit set input | ||
|
||
); | ||
`endif | ||
|
||
|
@@ -579,6 +577,7 @@ module reg_chipwhisperer( | |
|
||
assign enable_output_nrst = registers_iorouting[48]; | ||
assign output_nrst = registers_iorouting[49]; | ||
assign nrst_ignore_highz = registers_iorouting[54]; | ||
assign enable_output_pdid = registers_iorouting[50]; | ||
assign output_pdid = registers_iorouting[51]; | ||
assign enable_output_pdic = registers_iorouting[52]; | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.