Skip to content

Commit

Permalink
changing reset to trst
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 24, 2024
1 parent 934195b commit 0f57836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jtag.v
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module jtag (

byte_transmitter id_byte_transmitter(
.clk(tck),
.reset(r_in_reset_from_main_clk),
.reset(~trst),
.enable(1'b1), // TODO: this is where mux goes.
.in(IDCODE),
.out(transmitter_channel), // make this another wire.
Expand Down

0 comments on commit 0f57836

Please sign in to comment.