settting pushed_to_decode true
[openpower-isa.git] / src / openpower / cyclemodel / inorder.py
2023-10-18 Shriya Sharmasettting pushed_to_decode true
2023-10-18 Shriya SharmaAdded an extra unit test test_trace1
2023-08-31 Andrey Miroshnikovinorder.py: Moved return statements to new line.
2023-08-22 Andrey Miroshnikovinorder.py: Invert checks to reduce indentation.
2023-08-22 Andrey Miroshnikovinorder.py: Reverse pipeline processing order.
2023-08-22 Andrey MiroshnikovRevert "inorder.py: Use insn_trace more consistently."
2023-08-21 Andrey Miroshnikovinorder.py: Use insn_trace more consistently.
2023-08-21 Andrey Miroshnikovinorder.py: Enough additions and fixes to get the test...
2023-05-29 Andrey Miroshnikovinorder.py: Typo fixes.
2023-05-28 Andrey Miroshnikovinorder.py: Added draft get_input/output_regs functions.
2023-05-22 Luke Kenneth Casso... add getopt for test and help to inorder.py
2023-05-22 Luke Kenneth Casso... comment read_file explaining usage contract
2023-05-16 Luke Kenneth Casso... mention it is ok to duplicate code in inorder.py
2023-05-16 Luke Kenneth Casso... add some copyright notices and development guidelines...
2023-05-16 Luke Kenneth Casso... add hazard profiles, add read_file function for tracelog
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Dmitry Selyutincyclemodel/inorder: hide set inheritance
2023-05-10 Dmitry Selyutincyclemodel/inorder: fix coding style
2023-05-02 Luke Kenneth Casso... add links between decode and issue
2023-05-02 Luke Kenneth Casso... reserve writes in Issue Phase, add comment
2023-05-02 Luke Kenneth Casso... add Issue phase and writes/reads possible in CPU
2023-05-02 Luke Kenneth Casso... add Decode and CPU classes
2023-05-02 Luke Kenneth Casso... add quick preamble header
2023-05-02 Luke Kenneth Casso... update comments and correct retiring, remove registers...
2023-05-02 Luke Kenneth Casso... start on cycle-accurate model of inorder core