projects
/
soc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
soc.git
2021-04-22
Luke Kenneth...
cleanup dcache
commit
|
commitdiff
|
tree
2021-04-22
Luke Kenneth...
error using sync, should have been comb
commit
|
commitdiff
|
tree
2021-04-22
Cesar Strauss
Implement CR predication
commit
|
commitdiff
|
tree
2021-04-21
Cesar Strauss
CR sub-fields are stored in MSB0 order
commit
|
commitdiff
|
tree
2021-04-21
Luke Kenneth...
experimenting with dcache
commit
|
commitdiff
|
tree
2021-04-21
Tobias Platen
testcase: pass PRTBL to mmu
commit
|
commitdiff
|
tree
2021-04-21
Cesar Strauss
Add CR predication test case for TestIssuer
commit
|
commitdiff
|
tree
2021-04-21
Cesar Strauss
Fix comment in CR predication test case
commit
|
commitdiff
|
tree
2021-04-21
Cesar Strauss
Fix sense of "invert" signal
commit
|
commitdiff
|
tree
2021-04-20
Luke Kenneth...
add enable MMU option to issuer_verilog.py
commit
|
commitdiff
|
tree
2021-04-20
Luke Kenneth...
cannot pass in arguments to Core - must be done with...
commit
|
commitdiff
|
tree
2021-04-20
Luke Kenneth...
use soc.bus.sram instead of nmigen_soc.wishbone.sram
commit
|
commitdiff
|
tree
2021-04-20
Luke Kenneth...
add wishbone sram.py (move from nmigen-soc)
commit
|
commitdiff
|
tree
2021-04-19
Luke Kenneth...
give independent names to spblock512w64b8ws
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
give spblock512 a name as a submodule
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
create signal on test_issuer which gives PLL clk_sel_i...
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
rename SPBlock_512W64B8W to lowercase
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
rename PLL pins to match LIP6.fr PLL
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
core_stopped_i unused: remove
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
add pypi upload to Makefile
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
add OS Independent classifier
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
update README
commit
|
commitdiff
|
tree
2021-04-18
Luke Kenneth...
update setup.py to make it "safe" for uploading to...
commit
|
commitdiff
|
tree
2021-04-17
Luke Kenneth...
experiment with alternative PID in radix mmu
commit
|
commitdiff
|
tree
2021-04-17
Luke Kenneth...
pass in SPRs each time on radix test
commit
|
commitdiff
|
tree
2021-04-17
Luke Kenneth...
add LD/ST radix unit test
commit
|
commitdiff
|
tree
2021-04-17
Cesar Strauss
Implement 1<<r3 directly by a shift
commit
|
commitdiff
|
tree
2021-04-17
Tobias Platen
radixmmu: fix my mistake about pgbase size
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
jtag utils, send tms before tck
commit
|
commitdiff
|
tree
2021-04-16
Tobias Platen
pass the "old" value of shift to _new_lookup
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
sigh, new_shift wrong bitwidth
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
put mbits back into segment_check (like it is in microwatt)
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
radixmmu cleanup
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
call addrshift and get_pgtable_addr inside while loop...
commit
|
commitdiff
|
tree
2021-04-16
Luke Kenneth...
code-cleanup in radixmmu
commit
|
commitdiff
|
tree
2021-04-15
Luke Kenneth...
whitespace and corrections to NLS, RTS1, RTS2
commit
|
commitdiff
|
tree
2021-04-15
Tobias Platen
fix radix testcase
commit
|
commitdiff
|
tree
2021-04-15
Luke Kenneth...
concat en_sigs together in JTAG to make sure they are...
commit
|
commitdiff
|
tree
2021-04-15
Luke Kenneth...
add icachemmu option to ISACaller
commit
|
commitdiff
|
tree
2021-04-14
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-14
Luke Kenneth...
whitespace
commit
|
commitdiff
|
tree
2021-04-14
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-14
Tobias Platen
update test_caller_radix.py
commit
|
commitdiff
|
tree
2021-04-14
Tobias Platen
radixmmu: handle badtree
commit
|
commitdiff
|
tree
2021-04-14
Tobias Platen
update test case for radix mmu
commit
|
commitdiff
|
tree
2021-04-14
Tobias Platen
radixmmu: error handling
commit
|
commitdiff
|
tree
2021-04-13
Tobias Platen
more fixes for radixmmu.py
commit
|
commitdiff
|
tree
2021-04-13
Tobias Platen
fix AttributeError in radixmmu testcase
commit
|
commitdiff
|
tree
2021-04-12
Tobias Platen
radixmmu.py: cleanup
commit
|
commitdiff
|
tree
2021-04-11
Tobias Platen
fix bug in radixmmu.py
commit
|
commitdiff
|
tree
2021-04-11
Tobias Platen
radixmmu: more work on segment check
commit
|
commitdiff
|
tree
2021-04-10
Cesar Strauss
Implement 1<<r3 predicate mode
commit
|
commitdiff
|
tree
2021-04-10
Cesar Strauss
Add 1<<r3 test cases to TestIssuer
commit
|
commitdiff
|
tree
2021-04-10
Cesar Strauss
Add test cases for 1<<r3 predication
commit
|
commitdiff
|
tree
2021-04-09
Luke Kenneth...
add blinken lights assembly (not used yet)
commit
|
commitdiff
|
tree
2021-04-09
Luke Kenneth...
test firmware upload program needed to branch back...
commit
|
commitdiff
|
tree
2021-04-08
Luke Kenneth...
sort out pc reset when DMI interface requests reset
commit
|
commitdiff
|
tree
2021-04-08
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-08
Luke Kenneth...
argh, wb jtag stall probably is not working
commit
|
commitdiff
|
tree
2021-04-08
Luke Kenneth...
upload over 32-bit JTAG Wishbone
commit
|
commitdiff
|
tree
2021-04-08
Luke Kenneth...
shrink JTAG master bus to 32-bit (match with litex)
commit
|
commitdiff
|
tree
2021-04-07
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-07
Tobias Platen
WIP: calculate address of first page table entry
commit
|
commitdiff
|
tree
2021-04-07
Tobias Platen
radixmmu: fix segment_check function and its caller
commit
|
commitdiff
|
tree
2021-04-06
Luke Kenneth...
4k SRAM Instance needs write-enable @ 8-bit width
commit
|
commitdiff
|
tree
2021-04-06
Luke Kenneth...
8-bit granularity on JTAG wishbone
commit
|
commitdiff
|
tree
2021-04-06
Luke Kenneth...
remove unneeded code
commit
|
commitdiff
|
tree
2021-04-06
Staf Verhaegen
soc-cocotb-sim submodule update
commit
|
commitdiff
|
tree
2021-04-06
Tobias Platen
add mmu_states.dia
commit
|
commitdiff
|
tree
2021-04-06
Luke Kenneth...
git submodule update
commit
|
commitdiff
|
tree
2021-04-06
Cesar Strauss
Make the VL loop reentrant in HDL
commit
|
commitdiff
|
tree
2021-04-06
Cesar Strauss
Add a HDL test case, where we start at the middle of...
commit
|
commitdiff
|
tree
2021-04-06
Cesar Strauss
Start the test case from a point where the predicate...
commit
|
commitdiff
|
tree
2021-04-05
Luke Kenneth...
litex submodule update
commit
|
commitdiff
|
tree
2021-04-05
Luke Kenneth...
submodule update
commit
|
commitdiff
|
tree
2021-04-04
Staf Verhaegen
soc-cocotb-sim submodule update
commit
|
commitdiff
|
tree
2021-04-04
Cesar Strauss
Add test case for reentrant VL loop
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Reminder for a possible hardware optimization
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Be more precise when using a one-bit constant
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Fix typo
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Add test case with all mask bits equal to zero
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Add a test case for integer single predication
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Disallow unknown encmodes in SVP64 Assembly
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Enable remaining disabled test cases
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Allow the Simulator to handle back-to-back signaling...
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Signal the simulator when completing a VL loop
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Fix typo
commit
|
commitdiff
|
tree
2021-04-03
Cesar Strauss
Add twin predication test
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
End VL loop as soon as either src/dst step reaches VL
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Fix typo
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Add VEXPAND test case for the ISA Simulator
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Add VCOMPRESS test case for the ISA Simulator
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Put sanity check inside the existing '2Pred' case,...
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Enforce explicit src/dest masks on CR twin-predication
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Disallow mixing of sm=xx and/or dm=xx with m=xx on...
commit
|
commitdiff
|
tree
2021-04-02
Cesar Strauss
Disallow dm=xx on single predication
commit
|
commitdiff
|
tree
next