projects
/
microwatt.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
microwatt.git
2022-08-04
Paul Mackerras
Merge pull request #383 from antonblanchard/fix-sdcard
commit
|
commitdiff
|
tree
2022-08-04
Anton Blanchard
litesdcard: Fix and regenerate Verilog
commit
|
commitdiff
|
tree
2022-08-01
Paul Mackerras
Merge pull request #381 from shingarov/gitignore-artifacts
commit
|
commitdiff
|
tree
2022-08-01
Paul Mackerras
Merge pull request #378 from mikey/ux-cleanup
commit
|
commitdiff
|
tree
2022-07-29
Boris Shingarov
Gitignore build artifacts
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
test: Add test for metavalues
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
tests: Update FPU test output
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
tests: Minor script cleanups
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for register_file.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for pmu.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for rotator.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for mmu.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for loadstore1.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for icache.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for fpu.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for fetch1.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for execute1.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for decoder1.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for helpers.vhdl
commit
|
commitdiff
|
tree
2022-07-28
Michael Neuling
Metavalue cleanup for common.vhdl
commit
|
commitdiff
|
tree
2022-07-26
Michael Neuling
Merge pull request #379 from paulusmack/master
commit
|
commitdiff
|
tree
2022-07-25
Michael Neuling
Merge pull request #380 from iagocaran/master
commit
|
commitdiff
|
tree
2022-07-25
Michael Neuling
tests/pmu: Cleanup whitespace in pmc.c
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Use register addresses from decode1 for dependency...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
register_file: Make read access to register file synchr...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
decode1: Work out register addresses in decode1
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
loadstore1: Do SPR reading in stage 2 rather than stage 3
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Provide debug access to SPRs in loadstore1 and mmu
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Restore debug access to SPRs
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Finish off taking SPRs out of register file
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Move LR, CTR and TAR out of the register file
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Start removing SPRs from register file
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Use FPU for division instructions if we have an FPU
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
FPU: Add logic for 32-bit integer division
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
FPU: Add integer division logic to FPU
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
FPU: Convert internal R, A, B, and C registers to 8...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Track hazards explicitly for XER overflow bits
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
fetch1: Fix debug stop again
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
control: Reimplement serialization using tags
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
decode1: Remove stash buffer
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
decode2: Rework to make the stall_out signal come from...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Remove support for lq, stq, lqarx and stqcx.
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
decode2: Rename 'r' to 'dc2'
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
decode1: Reduce number of single-issue instructions
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
FPU: Add stage-2 stall ability to FPU
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Do CR0 setting for Rc=1 instructions in execute2 instea...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Allow integer instructions and load/store instructions...
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Add a bypass path from the execute2 stage
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
Add a second execute stage to the pipeline
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
execute1: Rename 'r' to 'ex1'
commit
|
commitdiff
|
tree
2022-07-22
Paul Mackerras
execute1: Restructure to separate out execution of...
commit
|
commitdiff
|
tree
2022-07-19
Iago Caran...
tests/pmu: Add load/store completed, instruction count...
commit
|
commitdiff
|
tree
2022-06-29
Paul Mackerras
Move XER low bits out of register file
commit
|
commitdiff
|
tree
2022-06-29
Paul Mackerras
Simplify flow control in the dcache and loadstore units
commit
|
commitdiff
|
tree
2022-06-16
Paul Mackerras
Merge pull request #353 from tianrui-wei/master
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #373 from antonblanchard/icache...
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #376 from antonblanchard/loadstore...
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #374 from antonblanchard/icache...
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #364 from shenki/readme-updates
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #372 from antonblanchard/dcache...
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #371 from antonblanchard/unused-sig
commit
|
commitdiff
|
tree
2022-06-16
Michael Neuling
Merge pull request #370 from antonblanchard/divider...
commit
|
commitdiff
|
tree
2022-06-15
Paul Mackerras
Merge pull request #368 from antonblanchard/icache...
commit
|
commitdiff
|
tree
2022-06-14
Anton Blanchard
Merge pull request #377 from antonblanchard/fpu-init
commit
|
commitdiff
|
tree
2022-06-14
Anton Blanchard
fpu: Reduce uninitialised signals
commit
|
commitdiff
|
tree
2022-06-14
Michael Neuling
Merge pull request #366 from antonblanchard/hello-world-bss
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
Merge pull request #375 from antonblanchard/core_debug...
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
loadstore1: reduce U state being output
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
core_debug: Initialise gspr_index
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
core: Remove unused icache_inv signal
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
icache: Don't output X on i_out.insn
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
dcache: remove unused do_write signal
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
execute1: sub_mux_sel and result_mux_sel are unused
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
divider: Fix d_out.overflow U state issue
commit
|
commitdiff
|
tree
2022-06-12
Anton Blanchard
Merge pull request #369 from antonblanchard/loadstore...
commit
|
commitdiff
|
tree
2022-06-11
Anton Blanchard
loadstore1: Initialise PMU events
commit
|
commitdiff
|
tree
2022-06-11
Anton Blanchard
Merge pull request #367 from antonblanchard/fpu-typo
commit
|
commitdiff
|
tree
2022-06-11
Anton Blanchard
icache: Hook up PMU events
commit
|
commitdiff
|
tree
2022-06-09
Anton Blanchard
fpu: Fix capitalisation of Execute1ToFPUType
commit
|
commitdiff
|
tree
2022-06-08
Anton Blanchard
Zero BSS in hello world test
commit
|
commitdiff
|
tree
2022-06-08
Anton Blanchard
Merge pull request #365 from antonblanchard/less-fpga...
commit
|
commitdiff
|
tree
2022-06-07
Anton Blanchard
Remove some FPGA style signal inits
commit
|
commitdiff
|
tree
2022-06-07
Anton Blanchard
Remove some FPGA style signal inits
commit
|
commitdiff
|
tree
2022-06-07
Joel Stanley
README: Add Linux on Microwatt instructions
commit
|
commitdiff
|
tree
2022-06-07
Joel Stanley
README: Add uart to fusesoc instructions
commit
|
commitdiff
|
tree
2022-03-22
Michael Neuling
Merge pull request #361 from antonblanchard/alt-reset...
commit
|
commitdiff
|
tree
2022-03-21
Anton Blanchard
Allow ALT_RESET_ADDRESS to be overridden
commit
|
commitdiff
|
tree
2022-03-18
Michael Neuling
Merge pull request #360 from antonblanchard/log2ceil...
commit
|
commitdiff
|
tree
2022-03-17
Anton Blanchard
wishbone_bram_wrapper ram_addr_bits is 1 bit off
commit
|
commitdiff
|
tree
2022-03-15
Michael Neuling
Merge pull request #358 from antonblanchard/unused-sig
commit
|
commitdiff
|
tree
2022-03-15
Michael Neuling
Merge pull request #356 from antonblanchard/fpu-constant
commit
|
commitdiff
|
tree
2022-03-15
Michael Neuling
Merge pull request #357 from antonblanchard/xics-warning
commit
|
commitdiff
|
tree
2022-03-15
Anton Blanchard
Remove unused sequential signal from Fetch1ToIcacheType
commit
|
commitdiff
|
tree
2022-03-15
Anton Blanchard
xics: Fix warning when comparing two std_ulogic_vectors
commit
|
commitdiff
|
tree
2022-03-15
Anton Blanchard
fpu: Make inverse_table a constant
commit
|
commitdiff
|
tree
2022-03-01
Tianrui Wei
fix: fix icache_tb not finishing correctly
commit
|
commitdiff
|
tree
2022-02-27
Michael Neuling
Merge pull request #352 from mkj/static-urjtag
commit
|
commitdiff
|
tree
2022-02-25
Matt Johnston
mw_debug: Add STATIC_URJTAG flag
commit
|
commitdiff
|
tree
2022-02-25
Michael Neuling
Update the README Issues (#350)
commit
|
commitdiff
|
tree
2022-02-25
Michael Neuling
Merge pull request #349 from madscientist159/master
commit
|
commitdiff
|
tree
next