mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
temporary assignment of JTAG ID
This commit is contained in:
parent
ae4900698e
commit
345c8ce08d
@ -65,7 +65,8 @@ module dm import cvw::*; #(parameter cvw_t P) (
|
||||
logic [31:0] RspData;
|
||||
logic [1:0] RspOP;
|
||||
|
||||
localparam JTAG_DEVICE_ID = 32'hdeadbeef; // TODO: put JTAG device ID in parameter struct
|
||||
// JTAG ID: [31:27] ver [27:12] part number [11:1] JEDEC number [0] set to 1
|
||||
localparam JTAG_DEVICE_ID = 32'h1000_1005;
|
||||
|
||||
dtm #(`ADDR_WIDTH, JTAG_DEVICE_ID) dtm (.clk, .tck, .tdi, .tms, .tdo,
|
||||
.ReqReady, .ReqValid, .ReqAddress, .ReqData, .ReqOP, .RspReady,
|
||||
|
Loading…
Reference in New Issue
Block a user