mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge branch 'main' of https://github.com/stineje/cvw
This commit is contained in:
commit
2f1c191bc6
@ -17,7 +17,7 @@ localparam ASID_BASE = (XLEN==32 ? 32'd22 : 32'd44);
|
||||
localparam ASID_BITS = (XLEN==32 ? 32'd9 : 32'd16);
|
||||
|
||||
// Debug Module implemented
|
||||
localparam logic DEBUG_SUPPORTED = 1'b1;
|
||||
localparam logic DEBUG_SUPPORTED = 1'b0;
|
||||
|
||||
// constants to check SATP_MODE against
|
||||
// defined in Table 4.3 of the privileged spec
|
||||
|
@ -82,7 +82,7 @@ module tap (
|
||||
|
||||
always @(negedge tck) begin
|
||||
resetn <= ~(State == TLReset);
|
||||
tdo_en <= State == ShiftIR || State == ShiftDR;
|
||||
tdo_en <= State == ShiftIR | State == ShiftDR;
|
||||
captureIR <= State == CaptureIR;
|
||||
updateIR <= State == UpdateIR;
|
||||
shiftDR <= State == ShiftDR;
|
||||
|
Loading…
Reference in New Issue
Block a user