Working CPP way of writing data

This commit is contained in:
2026-02-24 16:40:17 +01:00
parent 8f4e887b9d
commit 9930ce4461
10 changed files with 803 additions and 171 deletions

View File

@@ -29,6 +29,7 @@ module jtag_if #(
.SHIFT(o_shift),
.TCK(o_tck),
.TDI(o_tdi),
.TDO(i_tdo),
.UPDATE(o_update)
);
endmodule