litex/florent/versa_ecp5.py add arg --fpga [versa_ecp5|ulx3s85f] default
[soc.git] / src / soc / litex / florent / libresoc /
2020-10-06 Luke Kenneth Casso... add sdr bypass routing via JTAG boundary scan
2020-10-04 Luke Kenneth Casso... significant reorg of the litex pinspecs to use pinmux...
2020-10-04 Luke Kenneth Casso... remove ls180io import
2020-10-04 Luke Kenneth Casso... move ls180io.py back into ls180.py
2020-10-03 Luke Kenneth Casso... allow i2c to be routed via JTAG
2020-10-03 Luke Kenneth Casso... nope. put it back and connect to platform pads in...
2020-10-03 Luke Kenneth Casso... move iopad litex creation to ls180soc.py
2020-10-01 Luke Kenneth Casso... add clksel, pll to ls180
2020-09-30 Luke Kenneth Casso... add I2C into ls180
2020-09-30 Luke Kenneth Casso... add ASIC version of I2C Master
2020-09-28 Luke Kenneth Casso... reduce not-connected IO pins
2020-09-28 Luke Kenneth Casso... lots of sorting out iopads
2020-09-26 Luke Kenneth Casso... add ls180io.py
2020-09-26 Luke Kenneth Casso... reduce sdram pins to smaller address and only 1 cs_n
2020-09-26 Luke Kenneth Casso... only enable pads connections for ls180 for now
2020-09-24 Luke Kenneth Casso... do not have to use uart_litex gpio_litex names
2020-09-24 Luke Kenneth Casso... enable GPIO pads through C4M JTAG
2020-09-24 Luke Kenneth Casso... c4m iopad integration working
2020-09-23 Luke Kenneth Casso... cs_n and cke in sdram need to match in length
2020-09-23 Luke Kenneth Casso... change litex sdram pinouts to ASIC type
2020-09-23 Luke Kenneth Casso... redo litex SDCard to send out data/cmd o/i/en pins
2020-09-23 Luke Kenneth Casso... sort out GPIO with i/o/oe in ls180
2020-09-23 Luke Kenneth Casso... attempt GPIO bi-directional
2020-09-23 Luke Kenneth Casso... add I2C master to ls180
2020-09-22 Luke Kenneth Casso... add 2 PWMs (quick, easy to do)
2020-09-22 Luke Kenneth Casso... add jtagremote to litex sim, add new "variant" to core...
2020-09-22 Luke Kenneth Casso... add jtag wishbone and jtag ports to libresoc litex...
2020-09-22 Luke Kenneth Casso... add JTAG IOpads and rename rst to sys_rst
2020-09-22 Luke Kenneth Casso... add similar platforms to ls180.py
2020-09-19 Luke Kenneth Casso... add pc_o not connected
2020-09-19 Luke Kenneth Casso... urk. wishbone slave devices declared incorrectly (I... semi_working_ecp5
2020-09-19 Luke Kenneth Casso... add (disabled) tri-state GPIO
2020-09-19 Luke Kenneth Casso... remove the gpio peripheral which was previously hard...
2020-09-19 Luke Kenneth Casso... add 3x EINTs to ls180soc
2020-09-18 Luke Kenneth Casso... add SPI, sdcard, preliminary GPIO to ls180 pinouts
2020-09-18 Luke Kenneth Casso... argh got fed up trying to shoe-horn into sim.py
2020-09-16 Luke Kenneth Casso... make a start on LS180 platform
2020-09-16 Cole Poirieradd template file/starting point (copy of litex/boards...
2020-09-05 Luke Kenneth Casso... move GPIO IRQ to 15 to match microwatt modifications
2020-09-05 Luke Kenneth Casso... XICS addresses in words: divide by 4
2020-09-05 Luke Kenneth Casso... increase wishbone address width to 29 for xics and...
2020-09-05 Luke Kenneth Casso... add simple GPIO wishbone bus to litex sim.py
2020-09-04 Luke Kenneth Casso... add XICS memory regions, shrink litex CSR memmap size...
2020-09-04 Luke Kenneth Casso... adding XICS wb slave devices to litex sim
2020-08-25 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-25 Luke Kenneth Casso... add way to capture CR from DMI in litex sim
2020-08-21 Luke Kenneth Casso... get litex sim enabled with 32-bit wishbone bus
2020-08-05 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-08-05 Luke Kenneth Casso... rename ibus/dbus (shorten)
2020-08-04 Luke Kenneth Casso... add DMI debug interface to libresoc litex sim
2020-08-04 Luke Kenneth Casso... more remove wildcard imports
2020-08-04 Luke Kenneth Casso... adding litex sim experimentation.