microwatt.git
2021-07-31 umarcorVUnit: use Path.glob instead of glob.glob
2021-07-31 umarcorci: add 'workflow_dispatch'
2021-07-31 umarcorci: in job 'VUnit' use a container step instead of...
2021-07-31 Michael NeulingReduce the size of icache to help yosys ECP5 builds...
2021-06-21 Michael NeulingMerge pull request #296 from LarsAsplund/logging-checking
2021-06-21 Michael NeulingMerge pull request #298 from paulusmack/master
2021-06-21 Michael NeulingMerge pull request #295 from LarsAsplund/master
2021-06-17 Paul MackerrasMMU: Implement a vestigial partition table
2021-06-09 Lars AsplundReplaced VHDL assert and report with VUnit checking...
2021-06-09 Lars AsplundRun VUnit tests in CI
2021-06-09 Lars AsplundOrganized VUnit testbenches into test cases.
2021-06-09 Lars AsplundMake core testbenches recognized by VUnit
2021-06-09 Lars AsplundAdded VUnit run script.
2021-05-17 Michael NeulingMerge pull request #277 from paulus/gpio
2021-05-13 Michael NeulingMerge pull request #287 from paulusmack/master
2021-05-11 Paul MackerrasMerge pull request #278 from shenki/openocd-v0.11
2021-05-11 Joel Stanleyopenocd: Fix verify command for v0.10
2021-05-11 Paul Mackerrasarty_a7: Add litesdcard interface
2021-05-11 Paul Mackerrasicache: Snoop writes to memory by other agents
2021-05-11 Paul Mackerrasdcache: Simplify logic in RELOAD_WAIT_ACK state
2021-05-11 Paul Mackerrasdcache: Snoop writes to memory by other agents
2021-05-05 Paul MackerrasMerge pull request #283 from antonblanchard/whitespace
2021-05-05 Antony VennardUpdate documentation. (#280)
2021-03-25 Anton BlanchardMerge pull request #286 from antonblanchard/Makefile...
2021-03-25 Anton BlanchardRemove unused GHDL_TARGET_GENERICS
2021-03-25 Anton BlanchardMove verilator --trace flag into VERILATOR_FLAGS
2021-03-24 Anton BlanchardMerge pull request #285 from antonblanchard/Makefile...
2021-03-24 Anton BlanchardMerge pull request #281 from antonblanchard/cache-tlb...
2021-03-24 Anton BlanchardRemove -frelaxed
2021-03-24 Anton BlanchardUse VERILATOR_FLAGS/VERILATOR_CFLAGS on all verilator...
2021-03-24 Anton BlanchardRemove core_files from soc_files and fpga_files
2021-03-23 Anton BlanchardMerge pull request #284 from antonblanchard/boot-clocks
2021-03-22 Anton BlanchardReformat spi_flash_ctrl
2021-03-21 Anton BlanchardReformat control
2021-03-21 Anton BlanchardReformat testbenches
2021-03-21 Anton BlanchardReformat writeback
2021-03-21 Anton BlanchardReformat plru
2021-03-21 Anton BlanchardReformat rotator
2021-03-21 Anton BlanchardReformat divider
2021-03-21 Anton BlanchardReformat countzero
2021-03-21 Anton BlanchardReformat cr_file
2021-03-21 Anton BlanchardReformat register_file
2021-03-21 Anton BlanchardReformat cache_ram
2021-03-15 Anton BlanchardAllow SPI BOOT_CLOCKS to be overridden by top level
2021-03-15 Anton BlanchardPass icache/dcache/tlb parameters down from soc
2021-03-09 Paul Mackerrasarty: Update GPIOs for Boxarty BMC
2021-02-24 Joel StanleyAdd files for openocd v0.11
2021-02-24 Paul MackerrasAdd a GPIO controller and use it to drive the shield...
2021-02-08 Michael NeulingMerge pull request #274 from mikey/read-sprs
2021-02-08 Anton BlanchardAdd a test to read from all SPRs
2021-02-08 Michael NeulingFix DAR/DSISR reading before they are written
2021-02-08 Michael NeulingMerge pull request #269 from paulusmack/pipeline
2021-02-08 Michael NeulingMerge pull request #268 from paulusmack/btc
2021-02-08 Michael NeulingMerge pull request #273 from antonblanchard/wishbone...
2021-02-08 Michael NeulingMerge pull request #267 from paulusmack/master
2021-02-08 Anton BlanchardAdd some wishbone checking
2021-01-19 Paul Mackerrascore: Allow multiple loadstore instructions to be in...
2021-01-19 Paul Mackerrasloadstore: Convert to 3-stage pipeline
2021-01-19 Paul Mackerrasdcache: Fix bugs in pipelined operation
2021-01-19 Paul Mackerrascore: Send FPU interrupts to writeback rather than...
2021-01-18 Paul Mackerrascore: Send loadstore1 interrupts to writeback rather...
2021-01-18 Paul Mackerrascore: Move redirect and interrupt delivery logic to...
2021-01-18 Paul Mackerrasexecute1: Move CR result to data path process
2021-01-18 Paul Mackerrasexecute1: Move data-path logic out to a separate process
2021-01-18 Paul Mackerrascore: Track CR hazards and bypasses using tags
2021-01-18 Paul Mackerrascore: Restore bypass path from execute1
2021-01-18 Paul Mackerrascore: Track GPR hazards using tags that propagate throu...
2021-01-18 Paul Mackerrascore: Crack branches that update both CTR and LR
2021-01-18 Paul Mackerrascore: Crack update-form loads into two internal ops
2021-01-18 Paul Mackerrasfetch1: Implement a simple branch target cache
2021-01-15 Paul Mackerrasexecute1: Improve timing on comparisons
2021-01-15 Paul Mackerrascore: Reorganize execute1
2021-01-15 Paul Mackerrasdecode1: Implement tlbsync as a no-op
2021-01-15 Paul Mackerrascore: Make result multiplexing explicit
2021-01-15 Paul Mackerrasdecode1: Implement obsolete dst, dstst, dss instruction...
2021-01-15 Paul Mackerrasexecute1: Move branch adder after register
2021-01-15 Paul Mackerrasdecode: Add a facility field to the instruction decode...
2021-01-15 Paul Mackerrasdecode1: Take an extra cycle for predicted branch redirects
2021-01-15 Paul Mackerrastests: Add tests for lq/stq and lqarx/stqcx.
2021-01-15 Paul Mackerrasloadstore1/dcache: Send store data one cycle later
2021-01-15 Paul Mackerrascore: Implement quadword loads and stores
2021-01-15 Paul Mackerrasloadstore1: Improve timing of data path from cache...
2021-01-15 Paul Mackerrasdcache: Add more commentary, no code change
2021-01-15 Paul Mackerrasloadstore1: Decide on load formatting controls a cycle...
2021-01-15 Paul Mackerrasdecode1: Fix decoding of recommended NOP instruction
2021-01-15 Paul Mackerrascore_debug: Stop logging 256 cycles after trigger
2021-01-15 Paul Mackerrascore_debug: Add an address trigger to stop logging...
2021-01-15 Paul MackerrasFPU: Don't use mask generator for rounding
2021-01-15 Paul MackerrasFPU: Relax timing around multiplier output
2021-01-15 Paul Mackerrasmw_debug: Display terminated status when stopping
2021-01-15 Paul Mackerrasmw_debug: Extend to handle FPRs
2021-01-15 Paul MackerrasArty A7: Document pin connections for on-board headers
2021-01-15 Paul Mackerrasexecute1: Update comments about XER forwarding
2021-01-07 Paul MackerrasMerge pull request #263 from antonblanchard/reset-pid
2021-01-07 Paul MackerrasMerge pull request #262 from antonblanchard/reset-tb...
2021-01-07 Paul MackerrasMerge pull request #259 from antonblanchard/dmi-reset
2021-01-05 Anton BlanchardMerge pull request #265 from antonblanchard/another...
2021-01-05 Anton BlanchardMerge pull request #264 from antonblanchard/reset-spi...
2021-01-03 Anton BlanchardInitialize PID register
2021-01-03 Anton BlanchardFix another reset issue in spi_rxtx
next