2021-06-20 |
Tobias Platen | update test_ldst_pi.py |
commit | commitdiff | tree |
2021-06-18 |
Tobias Platen | uncomment test_dcache_random |
commit | commitdiff | tree |
2021-06-18 |
Tobias Platen | src/soc/fu/ldst/loadstore.py: keep data for the whole... |
commit | commitdiff | tree |
2021-06-14 |
Tobias Platen | update testcase for ldst |
commit | commitdiff | tree |
2021-06-10 |
Luke Kenneth... | whoops Popcount datalen too big (wasted bits). reduce |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | git submodule update |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | disconnect pll clock, connected in peripheral interconnect |
commit | commitdiff | tree |
2021-06-09 |
Luke Kenneth... | add in/out of ref_clk and pllclk_clk when PLL enabled |
commit | commitdiff | tree |
2021-06-06 |
Cesar Strauss | Start a new self-contained test suite for LDSTCompUnit |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | comment out domains that have already been created |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | no, do not assign clock to clock! |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | rename ref to ref_v in PLL due to ref being a verilog... |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | sort out PLL domains but bypass PLL due to lack of... |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | use DomainRenamer on all sub-components of TestIssuer |
commit | commitdiff | tree |
2021-06-03 |
Luke Kenneth... | make core_rst a member of TestIssuerInternal |
commit | commitdiff | tree |
2021-06-01 |
Tobias Platen | test_ldst_pi.py: add new test case |
commit | commitdiff | tree |
2021-05-29 |
Tobias Platen | test_ldst_pi.py: first version of test_dcache_random() |
commit | commitdiff | tree |
2021-05-29 |
Tobias Platen | test_ldst_pi.py: more test_dcache_regression() |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | adjust PLL connections looking for coriolis2 issue |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | corrections on spblock ack |
commit | commitdiff | tree |
2021-05-27 |
Luke Kenneth... | classic wishbone mode: must not do ack if already acked |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | arse. PLL test_issuer clk_sel_i accidentally only 1... |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | remove err feature from sram4k wb |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | add ldst PortInterface misalign unit test (underway) |
commit | commitdiff | tree |
2021-05-26 |
Luke Kenneth... | rename PLL signals |
commit | commitdiff | tree |
2021-05-25 |
Tobias Platen | test_ldst_pi.py: fix race condition causing early stop |
commit | commitdiff | tree |
2021-05-25 |
Tobias Platen | wait_ldok: add debug output count |
commit | commitdiff | tree |
2021-05-24 |
Luke Kenneth... | whoops sort out name of SPBlock RAM |
commit | commitdiff | tree |
2021-05-24 |
Luke Kenneth... | change name of submodule to real_pll |
commit | commitdiff | tree |
2021-05-24 |
Luke Kenneth... | match up PLL names |
commit | commitdiff | tree |
2021-05-22 |
Cesar Strauss | Remove redundant build step |
commit | commitdiff | tree |
2021-05-22 |
Cesar Strauss | Include missing step in automated build |
commit | commitdiff | tree |
2021-05-22 |
Cesar Strauss | Move the reset code outside of the sub-test |
commit | commitdiff | tree |
2021-05-22 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2021-05-22 |
Luke Kenneth... | update PLL to use Instance |
commit | commitdiff | tree |
2021-05-15 |
Tobias Platen | test_ldst_pi.py: add dcache regression and random test... |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add radix MMU "miss" test |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | clear out request data on return to idle |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | sort out LoadStore1 misalignment FSM, also required... |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | remove minerva units previously missed in cleanout |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add misaligned load through MMU (which is incorrectly... |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | minor rework of wb_get, make generic |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | added STORE test in test_ldst_pi.py, and it worked... |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | update comments in issuer.py regarding a 4th FSM |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | yet more debug log stuff for DCache, this time on Cache... |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | fix wb_get error where data was being corrupted |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | add read at different locations in test_ldst_pi.py |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | add some data for MMU to actually look up |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | ha, hilarious: swapped TLBUpdate output sizes db_out... |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | whoops TLBIE must *clear* the valid bit not set it... |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | more debug Display in dcache.py |
commit | commitdiff | tree |
2021-05-13 |
Luke Kenneth... | putting in a lot more debug print statements in DCache... |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | add dcache tlb / pte test |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | set m_out.load from ldst_r(egister) in LoadStore1 |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | move dcache unit test to separate test_dcache.py |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | experimentation with MMU-enabled LoadStore1 through... |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | add debug info, update comments, disable dcache in... |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | start doing virtual memory queries via PortInterface... |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | whoops missing default zero (no idea how) |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | addcomments for MMU PortInterface test (how it, um... |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | bit of a hack to get test_mmu_dcache_pi.py operational. |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-05-12 |
Luke Kenneth... | no need for sel0 |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | pass through MSR.PR through PortInterface, into LoadStore1 |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | connect MSR.PR to PortInterface in LDSTCompUnit |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | add msr_pr bit in PortInterface |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | add MSR to LD/ST Input Record |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | comment tidyup |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | must also pass through instruction fault exception... |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | whoops names changed in MMU FSM |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | tidyup comments and remove LoadStore COMPLETE state |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | cleanup on exception setting |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | rename LoadStore1 data structures back to microwatt... |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | add block for MMU activation to LoadStore1 |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | move LoadStore1 d_validblip setting, and get MMU_LOOKUP... |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | whoops, indentation issue on m.If/m.Else in dcache.py |
commit | commitdiff | tree |
2021-05-10 |
Tobias Platen | style-wise: use ~self.instr_fault not self.instr_fault==0 |
commit | commitdiff | tree |
2021-05-10 |
Tobias Platen | LoadStore1: add rules for MMU_LOOKUP |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | add links to set associative image, and bugreport |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add comments on translation of MMU_LOOKUP |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | install MMU_LOOKUP vhdl to be translated to nmigen |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | move (unused) ACK_WAIT code into FSM |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add comments in LoadStore1 |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | remove invalid setting of d_in.valid from self.mmureq |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | no SECOND_REQ |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | remove SECOND_REQ |
commit | commitdiff | tree |
2021-05-09 |
Tobias Platen | src/soc/fu/ldst/loadstore.py drive output d_in.valid |
commit | commitdiff | tree |
2021-05-09 |
Tobias Platen | move skeleton to elaborate |
commit | commitdiff | tree |
2021-05-09 |
Tobias Platen | src/soc/fu/ldst/loadstore.py: add skeleton for fsm |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add comment about LD/ST exception needs copying into... |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | run LD/ST Exception test case for MMU |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add MMU bugtracker link |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | git submodule update |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | update code-comments |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add in alignment exception capture/reporting in LoadStore1 |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | preference is to create a temp variable for comb and... |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add misalign flag to PortInterfaceBase |
commit | commitdiff | tree |
2021-05-08 |
Luke Kenneth... | LoadStore1 tidyup |
commit | commitdiff | tree |
2021-05-08 |
Luke Kenneth... | transferring more over to LoadStore FSM |
commit | commitdiff | tree |
2021-05-08 |
Luke Kenneth... | start putting state info into LoadStore1, slowly puttin... |
commit | commitdiff | tree |
next |