Blaise Tine
c8a6470595
redesigned driver demo, fixed startup code, removed --cpu from simx,
2020-03-29 00:38:17 -04:00
Blaise Tine
96e960fa69
missing runtime changes from OPAE
2020-03-27 22:51:54 -04:00
Blaise Tine
9b1b8789ac
merging changes from OPAE branch making this branch
2020-03-27 20:19:16 -04:00
felsabbagh3
39516a6f98
Migrating fpga_synthesis_temp to main
2020-03-27 13:15:23 -07:00
wgulian3
f126a23114
Generate define overrides based on env vars for C and Verilog.
...
gen_config.py has two main jobs. First it parses env vars for anything starting with V_ and treats this as an override define. These defines are inserted into the emitted .h and .v headers with correct syntax for C and Verilog preprocessors, respectively. Second, it translates VX_define.v including all conditional definition rules into a C header. This way, all values defined in VX_define.v can also be referenced in corresponding runtime or Verilator code.
2020-03-26 04:08:43 -04:00
wgulian3
123fb17723
Remove VX_define.h and *_synth and runtime/config.h
2020-03-26 04:07:17 -04:00
felsabbagh3
5372c07b01
Fixed most of the cache issues, mat_add left
2020-03-22 15:59:45 -07:00
felsabbagh3
82ea79c680
Fix for Single-Threaded
2020-03-22 14:44:46 -07:00
felsabbagh3
469334f23e
MULTICORE WITH L2 WORKING
2020-03-09 01:17:11 -07:00
wgulian3
61803741f8
Merge branch 'master' into fpga_synthesis
...
# Conflicts:
# rtl/VX_back_end.v
# rtl/VX_gpr_stage.v
# rtl/VX_writeback.v
# rtl/simulate/test_bench.cpp
# rtl/simulate/test_bench.h
# runtime/mains/dev/Makefile
2020-02-18 03:34:38 -05:00
wgulian3
4184980188
verilator: run all riscv tests
2020-02-13 13:50:57 -05:00
wgulian3
e662ef4134
Fix verilator
2020-02-13 13:42:43 -05:00
wgulian3
86bfa4d1e4
Fix verilator
2020-02-13 13:18:06 -05:00
Blaise Tine
759349f2bf
updated README and Makefile environment settings
2020-01-21 21:21:56 -05:00
fares
b752ce5485
Merge branch 'master' of https://github.gatech.edu/casl/Vortex
2019-11-25 02:52:22 -05:00
fares
44b8cdf5c1
Benchmarking stuff
2019-11-25 02:52:09 -05:00
Euna Kim
62ab6b3e98
Merge remote-tracking branch 'refs/remotes/origin/master'
2019-11-23 22:25:45 -05:00
fares
d2bd560593
OpenCL benchmarks running
2019-11-23 20:37:14 -05:00
fares
852d844618
Merge branch 'master' of https://github.gatech.edu/casl/Vortex
2019-11-23 10:00:15 -05:00
fares
597165d4e1
Fixed malloc problem
2019-11-23 01:31:24 -05:00
proshan3
30c8ef3931
Added support for vmacc
2019-11-22 23:55:47 -05:00
proshan3
0d763fd735
Vector matrix addition working
2019-11-22 19:23:54 -05:00
proshan3
10505feaf5
Vector matrix addition working
2019-11-22 19:23:54 -05:00
fares
e61f8ecace
Removed the need to do vx_tmc(1) at start of main
2019-11-22 18:04:01 -05:00
fares
d733509c91
Removed the need to do vx_tmc(1) at start of main
2019-11-22 18:04:01 -05:00
proshan3
53e5e62e6c
changes vector
2019-11-22 12:52:35 -05:00
proshan3
d7fa303282
changes vector
2019-11-22 12:52:35 -05:00
fares
c4d315dfed
VCD for power
2019-11-21 23:25:51 -05:00
fares
fd80fa14c7
Uploaded vecadd that uses split/join
2019-11-21 20:26:07 -05:00
proshan3
b4ebc803f3
Added vector mask instructions
2019-11-21 20:18:29 -05:00
proshan3
9edb7fe76c
Vector changes
2019-11-21 17:07:49 -05:00
fares
f4d982b3a4
basic rvvector example
2019-11-21 11:22:20 -05:00
Blaise Tine
3217588b37
Merge branch 'master' of https://github.gatech.edu/casl/Vortex
2019-11-21 00:44:59 -05:00
Blaise Tine
2dcd0ddfdc
opencl sgemm benchmark
2019-11-21 00:41:17 -05:00
fares
13ebe51f03
Created a global linker file to fix descrepencies
2019-11-21 00:24:42 -05:00
fares
9cbceff690
Making sure nothing was lost
2019-11-20 23:59:44 -05:00
fares
f3e2bacee7
lseek simulator working
2019-11-18 15:30:51 -05:00
fares
3bc2f449e4
simX openfile working
2019-11-18 15:10:29 -05:00
fares
dcf9cd3c80
Fixed error
2019-11-18 13:45:49 -05:00
fares
a3e0b6ed90
Added simple vec test
2019-11-17 17:41:24 -05:00
fares
650d6141ab
nativevecadd workinggit status
2019-11-16 21:37:35 -05:00
fares
ed5c628c3b
vec add successfull
2019-11-16 16:07:10 -05:00
fares
4049f314b0
Fixed g++ newlib, still fixing _start
2019-11-16 14:51:20 -05:00
fares
d5763a8ae7
Fixed g++ with Vortex, _start stil not initializing propoerly
2019-11-16 14:35:45 -05:00
fares
53c78b905a
Switched to g++
2019-11-16 12:23:59 -05:00
fares
19dba43849
vecadd bug fixing + ebreak for termination
2019-11-15 14:18:45 -05:00
fares
3d5120640b
clCreateProgramWithBuiltInKernels OpenCL Error
2019-11-15 01:14:31 -05:00
felsabbagh3
70651f0340
Added a pipeline stage + fixed SM param errors
2019-11-13 12:25:28 -05:00
felsabbagh3
d0c1663f79
fwrite working
2019-11-12 23:03:14 -05:00
felsabbagh3
ba3722c4bb
_write working, _fstat upload/download not working
2019-11-12 13:39:33 -05:00