add some copyright notices and development guidelines to inorder.py
[openpower-isa.git] / src / openpower / cyclemodel / inorder.py
2023-06-02 Luke Kenneth Casso... add some copyright notices and development guidelines...
2023-06-02 Luke Kenneth Casso... add hazard profiles, add read_file function for tracelog
2023-06-02 Dmitry Selyutincyclemodel/inorder: hide set inheritance
2023-06-02 Dmitry Selyutincyclemodel/inorder: fix coding style
2023-06-02 Luke Kenneth Casso... add links between decode and issue
2023-06-02 Luke Kenneth Casso... reserve writes in Issue Phase, add comment
2023-06-02 Luke Kenneth Casso... add Issue phase and writes/reads possible in CPU
2023-06-02 Luke Kenneth Casso... add Decode and CPU classes
2023-06-02 Luke Kenneth Casso... add quick preamble header
2023-06-02 Luke Kenneth Casso... update comments and correct retiring, remove registers...
2023-06-02 Luke Kenneth Casso... start on cycle-accurate model of inorder core