Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
24790a3
upload project1 code and modified main.c
windstormer Apr 16, 2016
3e18abd
Merge pull request #1 from logoslab/master
windstormer Apr 21, 2016
3291133
finish DM state, add state_structure.txt
windstormer Apr 22, 2016
756a4a9
divid into state and state_reg
windstormer Apr 22, 2016
3e5a4a4
finish DM,WB add halt condition in main
windstormer Apr 22, 2016
aa4cd91
correct running
windstormer Apr 23, 2016
5e59037
finish IF
windstormer Apr 23, 2016
f54b3b8
fixed branch in IF
windstormer Apr 23, 2016
45fe752
Merge pull request #2 from logoslab/master
windstormer Apr 24, 2016
13f023d
finish ID, rewrite branching
windstormer Apr 24, 2016
ed785e3
finish 5 states, unchecked
windstormer Apr 25, 2016
f66494e
halt well
windstormer Apr 26, 2016
c20ec70
well branch
windstormer Apr 28, 2016
49e447a
finish flush and print stage inst. in order
windstormer Apr 28, 2016
19f3015
finish to_be_flushed
windstormer Apr 28, 2016
bc6a536
finish forwarding, not checked, write to snapshot
windstormer Apr 28, 2016
61716b5
fowarding OK, print fwd OK
windstormer May 1, 2016
75aa6a4
pass open pipeline1.2.3
windstormer May 1, 2016
6ba6838
pass open_testcase
windstormer May 1, 2016
883f3b8
testcase designed OK
windstormer May 2, 2016
f064345
modified Makefile
windstormer May 2, 2016
788f37c
fixed bug, two hidden left
windstormer May 2, 2016
729c0a0
bub sort left
windstormer May 2, 2016
901e975
pass all testcase
windstormer May 2, 2016
0c5bee3
fixed save mem ,EX_DM.write_reg=0
windstormer May 3, 2016
52b919c
fixed while PC<PC_start
windstormer May 3, 2016
0a478f9
condition fixed as EX_DM.write_reg==DM_WB.write_reg
windstormer May 3, 2016
ac76238
remove TA files
windstormer May 3, 2016
90c2301
fixed while stall and IF is NOP
windstormer May 3, 2016
d69a2b1
fixed when ID_EX.stall==1 & branch=1 error
windstormer May 3, 2016
8c34bf0
fixed output 0x%00000000 to 0x00000000
windstormer May 3, 2016
e7b73ec
change jr to EX_DM to ID
windstormer May 3, 2016
87a8455
all testcases pass
windstormer May 3, 2016
cc2d282
fixed bne when two forwarding condition
windstormer May 5, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed archiTA/simulator/pipeline
Binary file not shown.
Binary file removed archiTA/testcase/open_testcase/error/dimage.bin
Binary file not shown.
9 changes: 0 additions & 9 deletions archiTA/testcase/open_testcase/error/error.S

This file was deleted.

4 changes: 0 additions & 4 deletions archiTA/testcase/open_testcase/error/error_dump.rpt

This file was deleted.

Binary file removed archiTA/testcase/open_testcase/error/iimage.bin
Binary file not shown.
246 changes: 0 additions & 246 deletions archiTA/testcase/open_testcase/error/snapshot.rpt

This file was deleted.

Binary file removed archiTA/testcase/open_testcase/error_3/dimage.bin
Binary file not shown.
3 changes: 0 additions & 3 deletions archiTA/testcase/open_testcase/error_3/error_dump.rpt

This file was deleted.

Binary file removed archiTA/testcase/open_testcase/error_3/iimage.bin
Binary file not shown.
Binary file removed archiTA/testcase/open_testcase/pipeline1/dimage.bin
Binary file not shown.
Empty file.
Binary file removed archiTA/testcase/open_testcase/pipeline1/iimage.bin
Binary file not shown.
9 changes: 0 additions & 9 deletions archiTA/testcase/open_testcase/pipeline1/pipeline1.S

This file was deleted.

Loading