Commit Graph

300 Commits (dad60225725b2b5513dd613afafb0f74a5bd50f0)

Author SHA1 Message Date
Donald Sebastian Leung dad6022572 Replace individual instruction checks with ISA check 2020-08-21 15:14:42 +08:00
Donald Sebastian Leung 908ecf9e7e Add uniqueness check 2020-08-21 13:25:52 +08:00
Donald Sebastian Leung a7b6b7a169 Add liveness check 2020-08-21 12:54:53 +08:00
Donald Sebastian Leung 63fbc10b11 Update README.md 2020-08-21 11:53:20 +08:00
dsleung 9e530bc729 Merge pull request 'Apply more PEP 8 guidelines, remove hacks and reduce code duplication' (#3) from refactoring into master 2020-08-21 11:48:13 +08:00
Donald Sebastian Leung c6b9bb9a04 Update README.md 2020-08-21 11:46:39 +08:00
Donald Sebastian Leung d7d4f8b0ad Reduce code duplication in Minerva verification script 2020-08-21 11:43:20 +08:00
Donald Sebastian Leung de3ff25da1 Refactor insns directory 2020-08-21 10:33:02 +08:00
Donald Sebastian Leung 3e527b3727 Refactor instructions to use NamedTuple 2020-08-20 17:28:09 +08:00
Donald Sebastian Leung 1a38b37473 Remove copy of Minerva 2020-08-20 15:32:10 +08:00
Donald Sebastian Leung b9e4279ffe Replace nMigen copy with shell.nix config file 2020-08-20 12:52:06 +08:00
Donald Sebastian Leung a6b4891a38 Add causal checks 2020-08-20 12:00:31 +08:00
Donald Sebastian Leung 2a9ddf0868 Add register checks 2020-08-20 11:10:33 +08:00
Donald Sebastian Leung 2383706012 Add PC backward checks 2020-08-19 17:22:03 +08:00
Donald Sebastian Leung 2bfd909b49 Add PC forward checks 2020-08-19 17:00:11 +08:00
Donald Sebastian Leung f7ddbf8cd8 Fix broken markdown in README.md 2020-08-19 14:58:00 +08:00
Donald Sebastian Leung c073411bd2 Add tests for all RV32I instructions 2020-08-19 14:56:26 +08:00
Donald Sebastian Leung 0e0d4b6e42 Add (currently failing) test case for LUI instruction 2020-08-18 14:10:47 +08:00
Donald Sebastian Leung 3faa8ed1b8 Add build instructions for Minerva 2020-08-17 16:46:15 +08:00
Donald Sebastian Leung 7005d22e4e Add instruction check 2020-08-17 16:03:20 +08:00
Donald Sebastian Leung d749b297cf Update README.md 2020-08-17 12:05:39 +08:00
Donald Sebastian Leung 73707afe78 Modularize codebase 2020-08-17 11:50:53 +08:00
Donald Sebastian Leung 1982668829 Add Minerva core, to be integrated later 2020-08-13 17:38:04 +08:00
dsleung 6459c71ac5 Merge pull request 'Restructure insns directory contents' (#2) from restructuring into master 2020-08-13 15:20:35 +08:00
Donald Sebastian Leung f358e0679a Rename module names to follow PEP8 2020-08-13 15:14:46 +08:00
Donald Sebastian Leung 4d211bb24a Update README.md 2020-08-13 14:28:42 +08:00
Donald Sebastian Leung 40344f7841 Add RV32I base ISA 2020-08-13 14:23:55 +08:00
Donald Sebastian Leung 28949f36f4 Fix typo in InsnSw.py 2020-08-13 13:46:16 +08:00
Donald Sebastian Leung 9f6c634f4a Update README.md 2020-08-13 12:19:40 +08:00
Donald Sebastian Leung 6868e0d742 Prepare RV32I Base ISA 2020-08-12 17:26:39 +08:00
Donald Sebastian Leung 75d1133125 Remove redundant parameter in InsnAuipc constructor 2020-08-12 14:23:09 +08:00
Donald Sebastian Leung 8b92b1cbed Remove redundant parameter in InsnLui constructor 2020-08-12 14:22:10 +08:00
Donald Sebastian Leung 23daacc619 Remove redundant parameter in InsnRV32IUType constructor 2020-08-12 14:20:17 +08:00
Donald Sebastian Leung 7e8ca12e5f Fix JAL instruction 2020-08-12 14:17:45 +08:00
Donald Sebastian Leung a09df9c7c4 Remove redundant parameter in InsnRV32ISBType constructor 2020-08-12 14:12:57 +08:00
Donald Sebastian Leung 3c82069a4d Remove redundant parameter in InsnSw constructor 2020-08-12 14:09:41 +08:00
Donald Sebastian Leung 47fa70b389 Remove redundant parameter in InsnSh constructor 2020-08-12 14:07:47 +08:00
Donald Sebastian Leung 8dbc8ebd8c Remove redundant parameter in InsnSb constructor 2020-08-12 14:06:55 +08:00
Donald Sebastian Leung 2943a307ef Remove redundant parameter in InsnRV32ISType constructor 2020-08-12 14:06:01 +08:00
Donald Sebastian Leung 35ba759c30 Remove redundant parameter in InsnAndi constructor 2020-08-12 14:03:27 +08:00
Donald Sebastian Leung 801bf08549 Remove redundant parameter in InsnOri constructor 2020-08-12 14:02:43 +08:00
Donald Sebastian Leung 3e08d4f26e Remove redundant parameter in InsnXori constructor 2020-08-12 14:01:58 +08:00
Donald Sebastian Leung fda097c52e Remove redundant prameter in InsnSltui instruction 2020-08-12 14:01:00 +08:00
Donald Sebastian Leung c60203ce81 Remove redundant prameter in InsnSlti instruction 2020-08-12 14:00:10 +08:00
Donald Sebastian Leung 0720d1fa07 Remove redundant parameter in InsnAddi constructor 2020-08-12 13:59:14 +08:00
Donald Sebastian Leung 8ef50fa0cf Remove redundant parameter in InsnRV32IITypeArith constructor 2020-08-12 13:56:44 +08:00
Donald Sebastian Leung 5d083339ab Remove redundant parameter in InsnLhu constructor 2020-08-12 13:54:13 +08:00
Donald Sebastian Leung 7c68ef175b Remove redundant parameter in InsnLbu instruction 2020-08-12 13:53:28 +08:00
Donald Sebastian Leung 1ab0c0c11d Remove redundant parameter in InsnLw instruction 2020-08-12 13:52:47 +08:00
Donald Sebastian Leung 95c0c07c83 Remove redundant parameter in InsnLh constructor 2020-08-12 13:52:02 +08:00