soc.git
2020-10-07 Luke Kenneth... git submodule update
2020-10-07 Luke Kenneth... reorder / reorganise reset signals slightly
2020-10-07 Jacob Lifshayfix div tests
2020-10-07 Jacob Lifshayupdate submodule
2020-10-07 Jacob LifshayFix forgotten test_pipe_caller changes from e0b4334c7d8...
2020-10-06 Tobias Platenremove redunant signals
2020-10-06 Luke Kenneth... update comments on pimem.py
2020-10-06 Tobias Platentest_mmu_dcache_pi.py
2020-10-06 Luke Kenneth... comments
2020-10-06 Luke Kenneth... add ports function to DummyPLL
2020-10-06 Luke Kenneth... use pdecode2.do not pdecode2.e in test_pipe_caller...
2020-10-06 Luke Kenneth... skip Decode2ToOperand from PowerDecodeSubset
2020-10-06 Luke Kenneth... comment SRR1 mem.exception
2020-10-06 Luke Kenneth... add SRR1 setting for LDST memory exception trap
2020-10-06 Luke Kenneth... passing LDSTException over to Trap Pipeline
2020-10-06 Luke Kenneth... add LDSTException decode/handling in PowerDecoder2
2020-10-06 Luke Kenneth... make LDSTException fields added from list of fieldnames
2020-10-06 Luke Kenneth... move LDSTException to mem_types
2020-10-06 Luke Kenneth... submodule update
2020-10-06 Luke Kenneth... add LDSTException to PortInterface
2020-10-06 Luke Kenneth... add sdr bypass routing via JTAG boundary scan
2020-10-06 Jacob Lifshayadd divde regression test
2020-10-06 Jacob Lifshayupdate submodule
2020-10-06 Jacob Lifshayadd moduw regression test
2020-10-06 Jacob Lifshayupdate submodule
2020-10-06 Jacob Lifshayadd workaround for nmigen bug #502
2020-10-06 Jacob Lifshayupdate submodule
2020-10-06 Jacob Lifshayadd modsw regression
2020-10-06 Jacob Lifshayadd test case for divweu regression
2020-10-06 Jacob Lifshayupdate submodule
2020-10-06 Jacob Lifshayprint regs in hex
2020-10-05 Luke Kenneth... add debug / investigation print statements
2020-10-05 Jacob Lifshay`deepcopy` from cache instead of recreating parsers...
2020-10-05 Jacob Lifshayformat code
2020-10-05 Cole Poiriericache.py fix ispow2() util fn per https://bugs.libre...
2020-10-05 Luke Kenneth... whoops fix syntax error
2020-10-05 Luke Kenneth... whoops fix syntax error
2020-10-05 Luke Kenneth... return test rather than "if test return True else False"
2020-10-05 Luke Kenneth... whitespace
2020-10-05 Luke Kenneth... whitespace
2020-10-05 Cole Poiriericache.py add python asserts that were a TODO commented...
2020-10-05 Cole Poiriericache.py fix formatting, mostly due to reduced indenta...
2020-10-05 Cole Poiriericache.py remove comment that contained the entirety...
2020-10-05 Cole Poiriericache.py move icache_miss WAIT_ACK FSM state into...
2020-10-05 Cole Poiriericache.py move icache_miss CLR_TAG FSM state into metho...
2020-10-05 Cole Poiriericache.py move icache_miss IDLE FSM state into method...
2020-10-05 Jacob Lifshaysimplify create_args
2020-10-05 Jacob LifshaySort returned variables to make sure `overflow` is...
2020-10-05 Jacob Lifshayformat caller.py
2020-10-04 Jacob Lifshaychange div FSM pipeline unit to not have a combinatoria...
2020-10-04 Luke Kenneth... significant reorg of the litex pinspecs to use pinmux...
2020-10-04 Luke Kenneth... submodule update
2020-10-04 Luke Kenneth... remove ls180io import
2020-10-04 Luke Kenneth... move ls180io.py back into ls180.py
2020-10-03 Luke Kenneth... allow i2c to be routed via JTAG
2020-10-03 Luke Kenneth... nope. put it back and connect to platform pads in...
2020-10-03 Luke Kenneth... move iopad litex creation to ls180soc.py
2020-10-03 Luke Kenneth... minor reorg on JTAG, allow alternative pinset dict...
2020-10-03 Jacob Lifshayadd regression testcase
2020-10-03 Jacob Lifshayupdate submodule
2020-10-02 Cole Poiriericache.py add req_hit_way as arg to icache_comb, actual...
2020-10-02 Luke Kenneth... add pinmux generator to create litex pinmap
2020-10-02 Luke Kenneth... add pinmux as submodule
2020-10-01 Cole Poiriericache.py add missing comb signal assignments per https...
2020-10-01 Luke Kenneth... arg CacheRam read output needs delay by 1 cycle
2020-10-01 Luke Kenneth... do not pass cache row array around, just the current row
2020-10-01 Luke Kenneth... revert bug in icache wishbone ack
2020-10-01 Luke Kenneth... add clksel, pll to ls180
2020-10-01 Luke Kenneth... create dummy PLL block, connect up to core and clock...
2020-10-01 Cesar StraussAdd GTKWave document to test_compunit_fsm
2020-09-30 Luke Kenneth... add I2C into ls180
2020-09-30 Luke Kenneth... add ASIC version of I2C Master
2020-09-30 Luke Kenneth... clean up row store and wb adr in icache
2020-09-30 Luke Kenneth... hmm only set wishbone address if ack is actually received
2020-09-30 Luke Kenneth... add more debug prints in icache
2020-09-30 Luke Kenneth... remove more reviewed comments
2020-09-30 Luke Kenneth... remove reviewed comments
2020-09-30 Luke Kenneth... comb on wr_index not sync
2020-09-30 Luke Kenneth... start removing reviewed comments
2020-09-30 Luke Kenneth... use same constant name (confusing otherwise)
2020-09-30 Luke Kenneth... need asserts
2020-09-30 Luke Kenneth... halve the number of icache lines for now
2020-09-30 Luke Kenneth... use Repl rather than for-loop to copy bit
2020-09-30 Luke Kenneth... move loop invariant test out of loop
2020-09-30 Luke Kenneth... reduce size of ilang file by a factor of FIVE
2020-09-30 Luke Kenneth... store tag in temp signal
2020-09-30 Luke Kenneth... reduce gate usage by getting cache row only not entire...
2020-09-30 Luke Kenneth... fix read_tag to use word_select correctly
2020-09-30 Luke Kenneth... forgot to add PLRUs as submodules
2020-09-29 Cole Poiriericache.py fix combinatorial loop with by testing temp...
2020-09-29 Cole Poiriericache.py fix is_last_row_addr, get_next_row_addr
2020-09-29 Cole Poiriericache.py trying to sort out test failure, added r...
2020-09-29 Cole Poiriericache.py fix test stbs_done signal, not stbs_zero...
2020-09-29 Cole Poiriericache.py fix rarange
2020-09-29 Cole Poiriericache.py fixed numerous bugs as specified by lkcl...
2020-09-28 Cole Poiriericache.py use d_out as input to assignment instead...
2020-09-28 Luke Kenneth... reduce not-connected IO pins
2020-09-28 Luke Kenneth... missing pspec
2020-09-28 Luke Kenneth... connect SDRAM dqm to wrdata_mask
2020-09-28 Luke Kenneth... lots of sorting out iopads
next