jl7719
|
51dbe68ea8
|
Fix running on different environment issue
Now completely shifted to Ubuntu 18.04 setup should work for everyone
|
2020-12-14 17:38:39 +00:00 |
|
theexecutor13
|
6519be9a9e
|
Update reference.txt
|
2020-12-14 23:59:08 +08:00 |
|
theexecutor13
|
d72676c30c
|
Update bltzal.txt
|
2020-12-14 23:58:08 +08:00 |
|
ppuk
|
2d935d9211
|
linux supported
|
2020-12-14 15:38:05 +00:00 |
|
jc4419
|
da6be29109
|
Merge branch 'main' of https://github.com/supleed2/AM04_CPU into main
|
2020-12-13 15:38:04 +04:00 |
|
jc4419
|
be27fdc1ce
|
Updated PC/Harvard, should work with delay slot
|
2020-12-13 15:37:44 +04:00 |
|
jl7719
|
f882d1e361
|
Test different inputs for lb, lbu
it works
|
2020-12-13 15:16:53 +09:00 |
|
jl7719
|
7150487472
|
Rename initialisation files
|
2020-12-13 14:54:53 +09:00 |
|
jl7719
|
943745a1e0
|
Tested all that can be tested for now
Mult/Div, Branch/Jump Linking, J needs implementation before testing and store to be tested when switched to bus
|
2020-12-13 14:40:16 +09:00 |
|
Aadi Desai
|
1123477690
|
Mask address during partial writes
|
2020-12-13 00:15:15 +00:00 |
|
Aadi Desai
|
50b9dba651
|
Added partial writes
SH and SB were not accounted for in previous version, partial reads are handled within regfile
|
2020-12-12 16:49:02 +00:00 |
|
jl7719
|
c31344c55f
|
More testcases, testing, debugging
|
2020-12-13 01:25:36 +09:00 |
|
yhp19
|
276f7f8216
|
Added ref files for j and load instructions
|
2020-12-12 23:59:04 +08:00 |
|
yhp19
|
ab27fcaed3
|
Reference txt now in reference folders
|
2020-12-12 23:46:42 +08:00 |
|
yhp19
|
69cd711cfc
|
Added load instruction txt and data.txt
|
2020-12-12 23:39:00 +08:00 |
|
jl7719
|
14ad7fa0ce
|
Update program counter
Logic for instructions with linking not implemented. Can do basic branch delay slots. More left to do with return register
|
2020-12-12 15:59:14 +09:00 |
|
Aadi Desai
|
af7645b5b0
|
Completed wrapper, to be tested
|
2020-12-11 19:45:00 +00:00 |
|
Aadi Desai
|
714b74ec83
|
Update mips_cpu_bus.v
Added fetch/execute states. All instructions not using data memory should function
|
2020-12-11 19:13:11 +00:00 |
|
Aadi Desai
|
7997076be7
|
Basic Wrapper, Logic to be added
|
2020-12-11 10:56:34 +00:00 |
|
jl7719
|
3594365a25
|
Create branch jl7719
Can test for normal pc incrementing instr
|
2020-12-11 19:45:13 +09:00 |
|
yhp19
|
2c5b3ad604
|
Merge branch 'main' of https://github.com/supleed2/AM04_CPU into main
|
2020-12-11 15:54:45 +08:00 |
|
yhp19
|
47e0f42f92
|
added load instructions
|
2020-12-11 15:54:23 +08:00 |
|
jl7719
|
7ffd8fb400
|
Add testcases and ref outputs for addiu, and, andi
|
2020-12-11 15:17:43 +09:00 |
|
Ibrahim
|
1bf7b5d40e
|
All instructions except load finished - some test cases may need changing upon review
|
2020-12-10 19:39:04 +00:00 |
|
jl7719
|
04b1ed4fed
|
Update control and memory
Fixed some errors when testing
|
2020-12-10 22:27:08 +09:00 |
|
jl7719
|
84adff2ed1
|
Update memory
No longer need the massive memory
|
2020-12-10 19:14:16 +09:00 |
|
jl7719
|
c93473a54d
|
Update test_mips_cpu_harvard.sh
Outputs Pass/Fail by comparing to INSTR.ref.txt files (need to add these per instr)
|
2020-12-10 17:24:40 +09:00 |
|
yhp19
|
db344b3150
|
added div and instruction testcase and minor adjustment on bl instructions
|
2020-12-10 13:51:54 +08:00 |
|
Ibrahim
|
0be5617371
|
75% done - need to redo arithemtic operation to test edge cases & do certain instr by hand
|
2020-12-09 20:17:58 +00:00 |
|
yhp19
|
31ad264fac
|
updated with .txt files
|
2020-12-10 00:57:31 +08:00 |
|
theexecutor13
|
315e5af32c
|
Update reference.txt
Fixed branch instruction test case in ref.txt
|
2020-12-10 00:41:19 +08:00 |
|
theexecutor13
|
b17158489f
|
Added jump type testcase in ref.txt
|
2020-12-10 00:10:38 +08:00 |
|
jl7719
|
7e6bc7c370
|
Update branch testcases
Reference file is not updated
|
2020-12-09 23:21:45 +09:00 |
|
jc4419
|
3a2fde81b2
|
Merge branch 'main' of https://github.com/supleed2/AM04_CPU into main
|
2020-12-09 16:27:20 +04:00 |
|
jc4419
|
4b8a56ee2f
|
Fixed if logic for control
|
2020-12-09 16:24:21 +04:00 |
|
jl7719
|
c5aed43ab4
|
Update to test each instruction with a small memory
|
2020-12-09 16:47:58 +09:00 |
|
Aadi Desai
|
6becea322f
|
Update mips_cpu_regfile.v
Regfile should now compile, write is skipped if $0 is the destination register
|
2020-12-08 13:23:08 +00:00 |
|
jc4419
|
9de2b59bbb
|
Updated Harvard, ALU, PC, Control, and Regfile
|
2020-12-08 01:46:01 +04:00 |
|
jc4419
|
8f5e582f33
|
Updated ALU - Minor Syntax Fixes
|
2020-12-07 18:18:19 +04:00 |
|
jc4419
|
2ab6ff12eb
|
Merge branch 'main' of https://github.com/supleed2/AM04_CPU into main
|
2020-12-07 15:55:12 +04:00 |
|
jc4419
|
9198c4f51b
|
Updated ALU and Control
|
2020-12-07 15:49:44 +04:00 |
|
Ibrahim
|
11cabd3aea
|
changing module name
|
2020-12-07 10:52:01 +00:00 |
|
yhp19
|
ff912207b8
|
added branch test inputs
|
2020-12-07 18:35:06 +08:00 |
|
Aadi Desai
|
d347475b64
|
Update mips_cpu_regfile.v
lb, lbu, lh, lhu now select data according to address alignment
$0 is assigned to 0, may cause an error when written to, unknown.
|
2020-12-06 17:42:23 +00:00 |
|
jl7719
|
c5167645e7
|
Fix overall w.r.t iverilog compiler error
|
2020-12-06 15:44:58 +09:00 |
|
jc4419
|
a2bcf3ed1b
|
Updated ALU
|
2020-12-05 23:37:01 +04:00 |
|
jl7719
|
56b5b1aa89
|
Merge branch 'main' of https://github.com/supleed2/AM04_CPU into main
|
2020-12-04 23:45:16 +09:00 |
|
jl7719
|
411f89110f
|
Add testbench related files
|
2020-12-04 23:44:48 +09:00 |
|
Aadi Desai
|
847bf92add
|
Fix regfile hazard from storing when inputs change
|
2020-12-02 19:13:41 +00:00 |
|
Aadi Desai
|
f2f8e05010
|
PC logic updated
PC now has a delay into instr_mem to match MIPS32 spec and pc resets/initialises to MIPS32 reset vector
|
2020-12-02 17:23:28 +00:00 |
|