correctly identify atomic reservation CSV file field and
[openpower-isa.git] / src / openpower / decoder / test /
2021-12-27 Luke Kenneth Casso... whoops wrong parameter name
2021-12-27 Luke Kenneth Casso... quick attempt to fix test_decoder_gas.py (did not work)
2021-12-27 Mikolaj Wielgusbool() is !!() for integers
2021-12-27 Mikolaj WielgusAdd missing parentheses for explicit operator precedence
2021-12-26 Luke Kenneth Casso... add very basic PowerDecode2 test which at least gets...
2021-12-26 Luke Kenneth Casso... a few extra things discovered needing c syntax not...
2021-12-26 Mikolaj WielgusGive human-readable names to slots, run functions and...
2021-12-25 Mikolaj WielgusPut CRTL CFFI modules in crtl dir
2021-12-23 Luke Kenneth Casso... code cleanup / comments
2021-12-23 Luke Kenneth Casso... repeat power decode test to check performance
2021-12-23 Luke Kenneth Casso... bit of a tidyup of crtl:
2021-12-23 Mikolaj WielgusAdd CRTL templates
2021-12-23 Mikolaj WielgusGive unique names to CRTL-generated modules
2021-12-23 Mikolaj WielgusMove "pending" set to C
2021-12-22 Mikolaj WielgusMake _PySignalState CRTL-aware
2021-12-20 Mikolaj WielgusGenerate variable declaration in some missing places
2021-12-20 Luke Kenneth Casso... create header/footer for crtl code-generation
2021-12-17 Mikolaj WielgusCall the simulator-generated C using the CFFI
2021-12-08 Luke Kenneth Casso... code-comments for LDSTException.instr_fault
2021-12-08 Luke Kenneth Casso... add an on_Display function which is being used by some...
2021-12-08 Luke Kenneth Casso... found a way to print out the names of the signals
2021-12-08 Luke Kenneth Casso... absolute import again
2021-12-08 Luke Kenneth Casso... use full-path imports (so we know where they come from)
2021-12-08 Mikolaj WielgusWIP: Output C instead of Python for Nmigen simulation
2021-12-08 Mikolaj WielgusSource Nmigen simulator from this repository
2021-07-27 Luke Kenneth Casso... fix test_power_decoder.py
2021-04-24 Luke Kenneth Casso... correct errors for sphinx doc build
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add .gitignores
2021-04-23 Luke Kenneth Casso... add decoder unit tests