| 2020-09-30 | Luke Kenneth... | need asserts | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | halve the number of icache lines for now | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | use Repl rather than for-loop to copy bit | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | move loop invariant test out of loop | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | reduce size of ilang file by a factor of FIVE | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | store tag in temp signal | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | reduce gate usage by getting cache row only not entire... | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | fix read_tag to use word_select correctly | commit | commitdiff | tree | 
| 2020-09-30 | Luke Kenneth... | forgot to add PLRUs as submodules | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py fix combinatorial loop with by testing temp... | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py fix is_last_row_addr, get_next_row_addr | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py trying to sort out test failure, added r... | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py fix test stbs_done signal, not stbs_zero... | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py fix rarange | commit | commitdiff | tree | 
| 2020-09-29 | Cole Poirier | icache.py fixed numerous bugs as specified by lkcl... | commit | commitdiff | tree | 
| 2020-09-28 | Cole Poirier | icache.py use d_out as input to assignment instead... | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | reduce not-connected IO pins | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | missing pspec | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | connect SDRAM dqm to wrdata_mask | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | lots of sorting out iopads | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | add "nocore" option to build verilog | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | switch off internal gpio (testing) | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | rewrite ilang file after litex ls180 build | commit | commitdiff | tree | 
| 2020-09-28 | Luke Kenneth... | had to over-ride the wishbone functions on C4M TAP | commit | commitdiff | tree | 
| 2020-09-27 | Cole Poirier | icache.py fix translation mistake | commit | commitdiff | tree | 
| 2020-09-27 | Cesar Strauss | Convert yet another few tests to be able to use latest... | commit | commitdiff | tree | 
| 2020-09-27 | Luke Kenneth... | add Makefile for creating ls180.il | commit | commitdiff | tree | 
| 2020-09-27 | Luke Kenneth... | rename sys_clk_i to clk_24_i | commit | commitdiff | tree | 
| 2020-09-27 | Luke Kenneth... | add clock selection mechanism | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | DMI-to-JTAG needed to be "sync" to get ack/resp right | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | do not use simdec2 in test_pipe_caller | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | fix annoying alu test_pipe_caller bug, missing asmcode | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | add alternative PowerDecode2 to branch test_pipe_caller | commit | commitdiff | tree | 
| 2020-09-26 | Cesar Strauss | Convert a few more tests to be able to use cxxsim | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | try svf test of DMI MSR | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | make check of LDSTMode.update conditional in PowerDecoder2 | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | add ls180io.py | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | add openocd script to fire off svf test | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | get openocd svf test running, replicating jtag test | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | put test into "server" mode for connecting with openocd | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | create client-server version of jtag debug unit test | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | create client-server version of jtag debug unit test | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | class-ify jtagremote | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | send/receive jtagremote protocol | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | basic client/server socket example | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | add openocd configs | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | reduce sdram pins to smaller address and only 1 cs_n | commit | commitdiff | tree | 
| 2020-09-26 | Luke Kenneth... | only enable pads connections for ls180 for now | commit | commitdiff | tree | 
| 2020-09-25 | Cole Poirier | icache.py fix several subtle bugs that were lines that... | commit | commitdiff | tree | 
| 2020-09-25 | Cole Poirier | wb_types.py add reset value of 0b11111111 for WBSelType... | commit | commitdiff | tree | 
| 2020-09-24 | Cesar Strauss | Use nmutil simulator module to simplify choosing among... | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | do not have to use uart_litex gpio_litex names | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | add comments | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | enable GPIO pads through C4M JTAG | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | c4m iopad integration working | commit | commitdiff | tree | 
| 2020-09-24 | Cole Poirier | icache.py add some missing lines from icache.vhdl,... | commit | commitdiff | tree | 
| 2020-09-24 | Cole Poirier | mem_types.py wb_types.py add name constructor to all... | commit | commitdiff | tree | 
| 2020-09-24 | Cole Poirier | icache.py fixed all errors that raised python exception... | commit | commitdiff | tree | 
| 2020-09-24 | Cesar Strauss | Fix whitespace, remove unused imports | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | brackets round imports looks cleaner? | commit | commitdiff | tree | 
| 2020-09-24 | Luke Kenneth... | add jtag c4m pins which gives us a way to connect IO... | commit | commitdiff | tree | 
| 2020-09-24 | Cesar Strauss | Use nmutil simulator module to simplify choosing among... | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | cs_n and cke in sdram need to match in length | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | change litex sdram pinouts to ASIC type | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | redo litex SDCard to send out data/cmd o/i/en pins | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | sort out GPIO with i/o/oe in ls180 | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | add ls180 pinmap text file | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | attempt GPIO bi-directional | commit | commitdiff | tree | 
| 2020-09-23 | Luke Kenneth... | add I2C master to ls180 | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add 2 PWMs (quick, easy to do) | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | move dmi_sim to separate module | commit | commitdiff | tree | 
| 2020-09-22 | Jacob Lifshay | update submodule url | commit | commitdiff | tree | 
| 2020-09-22 | Jacob Lifshay | Revert "disable pia in div tests" | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add openocd.cfg experiment | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | create a JTAG platform and connect it up.  jtagremote... | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add jtagremote to litex sim, add new "variant" to core... | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | link litex ls180soc JTAG pads | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add jtag wishbone and jtag ports to libresoc litex... | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add jtag interface to issuer_verilog | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add sys_rst to Clock Reset Generator | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add JTAG IOpads and rename rst to sys_rst | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add similar platforms to ls180.py | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add JTAG bus module | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | split out dmi2jtag into own unit test | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | submodule update | commit | commitdiff | tree | 
| 2020-09-22 | Cesar Strauss | Port soc.experiment.alu_fsm to the new way of invoking... | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | disable pia in div tests | commit | commitdiff | tree | 
| 2020-09-22 | Luke Kenneth... | add MMU (commented out) | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | add missing file | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | add quick wishbone jtag test | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | experiment set dmi msr read | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | add DMI JTAG test | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | add JTAG basic unit test | commit | commitdiff | tree | 
| 2020-09-21 | Luke Kenneth... | arg complete rewrite of JTAG2DMI, based it on staf... | commit | commitdiff | tree | 
| 2020-09-20 | Cesar Strauss | Add induction proof for the FSM Shifter | commit | commitdiff | tree | 
| 2020-09-20 | Cesar Strauss | Add bounded proof to FSM Shifter | commit | commitdiff | tree | 
| 2020-09-20 | Cesar Strauss | Let the formal engine create some test cases for the... | commit | commitdiff | tree | 
| 2020-09-20 | Luke Kenneth... | resolve issues in async sim: must not drive async clock... | commit | commitdiff | tree | 
| 2020-09-20 | Luke Kenneth... | still experimenting with async FF sync | commit | commitdiff | tree | 
| 2020-09-20 | Luke Kenneth... | continuing async clock experimenting | commit | commitdiff | tree | 
| next |