Revert "Provide opt-in wedge debugging info"

This reverts commit 68d3bd484e.
This commit is contained in:
Peter Rugg
2021-01-19 22:00:16 +00:00
parent 20f1ddf587
commit e8487e2a1c
9 changed files with 2 additions and 136 deletions

View File

@@ -40,9 +40,6 @@ BSC_COMPILATION_FLAGS += \
-D BRVF_TRACE \
-D XILINX_BSCAN -D JTAG_TAP
# Enable to expose last and next instruction info as DMI registers
#BSC_COMPILATION_FLAGS += -D DEBUG_WEDGE
# Synth only BSC_COMPILATION_FLAGS
SYNTH_BSC_OPTIONS = -D XILINX_XCVU9P

View File

@@ -13,7 +13,7 @@ import PowerOnReset ::*;
import ClockHacks ::*;
import Giraffe_IFC ::*;
typedef 7 ABITS;
typedef 6 ABITS;
`ifdef XILINX_BSCAN
`ifdef XILINX_XCVU095
typedef 6 IR_LENGTH;