1 |
2 |
rehayes |
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
2 |
14 |
rehayes |
////////////////////////////////////////////////////////////////////////////////
|
3 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
4 |
|
|
// SVN tag: None
|
5 |
|
|
|
6 |
41 |
rehayes |
Dec 02,2009
|
7 |
|
|
RTL - 85% done -- Updated code so there is only one program counter adder.
|
8 |
|
|
Updated WISHBONE Slave bus for word addressability and byte selection.
|
9 |
|
|
|
10 |
|
|
Updates to testbench --
|
11 |
|
|
|
12 |
|
|
Updates to User Guide -- Minor cleanup.
|
13 |
|
|
|
14 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
15 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
16 |
|
|
// SVN tag: None
|
17 |
|
|
|
18 |
38 |
rehayes |
Nov 09,2009
|
19 |
|
|
RTL - 85% done - Minor changes to Mastermode bus.
|
20 |
|
|
|
21 |
|
|
Updates to testbench, Moved RAM.to submodule, Added bus arbitration module
|
22 |
|
|
but this is not fully functional. Causes timing problems when master is
|
23 |
|
|
polling xgate registers durning debug mode tests. Will probably change RAM
|
24 |
|
|
model to dual port in next revision.
|
25 |
|
|
Updated master module to include WISHBONE select inputs.
|
26 |
|
|
|
27 |
|
|
Updates to User Guide.
|
28 |
|
|
|
29 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
30 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
31 |
|
|
// SVN tag: None
|
32 |
|
|
|
33 |
23 |
rehayes |
Oct 07,2009
|
34 |
|
|
RTL - 85% done
|
35 |
|
|
All debug commands now working, including writes to XGCHID register.
|
36 |
|
|
|
37 |
|
|
Updates to testbench, added timeout and total error count.
|
38 |
41 |
rehayes |
|
39 |
|
|
Updates to User Guide --.
|
40 |
|
|
|
41 |
23 |
rehayes |
Created the sw directory and copied over the software stuff from the bench
|
42 |
|
|
directory.
|
43 |
|
|
|
44 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
45 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
46 |
|
|
// SVN tag: None
|
47 |
|
|
|
48 |
14 |
rehayes |
Sept 23,2009
|
49 |
|
|
BRK instruction working. Single Step Command in debug mode working.
|
50 |
|
|
Software error interrupt added.
|
51 |
|
|
|
52 |
|
|
Updates to testbench.
|
53 |
|
|
New assembly code directory: debug_test
|
54 |
|
|
|
55 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
56 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
57 |
|
|
// SVN tag: None
|
58 |
|
|
|
59 |
5 |
rehayes |
Sept 10,2009
|
60 |
|
|
Added WISHBONE master bus submodule and some related top level signals but still
|
61 |
|
|
not much real functionality.
|
62 |
|
|
|
63 |
|
|
Added code to allow for memory access stalls.
|
64 |
|
|
|
65 |
|
|
Upgraded testbench to insert memory wait states. Added more error detection
|
66 |
|
|
and summery.
|
67 |
|
|
|
68 |
|
|
Improved instruction decoder. Still needs more work to remove redundant adders
|
69 |
|
|
to improve synthesis results.
|
70 |
|
|
|
71 |
14 |
rehayes |
////////////////////////////////////////////////////////////////////////////////
|
72 |
|
|
////////////////////////////////////////////////////////////////////////////////
|
73 |
|
|
// SVN tag: None
|
74 |
5 |
rehayes |
|
75 |
2 |
rehayes |
Sept 1, 2009
|
76 |
|
|
This is a prerelease checkin and should be looked at as an incremental backup
|
77 |
|
|
and not representative of what may be in the final release.
|
78 |
|
|
|
79 |
|
|
RTL - 75% done
|
80 |
|
|
What works:
|
81 |
|
|
Basic instruction set execution simulated and verified. Condition code
|
82 |
|
|
operation on instructions partially verified.
|
83 |
|
|
|
84 |
|
|
Basic WISHBONE slave bus operation used, full functionality not verified.
|
85 |
|
|
|
86 |
|
|
What's broken or unimplemented:
|
87 |
|
|
All things related to debug mode.
|
88 |
|
|
WISHBONE master bus interface.
|
89 |
|
|
|
90 |
5 |
rehayes |
User Documentation - 30% done
|
91 |
|
|
|