Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

29 check-ins using file patsTest.txt version 7b075129ed

2016-10-06
07:02
input file check-in: ad54a0514c user: achang tags: trunk
06:24
Stack_Test: -Fixed wrong understanding of condition call being seperate operation, updated to 1 operation with condition -Added callAt function -added resetKcpsm -added test case for callAt and return function, still waiting for proper file for the call function to be properly tested simulation: Stack and call and return function added to main file check-in: 83fbf44c4b user: whambali tags: trunk
05:59
scratchPad.jl update on Oct.5, 10:59pm on Kevin's Pro check-in: 8b7f014f6f user: kpark tags: trunk
05:43
scratchPad.jl update on Oct.5, 10:42pm on Kevin's Pro check-in: ccfa220877 user: pmacfad tags: trunk
05:36
scratchPad.jl update on Oct.5 at 10:36pm check-in: e920025b7b user: pmacfad tags: trunk
05:19
Now testing if Kevin's "fossil update" is working. check-in: 6c5bac9bcd user: pmacfad tags: trunk
05:15
Minor edit to PC to match main file Merged PC and jump operation to the main file Jump operation test file only partially test the jump operation because some component not yet available will update when it does check-in: 3042bd29e0 user: whambali tags: trunk
04:52
Adding on behalf of Kevin due to network issues check-in: e341500b7f user: kpark tags: trunk
04:44
Pat's now testing if he can update files as the kpark user. check-in: 567c3577b3 user: kpark tags: trunk
04:41
Patrick testing if I can commit files as the kpark user. check-in: def9796b1d user: kpark tags: trunk
04:36
Checking if I can still commit new files to the project check-in: cfaa920922 user: pmacfad tags: trunk
03:36
Fixed and added shift operation to main file and test case on seperate file: -minor fixes and type fixes -fixed srx function to pad correct value instead of padding 0 everytime check-in: 84a43c535b user: whambali tags: trunk
01:17
Added test and compare operation to main file and test cases on seperate file with fixes: - changed naming of evenParity to oddParity to avoid confusion of what it does (return true if bits is odd) - fixed error in test and compare operation where the the zero flag is reset instead of carry flag when the bit is not odd - fixed logical error for odd carry in TestCy (!oddParity(result) && prevC) On the case: oddParity(result) = true,prevC= false. It will return false because of (false && false) while it should return true fixed the expresion to (oddParity(result) $$ prevC) removed unused operation in aritmathicOperation_Test test case file check-in: ac16a4e628 user: whambali tags: trunk
2016-10-05
08:57
Added Arithmethic operation to the main simulation File and test case on separate file check-in: ed82e1513b user: whambali tags: trunk
07:15
Added the PC_Flags components and Logical Operation to the main file, and Test case on seperate file check-in: 2730769655 user: whambali tags: trunk
07:13
Made some fixes check-in: 182f496afe user: whambali tags: trunk
05:40
Added the load&star operation to the main file with Test cases on seperate file check-in: 7521f75203 user: whambali tags: trunk
05:04
input output check-in: 8e3bfe9683 user: achang tags: trunk
2016-10-04
06:41
adding ocheng_text.txt check-in: 8a92b4d06f user: ocheng tags: trunk
06:36
test check-in: c9c6dea129 user: ocheng tags: trunk
06:29
(no comment) check-in: 02666550f2 user: whambali tags: trunk
06:24
(no comment) check-in: eec71fc79f user: whambali tags: trunk
06:21
Modified operations.jl Trimmed code by using helper function. I was the original creator of this file, uploaded under PMacFad by mistake. check-in: 73b4c39321 user: ocheng tags: trunk
06:07
changed the versionTest file check-in: d40cc87680 user: ocheng tags: trunk
06:06
This is actually Patrick, testing if I've added the kpark user correctly! check-in: fc331ecb77 user: kpark tags: trunk
05:50
(no comment) check-in: 2229dd949e user: pmacfad tags: trunk
04:37
simulation.jl will serve as our main program. All function definitions should be included in it, and kept up to date with the most recent versions of each function. check-in: 03bf172a17 user: pmacfad tags: trunk
04:23
chooseOperation function definition. This will be used in the main loop of the simulation to decide which function to call based on the current instruction. check-in: ff3656dbc5 user: pmacfad tags: trunk
04:21
Testing the first commit to the chisel hosted fossil server! Hope this works! check-in: 48aba86988 user: pmacfad tags: trunk