Merge branch 'develop' of https://github.com/vortexgpgpu/vortex into develop

Conflicts:
	hw/rtl/interfaces/VX_pipeline_perf_if.sv
This commit is contained in:
Blaise Tine 2023-12-20 18:33:17 -08:00
commit 57ecb5e530

View file

@ -23,7 +23,7 @@ interface VX_pipeline_perf_if ();
wire [`PERF_CTR_BITS-1:0] ifetches;
wire [`PERF_CTR_BITS-1:0] loads;
wire [`PERF_CTR_BITS-1:0] stores;
wire [`PERF_CTR_BITS-1:0] fetch_latency;
wire [`PERF_CTR_BITS-1:0] ifetch_latency;
wire [`PERF_CTR_BITS-1:0] load_latency;
modport schedule (