Kazi Mejbaul Islam
Published © MIT

Debugging CW305 Under Fault Using Digilent Digital Discovery

Easily interface digilent digital discovery with CW305 to debug or validate design

BeginnerProtip1 hour15
Debugging CW305 Under Fault Using Digilent Digital Discovery

Things used in this project

Hardware components

Chipwhisperer CW305
×1
Digital Discovery: Portable USB Logic Analyzer and Digital Pattern Generator
Digilent Digital Discovery: Portable USB Logic Analyzer and Digital Pattern Generator
×1

Software apps and online services

WaveForms
Digilent WaveForms

Hand tools and fabrication machines

10 Pc. Jumper Wire Kit, 5 cm Long
10 Pc. Jumper Wire Kit, 5 cm Long

Story

Read more

Schematics

Connecting The Devices

Code

Adding CW305 I/O Pins to Constraints

Verilog
######## HARDWARE ON BOARD
#setting Output pin properties
set_property DRIVE 8 [get_ports {debug[0]}]
set_property PACKAGE_PIN B12 [get_ports {debug[0]}]

set_property DRIVE 8 [get_ports {debug[1]}]
set_property PACKAGE_PIN A13 [get_ports {debug[1]}]

set_property DRIVE 8 [get_ports {debug[2]}]
set_property PACKAGE_PIN B15 [get_ports {debug[2]}]

set_property DRIVE 8 [get_ports {debug[3]}]
set_property PACKAGE_PIN C11 [get_ports {debug[3]}]

Credits

Kazi Mejbaul Islam
1 project • 0 followers

Comments