Implement bctr and mtspr
[soc.git] / src / soc / decoder / power_enums.py
2020-05-06 Michael NolanImplement bctr and mtspr
2020-05-04 Yehowshua ImmanuelRemove request since no longer https fetches from wiki
2020-05-02 Michael NolanRead decoder tables from wiki submodule instead of web
2020-04-05 Jacob Lifshayuse fields.txt as the local file name and add to gitignore
2020-03-18 Michael NolanFix bug where enum values weren't getting set to int
2020-03-18 Luke Kenneth Casso... done, bugs.libre-riscv.org/show_bug.cgi?id=261
2020-03-18 Michael NolanCreate SPR enum from sprs.csv
2020-03-18 Luke Kenneth Casso... add comment about SPRs CSV
2020-03-18 Luke Kenneth Casso... add comments
2020-03-09 Michael NolanFix test
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...