Commit graph

290 commits

Author SHA1 Message Date
Blaise Tine
4329e3f968 minor update 2024-09-28 20:28:57 -07:00
Blaise Tine
b634f9f47d count_leading_zeros fix 2024-09-28 20:15:03 -07:00
Blaise Tine
87e613d29d fixed XRT AFU deadlock on exit 2024-09-28 05:20:37 -07:00
Rishabh Ravi
d13cdc3fc3 Removed tile prints 2024-09-26 14:47:05 -04:00
Blaise Tine
a9a5ded030 bitmanip logceil fix 2024-09-23 23:54:43 -07:00
Blaise Tine
2cf483ddf5 xrt afu bug fixes 2024-09-23 21:01:24 -07:00
Blaise Tine
9a6dbdf1a9 xrtsim addressing fix 2024-09-23 08:56:57 -07:00
Blaise Tine
a80be895ba fixed compiler errors 2024-09-23 03:05:46 -07:00
Blaise Tine
e38c2c1fba xilinx xrt platforms configuration 2024-09-23 02:12:47 -07:00
Blaise Tine
b8199decf4 opaesim and xrtsim multi-bank memory support 2024-09-22 03:54:40 -07:00
Blaise Tine
00feb8b424 scope analyzer bug fixes 2024-09-21 08:39:20 -07:00
Blaise Tine
7938c7be5f synthesis updates 2024-09-20 20:35:58 -07:00
jaewon-lee-github
e5f2442353 Update Virtual Memory testing 2024-09-20 08:58:11 -04:00
Blaise Tine
d2db612bb4 adding scope support to xrtsim 2024-09-19 22:33:28 -07:00
sij814
e8ce3878bb Merge branch 'master' of github.com:vortexgpgpu/vortex 2024-09-19 13:36:46 -07:00
Rishabh Ravi
6dfacec57e Changed vote shfl to alu 2024-09-19 16:34:09 -04:00
Rishabh Ravi
0588b5879b Fixed function unit for vote and shfl 2024-09-19 16:19:32 -04:00
Rishabh Ravi
9feba99dc9 Fixed typo 2024-09-19 16:15:57 -04:00
Rishabh Ravi
16c69ae7ee Added srcReg and deallocated it for maskreg and c_add (vote and shfl) 2024-09-19 16:11:26 -04:00
Blaise Tine
2d7f9eae0a minor update 2024-09-19 04:44:00 -07:00
Blaise Tine
a37309c6b0 xrtsim implementation 2024-09-19 04:24:20 -07:00
sij814
992f8d97d3 sliced the bypass requests 2024-09-17 19:47:13 -07:00
Blaise Tine
50458bbae0 xilinx synthesis debugging foxes 2024-09-17 06:22:07 -07:00
Blaise Tine
6cf0d9f7b4 fixed generate labels lint warnings to improve hardware debugging 2024-09-12 20:00:50 -07:00
Jaewon Lee
e91eb4aed4 merge from master branch 2024-09-12 10:32:02 -04:00
Blaise Tine
7823f5529c minor update 2024-09-08 01:38:48 -07:00
Blaise Tine
a75ed78bf2 fixed getopt exitcode with invalid parameters 2024-09-07 03:42:46 -07:00
Blaise Tine
8db77ea1cd minor updates 2024-09-05 21:29:01 -07:00
Blaise Tine
8d1baf677d minor update 2024-09-04 18:17:27 -07:00
Blaise Tine
37555b1208 minor update 2024-09-04 15:18:39 -07:00
Blaise Tine
fd5903fef1 minor update 2024-09-04 03:34:25 -07:00
Blaise Tine
c4df7221c6 Merge branch 'master' of https://github.com/vortexgpgpu/vortex into develop 2024-09-02 04:13:35 -07:00
Blaise Tine
7d0c141129 minor updates 2024-08-31 01:44:41 -07:00
Blaise Tine
961b9c3d63 minor update 2024-08-29 02:41:36 -07:00
Blaise Tine
105f884129 migration from fpnew to latest cvfpu core to resolve fpnew bugs and feature limitations 2024-08-29 00:48:51 -07:00
Blaise Tine
a38960674e SimX split.N fix 2024-08-28 21:10:05 -07:00
Blaise Tine
0f41774fea SimX's decode minor fix 2024-08-28 19:07:15 -07:00
Blaise Tine
41e41c9688 adjust SimX's split/join to match RTL. 2024-08-28 18:46:30 -07:00
Blaise Tine
b6879b25e3 switching to python3 dependency 2024-08-24 20:46:25 -07:00
Hanran Wu
ea9560b33b merge 2024-08-23 17:44:24 -04:00
sij814
7ae7ffa007 pulled master and made initial changes 2024-08-22 18:37:34 +02:00
Rishabh Ravi
1ba928744a Fixed simx for vote and shfl 2024-08-21 05:48:01 -04:00
tinebp
6c607d32fe
Merge pull request #169 from sij814/simx
simx HBM initial implementation
2024-08-17 20:24:37 -07:00
Blaise Tine
4b6f8efeaa removing trace_pkg to fix unsupported package dependencies 2024-08-17 04:07:10 -07:00
sij814
e34e4b790a forced memory bank change in opae 2024-08-16 16:53:18 -07:00
sij814
d7e8fd74ff source_id = 0 2024-08-15 19:40:52 -07:00
sij814
ea34239b43 changes made for initial feedback 2024-08-13 16:52:27 -07:00
donghanyuan
1a9a04ac76 replace local static allocator to global static
Ensure MemoryPool construct before SimPlatform,
thus MemoryPool destruct after SimPlatform.

Avoid use-after-free issue clearing events_ of SimPlatform
after SimPortEvent's allocator is destructed.
2024-08-13 18:13:41 +08:00
sij814
47427ab22e regression test with source_id 0 2024-08-12 16:22:30 -07:00
sij814
bab9496117 debugging segmentation fault with 8 clusters 2024-08-12 03:52:48 -07:00