Skip to content
Snippets Groups Projects
Commit 30ba14f9 authored by Michael Ritzert's avatar Michael Ritzert
Browse files

Automatically reset the entire digital part during POR.

parent 0c12cd95
No related merge requests found
......@@ -162,7 +162,7 @@ jtag_top #(
.TDO_REG( {
tdo_cmd_recv
}),
.IC_RESET_IN_N( res_n ),
.IC_RESET_IN_N( res_n && por_n ),
.IC_RESET_OUT_N( res_n_int ),
.IR_DATA( {1'b0, cmd_link_stable, seq_run_regged} ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment