microwatt.git
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-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 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
2022-08-09 Paul Mackerraspredecode: Work around apparent yosys/nextpnr bug
2022-08-09 Paul MackerrasPre-decode instructions when writing them to icache
2022-08-09 Paul MackerrasEliminate use of primary opcode outside of decode1
2022-08-09 Paul Mackerrasdecode1: Divide insn_code values into ranges to indicat...
2022-08-09 Paul Mackerrasdecode1: Split instruction decoding into two steps
2022-08-09 Paul Mackerrasdecode1: Use block RAMs in decode
2022-08-09 Paul Mackerrasdecode2: Decode unit and single-pipe attributes for...
2022-08-09 Paul MackerrasFPU: Set sign of 0 result of subtraction in pack_dp
2022-08-09 Paul MackerrasFPU: Simplify IDLE state code
2022-08-09 Paul MackerrasFPU: Make an explicit exponent data path
2022-08-09 Paul MackerrasFPU: Minor fix and simplifications
2022-08-09 Paul Mackerrasloadstore1: Simplify address generation in OP_FETCH_FAI...
2022-08-09 Paul MackerrasRemove leftover logic for 16-byte loads and stores
2022-08-09 Paul Mackerraswriteback: Eliminate unintentional inferred latch
2022-08-09 Michael NeulingMerge pull request #390 from shenki/fix-whide-warnings
2022-08-09 Anton BlanchardMerge pull request #389 from paulusmack/fix-sc
2022-08-09 Anton Blanchardtests/trace: Test trace vs system call interrupt
2022-08-09 Paul Mackerrasexecute1: Fix trace interrupt on sc instruction
2022-08-08 Joel Stanleysoc: Fix -Whide warning
2022-08-08 Joel Stanleyxics: Fix -Whide warnings
2022-08-08 Joel Stanleyfpu: Fix -Whide warnings
next