mutiple fixes: parallel printf, fixed cycle in cache, opencl refactored vecadd and sgemm, regen opencl kernels with hard-float, fixed vortex io bus interface, fixed dpi floats APi to support multicore mode, make vlsim multicore default, make rtlsim multi-core default, removed POCL binaries from repository, updated Makefiles to use external POCL

This commit is contained in:
Blaise Tine
2020-09-19 14:45:42 -04:00
parent 80f929eb61
commit f6f95e0c46
146 changed files with 116779 additions and 194258 deletions

View File

@@ -226,15 +226,6 @@
`define DDFQQ_SIZE `DCREQ_SIZE
`endif
// Prefetcher
`ifndef DPRFQ_SIZE
`define DPRFQ_SIZE 8
`endif
`ifndef DPRFQ_STRIDE
`define DPRFQ_STRIDE 0
`endif
// Icache Configurable Knobs ==================================================
// Size of cache in bytes
@@ -287,15 +278,6 @@
`define IDFQQ_SIZE `ICREQ_SIZE
`endif
// Prefetcher
`ifndef IPRFQ_SIZE
`define IPRFQ_SIZE 8
`endif
`ifndef IPRFQ_STRIDE
`define IPRFQ_STRIDE 0
`endif
// SM Configurable Knobs ======================================================
// Size of cache in bytes
@@ -385,15 +367,6 @@
`define L2DFQQ_SIZE `L2CREQ_SIZE
`endif
// Prefetcher
`ifndef L2PRFQ_SIZE
`define L2PRFQ_SIZE 8
`endif
`ifndef L2PRFQ_STRIDE
`define L2PRFQ_STRIDE 0
`endif
// L3cache Configurable Knobs =================================================
// Size of cache in bytes
@@ -451,13 +424,4 @@
`define L3DFQQ_SIZE `L3CREQ_SIZE
`endif
// Prefetcher
`ifndef L3PRFQ_SIZE
`define L3PRFQ_SIZE 8
`endif
`ifndef L3PRFQ_STRIDE
`define L3PRFQ_STRIDE 0
`endif
`endif