Commit Graph

182 Commits

Author SHA1 Message Date
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
felsabbagh3
be66e51613 Added CSRs, some Load unit tests are failing 2020-02-17 22:22:27 -08:00
felsabbagh3
a0f3f67426 Fixed double printing in ::io_handler 2020-02-17 19:47:55 -08:00
felsabbagh3
3a45375596 Fixed Verilator 2020-02-17 19:36:00 -08: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
wgulian3
8318aff69f Support exec multi-cycle for div/mul 2020-02-13 13:17:46 -05:00
wgulian3
c1bd731d7f Add ram async clear port fix for fpga RAM inference 2020-02-06 13:07:50 -05:00
wgulian3
9c7a9d88cf Replace div/rem expressions with divider modules in preparation for pipelining 2020-02-04 11:54:06 -05:00
wgulian3
0211ca4add Add compat divide module and tb 2020-02-04 10:59:05 -05:00
wgulian3
8d20b52ea2 Cleanup imports of VX_define 2020-02-04 10:57:32 -05:00
wgulian3
d727404f3b timing analysis tcl 2020-01-28 04:09:00 -05:00
wgulian3
4158b29f29 Fancier SDC file 2020-01-28 02:20:13 -05:00
wgulian3
a6e74f589e Update files 2020-01-27 20:35:45 -05:00
wgulian3
12a4136464 quartus makefile: Support custom Quartus root location 2020-01-24 18:42:03 -05:00
wgulian3
e9cdc6e5af SystemVerilog tweaks to appease Quartus and make Quartus synthesis work 2020-01-24 06:10:24 -05:00
Lyons, Ethan Tyler
b583e206a2 Fixed GPR Stage to be Generic when ASIC is defined 2019-11-22 09:20:20 -05:00
fares
9e58bf8fb5 Started synthesis script 2019-11-22 00:32:19 -05:00
fares
d4f6a7e3b2 reverted to 4 thread configuration 2019-11-22 00:13:55 -05:00
fares
8acc32372b 8Warp 32Threads for GTCAD synthesis 2019-11-21 23:51:11 -05:00
fares
c4d315dfed VCD for power 2019-11-21 23:25:51 -05:00
Lyons, Ethan Tyler
c8abd48458 Synthesis Compatible 2019-11-21 21:42:34 -05:00
Lyons, Ethan Tyler
b748a7665d Synthesis Compatible 2019-11-21 21:41:41 -05:00
Lyons, Ethan Tyler
e56e42c8c3 Synthesis Compatible 2019-11-21 21:41:11 -05:00
Lyons, Ethan Tyler
52e881243e Warps/Threads Parameterization 2019-11-21 01:15:54 -05:00
Lyons, Ethan Tyler
9f58584207 Warps/Threads Parameterization 2019-11-21 01:15:21 -05:00
Lyons, Ethan Tyler
509850192c Warps/Threads Parameterization 2019-11-21 01:14:50 -05:00
fares
c09a15069b Improving critical path 2019-11-18 13:11:05 -05:00
fares
c6d56f11c3 Added EXEC to Warp Scheduler buffer 2019-11-18 11:34:51 -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
Lyons, Ethan Tyler
7f7d17d176 Shared Memory Implemented 2019-11-13 10:06:36 -05:00
Lyons, Ethan Tyler
2994e607e3 Shared Memory Implemented 2019-11-13 10:06:13 -05:00
felsabbagh3
25647b46df Fixed SM simple 2019-11-13 02:15:18 -05:00
felsabbagh3
b67ba1881b Fixed valid signal 2019-11-13 01:58:04 -05:00
felsabbagh3
ef83285c6c FileIO Schema started 2019-11-12 00:31:30 -05:00
felsabbagh3
7ed88ce4c1 Fixed AA d_cache sizing errors 2019-11-11 15:20:58 -05:00
felsabbagh3
4b2ea58b79 Syn prep 2019-11-11 14:20:15 -05:00
felsabbagh3
92e88a7bb2 Fixed cache meta 2019-11-10 15:38:39 -05:00
felsabbagh3
31de18c328 Changed tb 2019-11-10 15:06:06 -05:00
felsabbagh3
b3c7ac435a added sm defines 2019-11-10 14:01:54 -05:00
felsabbagh3
fbf708e419 Started simX 2019-11-10 01:21:09 -05:00
felsabbagh3
ea7bd485ca Icache/Dcache finally done + configurability tested: 2019-11-09 00:03:15 -05:00
felsabbagh3
8b81989bfd Before way logic change 2019-11-08 18:16:40 -05:00
Lyons, Ethan Tyler
c79d08e12c Add files via upload
ICache_In_Place
2019-11-08 10:56:44 -05:00
Lyons, Ethan Tyler
1c21110ffe Add files via upload
ICache_In_Place
2019-11-08 10:56:11 -05:00
Lyons, Ethan Tyler
6c4cd2468f Add files via upload
ICache_In_Place
2019-11-08 10:55:35 -05:00