Removed extraneous variable from 'ports=[..]' of main in bperm.py
[soc.git] / src / soc / cr /
2020-05-17 Luke Kenneth Casso... code-shuffle
2020-05-17 Luke Kenneth Casso... realised that the instruction fields have a namedtuple...
2020-05-17 Luke Kenneth Casso... use slightly more elegant way to access CR lookup table
2020-05-17 Luke Kenneth Casso... use Cat(*list) on CR mask
2020-05-17 Luke Kenneth Casso... update comments on condition register
2020-05-16 Luke Kenneth Casso... comments / code-morph
2020-05-16 Michael NolanImplement mfcr and mfocrf
2020-05-16 Luke Kenneth Casso... add debug info of what instruction was executed and...
2020-05-16 Luke Kenneth Casso... code-munge on CR pipeline
2020-05-16 Michael NolanImplement mtocrf (which isn't different from mtcrf?)
2020-05-16 Michael NolanMinor cleanup
2020-05-16 Michael NolanImplement mtcrf
2020-05-16 Michael NolanAdd comments on what CROP (crand, cror) do and how...
2020-05-16 Michael NolanAdd ports to ilang for test_caller.py
2020-05-16 Michael NolanConsolidate every pipe_data to use alu's integer data
2020-05-16 Michael NolanOP_CROP fully working
2020-05-16 Michael NolanImplement mcrf in CR FU
2020-05-15 Michael NolanBegin adding CR pipeline