Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2016-10-07
| ||
11:19 | One last change to the output format. Now outputs in "XX YY" instead of "PORT: XX VALUE: YY" Leaf check-in: b240d780f1 user: pmacfad tags: trunk | |
11:12 | Removed the hard coded ARGS used for testing check-in: e0b55e4c8d user: whambali tags: trunk | |
11:07 | Change the output format into proper 2 digit After testing this file with all test file it finally pass everything. Discovered some bug that got fixed without us noticing before Finally finished 6 hours of testing with Patrick check-in: 59948d4c83 user: whambali tags: trunk | |
07:20 | Fixed setRegBank with global variable, all test file is pass as this point check-in: dd7284e528 user: whambali tags: trunk | |
07:15 | Added reg.tst for testing with Osborn check-in: b143c93da1 user: pmacfad tags: trunk | |
07:05 | Finished adding the rest of the function calls into chooseOperation. Now ready for all test cases! check-in: d5dd502be1 user: pmacfad tags: trunk | |
06:43 | Implemented AND/OR/XOR functions into chooseOperation. cleaned up output a bit. check-in: 0c7750c5c6 user: pmacfad tags: trunk | |
06:41 | Implemented AND, OR, XOR functions into chooseOperation check-in: 658cd7000d user: pmacfad tags: trunk | |
06:34 | Fixed bug in jump function, now properly compares label to op1 when looking for infinite loops check-in: 97c1d01c83 user: pmacfad tags: trunk | |
06:19 | Fix and error where address in Fetch is +1 twice instead of once to match index check-in: 152866c61c user: whambali tags: trunk | |
06:05 | Implemented Kevin's updated fEtch and sTore into simulation.jl check-in: d122e06e99 user: pmacfad tags: trunk | |
06:02 | Fixed error on hwbuild function where carryFlag and zeroFlag is not set check-in: 04e3ce93ec user: whambali tags: trunk | |
05:58 | scratchPad.jl update on Oct 5, 10:59pm check-in: 2d25831ba4 user: kpark tags: trunk | |
05:56 | Fixed fEtch and sTore check-in: 91fdca7714 user: pmacfad tags: trunk | |
05:29 | Adding Karol's scratch.tst test case check-in: e7cad13a63 user: pmacfad tags: trunk | |
04:38 | Working for add.tst and calls.tst. Broken for scratch.tst. check-in: 0661c3778b user: pmacfad tags: trunk | |
03:22 | Added Kevin's scratchPad.jl functions to the simulation.jl check-in: bc83d00a06 user: pmacfad tags: trunk | |
02:01 | simulation.jl now working for the add.tst test case. check-in: 3b04b3974f user: pmacfad tags: trunk | |
01:26 | Converted a bunch of ::string types to ::AbstractString. Got rid of those zillions of deprecation warnings. check-in: 43c6c3d700 user: pmacfad tags: trunk | |
2016-10-06
| ||
23:52 | simulation.jl now works with LOAD, OUTPUT, and the death JUMP loop. Modified OUTPUT functions to print in hex instead of decimal. check-in: 48c8537d7b user: pmacfad tags: trunk | |
22:57 | Began the main loop. Using hardcoded ARGS[1] value to point at patsTest.txt file. Terminates properly with a simple "loop: JUMP loop" input. check-in: 8aa944ed6e user: pmacfad tags: trunk | |
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 | |