This website requires JavaScript.
Explore
Help
Sign In
unlockable
/
PipelineProcessorTests
Watch
1
Star
0
Fork
0
You've already forked PipelineProcessorTests
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
31
Commits
1
Branch
0
Tags
main
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
unlockable
31e742c431
Use a.in as input
2024-07-15 21:33:20 +08:00
.gitignore
Initial commit
2024-07-10 23:55:26 +08:00
01simple_test.asm
First simple test
2024-07-10 23:55:47 +08:00
01simple_test.txt
First simple test
2024-07-10 23:55:47 +08:00
02test_all_inst_mars.txt
Tset all commands (part 1)
2024-07-10 23:56:03 +08:00
02test_all_inst.asm
Tset all commands (part 1)
2024-07-10 23:56:03 +08:00
02test_all_inst.txt
Tset all commands (part 1)
2024-07-10 23:56:03 +08:00
03test_all_inst_part2_mars.txt
Test all command (part 2)
2024-07-10 23:56:17 +08:00
03test_all_inst_part2.asm
Test all command (part 2)
2024-07-10 23:56:17 +08:00
03test_all_inst_part2.txt
Test all command (part 2)
2024-07-10 23:56:17 +08:00
04test_beq_mars.txt
Test beq
2024-07-10 23:56:28 +08:00
04test_beq.asm
Test beq
2024-07-10 23:56:28 +08:00
04test_beq.txt
Test beq
2024-07-10 23:56:28 +08:00
05test_neq_mars.txt
Test neq
2024-07-10 23:56:40 +08:00
05test_neq.asm
Test neq
2024-07-10 23:56:40 +08:00
06test_blez_mars.txt
Test blez
2024-07-11 00:12:26 +08:00
06test_blez.asm
Test blez
2024-07-11 00:12:26 +08:00
06test_blez.txt
Test blez
2024-07-11 00:12:26 +08:00
07test_bgtz_mars.txt
Add test for bgtz
2024-07-11 00:31:51 +08:00
07test_bgtz.asm
Add test for bgtz
2024-07-11 00:31:51 +08:00
07test_bgtz.txt
Add test for bgtz
2024-07-11 00:31:51 +08:00
08test_bltz_mars.txt
Test bltz
2024-07-11 00:37:57 +08:00
08test_bltz.asm
Test bltz
2024-07-11 00:37:57 +08:00
08test_bltz.txt
Test bltz
2024-07-11 00:37:57 +08:00
09test_jal_jr_mars.txt
Test jal and jr
2024-07-11 01:12:24 +08:00
09test_jal_jr.asm
Test jal and jr
2024-07-11 01:12:24 +08:00
09test_jal_jr.txt
Test jal and jr
2024-07-11 01:12:24 +08:00
10test_jalr_mars.txt
Test jalr
2024-07-11 01:27:45 +08:00
10test_jalr.asm
Test jalr
2024-07-11 01:27:45 +08:00
10test_jalr.txt
Test jalr
2024-07-11 01:27:45 +08:00
11test_ex_forward_mars.txt
Test ex forward
2024-07-11 11:08:04 +08:00
11test_ex_forward.asm
Test ex forward
2024-07-11 11:08:04 +08:00
11test_ex_forward.txt
Test ex forward
2024-07-11 11:08:04 +08:00
12test_hazard_mars.txt
Test hazard
2024-07-11 11:36:57 +08:00
12test_hazard.asm
Test hazard
2024-07-11 11:36:57 +08:00
12test_hazard.txt
Test hazard
2024-07-11 11:36:57 +08:00
13display_digit_mars.txt
Display a single digit
2024-07-11 15:21:49 +08:00
13display_digit.asm
Display a single digit
2024-07-11 15:21:49 +08:00
13display_digit.txt
Display a single digit
2024-07-11 15:21:49 +08:00
14display_diff_digit_mars.txt
Display different num in one place
2024-07-11 16:07:18 +08:00
14display_diff_digit.asm
Display different num in one place
2024-07-11 16:07:18 +08:00
14display_diff_digit.txt
Display different num in one place
2024-07-11 16:07:18 +08:00
15test_jal_mars.txt
Try to use timer
2024-07-11 19:55:28 +08:00
15test_jal.asm
Try to use timer
2024-07-11 19:55:28 +08:00
15test_jal.txt
Try to use timer
2024-07-11 19:55:28 +08:00
16display_4_digits_mars.txt
Display 4 digits
2024-07-11 20:14:30 +08:00
16display_4_digits.asm
Display 4 digits
2024-07-11 20:14:30 +08:00
16display_4_digits.txt
Display 4 digits
2024-07-11 20:14:30 +08:00
17test_pseudo_addi_mars.txt
Test pseudo addi
2024-07-12 10:57:21 +08:00
17test_pseudo_addi.asm
Test pseudo addi
2024-07-12 10:57:21 +08:00
17test_pseudo_addi.txt
Test pseudo addi
2024-07-12 10:57:21 +08:00
20display_num_mars.txt
Better timing
2024-07-12 00:39:39 +08:00
20display_num.asm
Better timing
2024-07-12 00:39:39 +08:00
20display_num.txt
Better timing
2024-07-12 00:39:39 +08:00
21display_num_in_mem_mars.txt
Display the numbers in ram
2024-07-12 18:32:09 +08:00
21display_num_in_mem.asm
Display the numbers in ram
2024-07-12 18:32:09 +08:00
21display_num_in_mem.txt
Display the numbers in ram
2024-07-12 18:32:09 +08:00
22display_num_in_mem_empty_mars.txt
Simply display some empty.
2024-07-12 18:53:26 +08:00
22display_num_in_mem_empty.asm
Simply display some empty.
2024-07-12 18:53:26 +08:00
22display_num_in_mem_empty.txt
Simply display some empty.
2024-07-12 18:53:26 +08:00
23sort_nums_mars.txt
First display unsorted numbers
2024-07-12 21:26:37 +08:00
23sort_nums.asm
First display unsorted numbers
2024-07-12 21:26:37 +08:00
23sort_nums.txt
First display unsorted numbers
2024-07-12 21:26:37 +08:00
24sort_nums_no_init_evaluation.asm
Add evalutaion version for running in mars
2024-07-13 22:38:18 +08:00
24sort_nums_no_init_mars.txt
No display original num
2024-07-14 00:06:35 +08:00
24sort_nums_no_init.asm
No display original num
2024-07-14 00:06:35 +08:00
24sort_nums_no_init.txt
No display original num
2024-07-14 00:06:35 +08:00
bcd_digits.md
Display a single digit
2024-07-11 15:21:49 +08:00
create_random_num.py
Use a.in as input
2024-07-15 21:33:20 +08:00
create_verilog_from_asm.py
Display a single digit
2024-07-11 15:21:49 +08:00
gen_num_asm.txt
Use a.in as input
2024-07-15 21:33:20 +08:00
gen_num_data_mem.txt
Use a.in as input
2024-07-15 21:33:20 +08:00
gen_num_sorted.txt
Use a.in as input
2024-07-15 21:33:20 +08:00
gen_num.txt
Use a.in as input
2024-07-15 21:33:20 +08:00
Signals.md
Add internal signals
2024-07-13 22:59:07 +08:00
Description
No description provided
91
KiB
Languages
Assembly
96.2%
Python
3.8%