microwatt.git
2023-11-09 Jacob Lifshaycheck sc 1 and sc 2 too sc-test
2023-11-07 Jacob Lifshayadd sc_test
2023-09-30 Michael NeulingMerge pull request #423 from nickg/fix-vunit
2023-09-30 Nick GassonFix compatibility with latest VUnit release
2023-09-19 Paul MackerrasMerge pull request #420 from paulusmack/master
2023-09-19 Paul MackerrasMerge pull request #421 from paulusmack/fixes
2023-09-16 Paul Mackerrasicache: Fix instruction sent to log
2023-09-16 Paul Mackerrasscripts/fmt_log: Update for recent changes
2023-09-15 Paul MackerrasMerge pull request #419 from paulusmack/prefix
2023-09-15 Paul Mackerrascore_debug: Add support for detecting writes to a memor...
2023-09-15 Paul MackerrasMakefile: Remove long micropython test from check_light
2023-09-15 Paul Mackerrasdcache: Make reading of DTLB independent of d_in.valid
2023-09-15 Paul Mackerrasdcache: Make r1.acks_pending independent of r1.state
2023-09-15 Paul Mackerrasarty: Change shield I/O pin bus into individual signals
2023-09-14 Paul MackerrasMerge pull request #404 from CodeConstruct:dev/gpio...
2023-09-12 Paul MackerrasImplement byte reversal instructions
2023-09-12 Paul MackerrasImplement set[n]bc[r] instructions
2023-07-06 Paul Mackerrastests: Add a test for prefixed instructions
2023-07-06 Paul MackerrasImplement interrupts for prefixed instructions
2023-07-06 Paul MackerrasDecode prefixed instructions
2023-07-03 Paul MackerrasMove insn_codes for mcrfs, mtfsb0/1 and mtfsfi
2023-07-01 Paul Mackerrasfetch1: Change the way predictions from the BTC are...
2023-02-20 Anton BlanchardMerge pull request #417 from kraigher/master
2023-02-15 Olof KraigherAdd vhdl_ls.toml dump to run.py
2022-12-05 Michael NeulingMerge pull request #409 from CodeConstruct/dev/soc...
2022-11-16 Matt Johnstonarty: Add software reset from syscon
2022-10-31 Matt Johnstonsoc: Expose sw_soc_reset for syscon reset
2022-10-31 Matt JohnstonRegenerate litedram with updated sdram init
2022-10-31 Matt Johnstonlitedram: only run sdram init at first boot
2022-10-31 Matt JohnstonMove alt_reset to syscon
2022-10-31 Matt Johnstonbin2hex: handle any file length, not just 8 or 4
2022-10-24 Michael NeulingMerge pull request #415 from ozbenh/uart16550-core
2022-10-24 Michael NeulingMerge pull request #414 from ozbenh/misc
2022-10-24 Benjamin HerrenschmidtBundle the uart16550 core file
2022-10-24 Benjamin HerrenschmidtFix plru_tb to use the new plrufn and take out the...
2022-10-24 Michael NeulingMerge pull request #413 from ozbenh/fix-io-bridge-qw...
2022-10-23 Benjamin HerrenschmidtClean vunit_out on make clean
2022-10-23 Benjamin HerrenschmidtAdd shebang to run.py
2022-10-23 Benjamin Herrenschmidtsoc: Fix issues with 64-bit stores to IO bridge
2022-10-17 Matt Johnstongpio: Add interrupts and trigger registers
2022-10-07 Paul MackerrasMerge pull request #411 from ozbenh/dcache-plru-update-fix
2022-10-02 Benjamin Herrenschmidtdcache: Update PLRU on misses as well as hits
2022-09-30 Benjamin HerrenschmidtFix dcache_tb (and add dump of victim way to dcache)
2022-09-29 Matt JohnstonAdd more interrupt numbers to microwatt_soc.h
2022-09-29 Matt Johnstonarty: Add switches and buttons as gpio 10-17
2022-09-29 Matt Johnstonarty: Add other RGB LEDs, attach to gpio 0-8
2022-09-29 Matt Johnstonarty: Add switches and buttons to xdc file
2022-09-29 Michael NeulingMerge pull request #408 from paulusmack/plru-improvement
2022-09-26 Michael NeulingMerge pull request #406 from shingarov/spi-kintex
2022-09-26 Michael NeulingMerge pull request #407 from shingarov/openocd-012
2022-09-24 Boris ShingarovRecognize version string "0.12" in recent OpenOCD master
2022-09-23 Boris ShingarovAdd support for flashing the s25fl256s onboard Genesys2
2022-09-19 Paul Mackerraslitedram: Split L2 PLRU into storage and logic
2022-09-08 Paul Mackerrasdcache: Split PLRU into storage and logic
2022-09-08 Paul Mackerrasicache: Split PLRU into storage and logic
2022-09-07 Anton BlanchardMerge pull request #403 from mikey/litedram-warnings
2022-09-07 Paul Mackerrasdcache: Fix compilation with NUM_WAYS and/or TLB_NUM_WA...
2022-09-07 Paul Mackerrasicache: Fix compilation with NUM_WAYS = 1
2022-09-05 Michael NeulingFix litedram wrapper build warnings and metavalues
2022-09-05 Michael NeulingMerge pull request #402 from ozbenh/misc
2022-09-04 Benjamin HerrenschmidtFix build of core_dram_tb and dram_tb and fix tracing
2022-09-04 Benjamin HerrenschmidtIgnore vunit_out in git
2022-09-01 Michael NeulingMerge pull request #401 from shenki/dcscm
2022-08-31 Joel Stanleyopenocd: Add Artix DC-SCM cable type
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Add liteeth
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Add Ethernet pins
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Enable SPI flash
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Formatting to match top-arty
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Add SPI flash pins
2022-08-31 Joel Stanleyantmicro-artix-dc-scm: Update DRAM properties
2022-08-31 Paul Mackerrasantmicro-artix-dc-scm: Add DRAM support
2022-08-31 Michael NeulingAdd Antmicro Artix DC SCM hello world support
2022-08-30 Anton BlanchardMerge pull request #400 from mikey/githash
2022-08-29 Michael NeulingMerge pull request #399 from ozbenh/misc
2022-08-29 Dan Horákhello_world: Debug print the gitinfo syscon register
2022-08-29 Dan Horáksyscon: Implement a register for storing git hash info
2022-08-25 Benjamin HerrenschmidtFix PLRU
2022-08-14 Anton BlanchardMerge pull request #397 from mikey/metavalue-counts
2022-08-13 Michael Neulingtests: Update metavalues test count
2022-08-13 Michael NeulingMerge pull request #396 from paulusmack/reduce-meta
2022-08-12 Paul Mackerrasexecute1: Reduce metavalue warnings
2022-08-12 Paul Mackerrasloadstore1: Reduce metavalue warnings
2022-08-12 Paul Mackerrasdecode2: Reduce metavalue warnings
2022-08-12 Paul Mackerrascore_debug: Reduce metavalue warnings
2022-08-12 Paul Mackerrasicache: Reduce metavalue warnings
2022-08-12 Paul Mackerrasdcache: Reduce metavalue warnings
2022-08-10 Michael NeulingMerge pull request #382 from paulusmack/master
2022-08-10 Michael NeulingMerge pull request #392 from paulusmack/fix-branch...
2022-08-10 Paul Mackerrasmultiply_tb: Fix multiply_tb.vhdl for the new multiplie...
2022-08-10 Paul Mackerrasexecute1: Make it clear that divide logic is not includ...
2022-08-10 Paul MackerrasRemove option for "short" 16x16 bit multiplier
2022-08-10 Michael NeulingMerge branch 'fix-branch-alias' into branch-alias
2022-08-10 Michael NeulingMerge pull request #388 from antonblanchard/trace-test
2022-08-10 Paul Mackerrasfetch1: Fix bug where BTC entries don't match on MSR[IR]
2022-08-09 Paul MackerrasChange the multiplier interface to support signed multi...
2022-08-09 Anton BlanchardAdd branch alias test
2022-08-09 Paul Mackerrasxilinx_mult: Prepare for doing signed multiplication
2022-08-09 Paul Mackerrasexecute1: Add a pipelined 33-bit signed multiplier
2022-08-09 Paul Mackerraspredecode: Add more comments to row_predecode_rom and...
2022-08-09 Paul Mackerrasicache: Log 36 bits of instruction rather than 32
next