microwatt.git
2020-09-03 Paul MackerrasFPU: Implement fmrgew and fmrgow and add tests for...
2020-09-03 Paul MackerrasFPU: Implement floating round-to-integer instructions
2020-09-03 Paul MackerrasFPU: Implement floating convert to integer instructions
2020-09-03 Paul Mackerrastests/fpu: Add tests for frsp
2020-09-03 Paul MackerrasFPU: Implement the frsp instruction
2020-09-03 Paul MackerrasFPU: Implement floating convert from integer instructions
2020-09-03 Paul MackerrasFPU: Implement fmr and related instructions
2020-09-03 Paul Mackerrastests/fpu: Test remaining FPSCR-related instructions
2020-09-03 Paul MackerrasFPU: Implement remaining FPSCR-related instructions
2020-09-03 Paul Mackerrastests/fpu: Add tests for basic FPSCR function and inter...
2020-09-03 Paul Mackerrascore: Add framework for an FPU
2020-09-03 Paul Mackerrastests/fpu: Add tests for lfs and stfs instructions
2020-09-03 Paul Mackerrascore: Add support for single-precision FP loads and...
2020-09-03 Paul Mackerrastests: Add a test for FP loads and stores
2020-09-03 Paul Mackerrascore: Add support for floating-point loads and stores
2020-08-29 Paul Mackerrastests: Add a test for trace interrupts
2020-08-29 Paul Mackerrasexecute1: Implement trace interrupts
2020-08-29 Paul Mackerrasdecode1: Avoid overriding fields of v.decode in decode1
2020-08-27 Michael NeulingMerge pull request #239 from paulusmack/master
2020-08-22 Paul Mackerrastests: Add a test for the load-reserve and store-condit...
2020-08-22 Paul Mackerrasloadstore1: Generate alignment interrupts for unaligned...
2020-08-22 Paul Mackerrastests: Add tests for 32-bit and big-endian modes
2020-08-20 Paul Mackerrascore: Implement 32-bit mode
2020-08-20 Paul Mackerrascore: Implement big-endian mode
2020-08-20 Paul Mackerrastests/mmu: Update to use correct MSR values
2020-08-13 Michael NeulingMerge pull request #235 from paulusmack/master
2020-08-13 Michael NeulingMerge pull request #236 from ozbenh/targets
2020-08-07 Boris Shingarovfpga: Add support for Genesys2
2020-08-07 Benjamin Herrenschmidtacorn: Add support for the Acorn CLE 215+
2020-08-07 Michael NeulingMerge pull request #229 from ozbenh/litedram
2020-08-07 Paul Mackerrascore: Implement BCD Assist instructions addg6s, cdtbcd...
2020-08-06 Paul Mackerrascore: Implement the wait instruction as a no-op
2020-08-06 Paul Mackerrascore: Implement the reserved no-op instructions
2020-08-06 Paul Mackerrascore: Implement the addex instruction
2020-08-06 Paul MackerrasAdd random number generator and implement the darn...
2020-08-06 Paul Mackerrascore: Implement the maddhd, maddhdu and maddld instructions
2020-08-06 Paul Mackerrascore: Implement the cmpeqb and cmprb instructions
2020-08-06 Paul Mackerrascore: Implement the bpermd instruction
2020-08-06 Paul Mackerrascore: Implement the setb instruction
2020-08-06 Paul Mackerrascore: Implement the mcrxrx instruction
2020-08-05 Paul Mackerrascore: Implement the TAR register and the bctar instruction
2020-08-05 Paul Mackerrasexecute1: Use r.<field> not v.<field> in countzero...
2020-08-05 Paul Mackerrasexecute1: Take an extra cycle for OE=1 multiply instruc...
2020-08-05 Paul Mackerrasmultiplier: Generalize interface to the multiplier
2020-07-22 Michael NeulingMerge pull request #233 from paulusmack/master
2020-07-20 Paul Mackerrasloadstore1: Better expression for store data formatting
2020-07-20 Paul Mackerrasloadstore1: Further tweaks to improve synthesis with...
2020-07-20 Paul Mackerrasdcache: Ease timing on wishbone data and byte selects
2020-07-20 Paul Mackerrasdecode1: Fix formatting
2020-07-20 Paul Mackerrasloadstore1: Separate address calculation for MMU to...
2020-07-20 Paul Mackerrasloadstore1: Generate busy signal earlier
2020-07-20 Paul Mackerrasdcache: Output separate done-without-error and error...
2020-07-20 Paul Mackerrasdcache: Ease timing on calculation of acks remaining
2020-07-20 Paul Mackerrasdcache: Improve timing of valid/done outputs
2020-07-14 Paul Mackerrascore: Don't generate logic for log data when LOG_LENGTH = 0
2020-07-14 Paul Mackerrascountzero: Faster algorithm for count leading/trailing...
2020-07-14 Paul MackerrasMMU: Improve timing of done signal back to loadstore1
2020-07-14 Paul Mackerrasdcache: Remove dependency of r1.wb.adr/dat/sel on...
2020-07-14 Paul Mackerrasdcache: Update TLB PLRU one cycle later
2020-07-14 Paul Mackerrasloadstore1: Eliminate two_dwords variable
2020-07-14 Paul Mackerrasexecute1: Ease timing on redirect_nia
2020-07-14 Paul Mackerrasdcache: Do PLRU update one cycle later
2020-07-14 Paul Mackerrasicache: Do PLRU update one cycle later
2020-07-14 Michael NeulingMerge pull request #232 from gromero/for-anton
2020-07-13 Gustavo RomeroEnhance hello_world
2020-07-09 Michael NeulingMerge pull request #228 from ozbenh/misc
2020-07-09 Michael NeulingMerge pull request #222 from iamjpn/master
2020-07-08 Jordan Niethetests: Add tests for the PVR
2020-07-08 Benjamin Herrenschmidtlitedram: Regenerate
2020-07-08 Benjamin Herrenschmidtlitedram: Update generator to work with latest LiteX
2020-07-08 Benjamin Herrenschmidtlitedram: Add generator for Genesys2
2020-07-08 Benjamin Herrenschmidtlitedram: l2: Add a few comments about litedram behaviour
2020-07-08 Benjamin Herrenschmidtlitedram: l2: Add support for more geometries
2020-07-08 Benjamin Herrenschmidtlitedram: l2: Latency improvements
2020-07-08 Benjamin Herrenschmidtcorefile/nexys_video: Parameter fixes
2020-07-08 Benjamin Herrenschmidtfpga: nexys-video: Wire up core_alt_reset
2020-07-08 Benjamin Herrenschmidtnexys_video: Fix nexys-video build
2020-07-08 Benjamin Herrenschmidtspi: Send dummy clocks at boot
2020-07-08 Paul MackerrasMerge pull request #223 from mikey/ecp5
2020-07-07 Michael NeulingCreate github artifacts for ECP5 devices
2020-07-07 Michael NeulingAdd PLL for ECP5 device
2020-07-07 Anton BlanchardMerge pull request #220 from mikey/ghdl-makefile
2020-07-07 Anton BlanchardMerge pull request #209 from mikey/yosys
2020-07-07 Jordan Niethecore: Implement PVR register
2020-07-04 Michael NeulingUse $(GHDL) rather than ghdl in Makefile
2020-07-02 Michael NeulingAdd yosys/nextpnr ecp5 and verilog build to CI
2020-07-02 Michael NeulingAdd FPGA_TARGET=ECP5-EVN make option for synthesis...
2020-07-02 Michael NeulingAdd SYNTH_ECP5_FLAGS option for building
2020-07-02 Michael NeulingAdd ram file to synthesis build dependencies
2020-07-02 Michael NeulingAdd uart16550 files to yosys/nextpnr build
2020-07-02 Michael NeulingAdd uart16550 files from fusesoc
2020-07-02 Michael NeulingBuild to tmp file so nextpnr errors don't confuse make
2020-07-02 Michael NeulingFix building with yosys/nextpnr
2020-07-02 Michael NeulingAdd yosys builds files to gitignore
2020-07-02 Michael NeulingSend line feed if we get a carriage return in hello...
2020-06-30 Michael NeulingMerge pull request #216 from paulusmack/cfar
2020-06-30 Paul MackerrasMerge pull request #206 from Jbalkind/icachecleanup
2020-06-29 Paul Mackerrasexecute1: Do forwarding of the CR result to the next...
2020-06-29 Paul Mackerrasexecute1: Add latch to redirect path
2020-06-29 Paul Mackerraslogical: Only do output inversion for OP_AND, OP_OR...
next