Jump to content
  • 0

SOFT ERROR MITIGATION CONTROLER AND ZYBO BOARD


nickmastor

Question

hi everyone i want to test the example of soft error mitigation controller. I chacnge the constrains in the xdc file as below.

# set_property LOC <pin loc> [get_ports monitor_rx]
set_property PACKAGE_PIN L16 [get_ports clk]
##LED0
set_property PACKAGE_PIN M14 [get_ports status_initialization]
##LED1
set_property PACKAGE_PIN M15 [get_ports status_observation]
##LED2
set_property PACKAGE_PIN G14 [get_ports status_correction]
##JE1
set_property PACKAGE_PIN V12 [get_ports status_classification]
##LED3
set_property PACKAGE_PIN D18 [get_ports status_injection]
##JE2
set_property PACKAGE_PIN W16 [get_ports status_uncorrectable]
##JE3
set_property PACKAGE_PIN J15 [get_ports status_essential]
##JE4
set_property PACKAGE_PIN H15 [get_ports status_heartbeat]
##JE7
set_property PACKAGE_PIN V13 [get_ports monitor_tx]
##JE8
set_property PACKAGE_PIN C20 [get_ports monitor_rx]

but the sem ip stays in the initialize state without pass from the heartbeat status .Do you have any idea why?

 

image.thumb.png.007f88a68159c2e24af3cf0fd26cb325.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...