soc.git
2020-03-30 Michael NolanFix tests broken by df295b5
2020-03-30 Michael NolanMinor cleanup
2020-03-30 Luke Kenneth... bit of a mess, turn lexer and parser into classes
2020-03-30 Luke Kenneth... add signals for all fields, accessible by named tuples...
2020-03-30 Luke Kenneth... add binary number support
2020-03-30 Luke Kenneth... use = rather than == for compare
2020-03-30 Michael NolanWIP: Replace fields in power_decoder with signals of...
2020-03-30 Luke Kenneth... add break (leave) statement
2020-03-30 Luke Kenneth... sigh add in do while syntax
2020-03-30 Luke Kenneth... add support for for-loops
2020-03-30 Luke Kenneth... add token-preprocessing step to make code look more...
2020-03-30 Luke Kenneth... get if/else comparisons working with python3
2020-03-30 Luke Kenneth... add concatenation of signals (by way of global function...
2020-03-29 Luke Kenneth... annoying. convert to python3
2020-03-29 Michael NolanUpdate proof_decoder2 to handle signed immediates
2020-03-29 Michael NolanFix issue 271, remove unneeded fields in power_fieldsn.py
2020-03-29 Luke Kenneth... add listmaker
2020-03-29 Luke Kenneth... start to convert to POWER decoder, add slice/subscript
2020-03-29 Luke Kenneth... add while statement to GardenSnake. cute!
2020-03-29 Luke Kenneth... add support for ELSE statement, enable debug etc.
2020-03-29 Luke Kenneth... add ply to dependencies
2020-03-29 Luke Kenneth... add first python-ply recovered working version of Garde...
2020-03-26 Luke Kenneth... add TODO for cry_in==CA
2020-03-26 Luke Kenneth... add TODO for cry_in==CA
2020-03-26 Luke Kenneth... fix 1-overflow
2020-03-26 Luke Kenneth... brackets to be safe
2020-03-26 Michael NolanAdd tests for subfic and neg
2020-03-26 Michael NolanSub instruction working
2020-03-26 Luke Kenneth... add newline to stop gnu-as whining
2020-03-26 Luke Kenneth... seeing spurious failures on gdb connection
2020-03-26 Luke Kenneth... missed cd build
2020-03-26 Luke Kenneth... add README describing build process for simulator ...
2020-03-26 Luke Kenneth... add pygdbmi to dependencies
2020-03-26 Luke Kenneth... wait for communication with closing program and close...
2020-03-25 Michael NolanDirectly compare simulator with qemu
2020-03-25 Michael NolanAssemble whole program instead of instruction by instru...
2020-03-25 Michael NolanAdd rudimentary python qemu interface
2020-03-25 Michael NolanAdd instructions for how to launch qemu
2020-03-25 Michael NolanAdd qemu test directory
2020-03-24 Luke Kenneth... change name of test function in addr_split
2020-03-24 Luke Kenneth... whitespace
2020-03-24 Luke Kenneth... whitespace cleanup
2020-03-24 Luke Kenneth... add cross-references to bugreports and wiki
2020-03-24 Luke Kenneth... add routing of store data through splitters
2020-03-24 Luke Kenneth... move ashift out to common area
2020-03-23 Michael NolanImplement load and store of bytes, halfwords, and words
2020-03-23 Michael NolanProperly sign extend immediates
2020-03-23 Michael NolanFix broken test
2020-03-23 Michael NolanAdd support for extended/indexed ld/st
2020-03-23 Luke Kenneth... hmm start adding st in (half done)
2020-03-23 Michael NolanAdd memory loads and stores to simulator
2020-03-23 Michael NolanBegin adding backend simulator
2020-03-23 Michael NolanMove gnu assembler interface to separate file
2020-03-23 Luke Kenneth... split sim classes out into separate module
2020-03-23 Luke Kenneth... add twin partial address mapper class
2020-03-23 Luke Kenneth... sort out unit test for address split
2020-03-22 Luke Kenneth... get AddrSplitter working for data len=8
2020-03-22 Luke Kenneth... working on simulation to test Address Splitter
2020-03-22 Luke Kenneth... link up output from ld1/ld2 and merge into request
2020-03-22 Luke Kenneth... start putting LDSTSplitter together
2020-03-21 Luke Kenneth... set bigendian=1 in formal proofs of decoder (TODO:...
2020-03-21 Luke Kenneth... whoops cut/paste error
2020-03-21 Luke Kenneth... start on address splitter, idea is to use Queues
2020-03-21 Luke Kenneth... mention instruction fetch mapping section
2020-03-21 Luke Kenneth... shorten variables, add comments
2020-03-21 Luke Kenneth... add option to switch endianness on gnu as
2020-03-21 Luke Kenneth... add big/little byte-reversing
2020-03-20 Michael NolanFix proof_decoder2
2020-03-20 Michael NolanDelete log messages in power_fields and power_fieldsn
2020-03-20 Michael NolanMinor cleanup
2020-03-20 Michael NolanAdd test for branch to lr/ctr
2020-03-20 Michael NolanAdd tests for branch instructions
2020-03-20 Michael NolanAdd test for rotate/shift instructions
2020-03-20 Michael NolanRemove unneeded condition register decoder
2020-03-19 Michael NolanAdd test for cmp with register
2020-03-19 Michael NolanAdd tests for load/store with immediate offset
2020-03-19 Michael NolanAdd ld and st instructions to the reg/reg test
2020-03-19 Michael NolanAdd checks for the decoding of RC (the . in some instru...
2020-03-19 Michael NolanAdd tests for register+immediate ops
2020-03-19 Michael NolanFactor out instruction generation and testing from...
2020-03-19 Michael NolanCleanup test_decoder_gas.py
2020-03-19 Michael NolanAdd assertions for input registers
2020-03-19 Luke Kenneth... fix silly errors in power_fieldsn.py
2020-03-19 Luke Kenneth... invert bits of field in decoder (not instruction bits)
2020-03-18 Michael NolanBegin adding a test using GNU AS
2020-03-18 Michael NolanAdd proof that all other opcodes decode to INVALID
2020-03-18 Michael NolanFix bug where enum values weren't getting set to int
2020-03-18 Luke Kenneth... use function which reverses bit-order
2020-03-18 Luke Kenneth... comment reverse-order of bit-fields
2020-03-18 Luke Kenneth... done, bugs.libre-riscv.org/show_bug.cgi?id=261
2020-03-18 Michael NolanCreate SPR enum from sprs.csv
2020-03-18 Michael NolanAdd more to decoder proof
2020-03-18 Michael NolanBegin adding proof for decoder stage 1
2020-03-18 Luke Kenneth... add comment about SPRs CSV
2020-03-18 Luke Kenneth... add comments
2020-03-18 Luke Kenneth... import absolute paths
2020-03-16 Luke Kenneth... clarify is_match manually
2020-03-16 Luke Kenneth... add exploratory unit test for partial address matching
2020-03-16 Luke Kenneth... comment out addr_we_i, seems not to be used
2020-03-16 Luke Kenneth... connect up expander output, set up is_match to check...
next