finished remaining hdl items
[soc.git] / src / soc / simple /
2021-09-09 klehmanfinished remaining hdl items
2021-09-09 klehmanHDL int reg added
2021-09-09 klehmanmore sim class registers add
2021-09-08 Cesar StraussMonitor exceptions, re-decoding the instruction in...
2021-09-08 klehmaninitial commit of sim state class
2021-09-08 Cesar StraussMonitor the exception input to PowerDecoder2
2021-09-07 Luke Kenneth Casso... fun fixing of get_core_hdl_regs, "yield from"
2021-09-07 Luke Kenneth Casso... move functions to above where they are called
2021-09-07 klehmanbreakout of register collection and compare
2021-09-07 Cesar StraussFix typo.
2021-09-07 Luke Kenneth Casso... add TODO code-comments
2021-09-07 Luke Kenneth Casso... whitespace, add bug ref number to test API
2021-08-29 Luke Kenneth Casso... unnecessary signal rename ivalid_i to ii_valid (reverting)
2021-08-24 Luke Kenneth Casso... replace data_o with o_data and data_i with i_data as...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2021-08-17 Cesar StraussEnable LD/ST exception test case
2021-08-16 Cesar StraussAdjust PortInterface traces according to MMU option
2021-08-16 Tobias Platenadd WIP DCBZTestCase
2021-08-01 Jonathan Neuschäferimport setup_i_memory from soc.simple.test.test_runner
2021-08-01 Jonathan Neuschäfersoc.simple.test: Rename setup_test_memory to avoid...
2021-07-24 Tobias Platenadd test_issuer_dcache.py
2021-07-15 Luke Kenneth Casso... update TestRunner, SVSTATE is now a class that inherits...
2021-07-14 Luke Kenneth Casso... update SVSTATE to 64 bit length (fortunately very easy)
2021-07-12 Luke Kenneth Casso... use standard create_pdecode in TestRunner
2021-07-12 Luke Kenneth Casso... use default decoder, do not pass one in.
2021-07-11 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-07-10 Cesar StraussShow some usage of PortInterface in action
2021-06-24 Luke Kenneth Casso... propagate new use_svp64_ldst_dec mode through TestCore...
2021-06-24 Luke Kenneth Casso... add an explicit PowerDecoder.is_svp64_mode flag to...
2021-06-09 Luke Kenneth Casso... disconnect pll clock, connected in peripheral interconnect
2021-06-09 Luke Kenneth Casso... add in/out of ref_clk and pllclk_clk when PLL enabled
2021-06-03 Luke Kenneth Casso... comment out domains that have already been created
2021-06-03 Luke Kenneth Casso... no, do not assign clock to clock!
2021-06-03 Luke Kenneth Casso... sort out PLL domains but bypass PLL due to lack of...
2021-06-03 Luke Kenneth Casso... use DomainRenamer on all sub-components of TestIssuer
2021-06-03 Luke Kenneth Casso... make core_rst a member of TestIssuerInternal
2021-05-27 Luke Kenneth Casso... adjust PLL connections looking for coriolis2 issue
2021-05-26 Luke Kenneth Casso... arse. PLL test_issuer clk_sel_i accidentally only 1...
2021-05-26 Luke Kenneth Casso... remove err feature from sram4k wb
2021-05-26 Luke Kenneth Casso... rename PLL signals
2021-05-24 Luke Kenneth Casso... match up PLL names
2021-05-22 Cesar StraussMove the reset code outside of the sub-test
2021-05-22 Luke Kenneth Casso... update PLL to use Instance
2021-05-13 Luke Kenneth Casso... update comments in issuer.py regarding a 4th FSM
2021-05-12 Luke Kenneth Casso... bit of a hack to get test_mmu_dcache_pi.py operational.
2021-05-10 Luke Kenneth Casso... add block for MMU activation to LoadStore1
2021-05-09 Luke Kenneth Casso... add comments in LoadStore1
2021-05-09 Luke Kenneth Casso... add comment about LD/ST exception needs copying into...
2021-05-09 Luke Kenneth Casso... run LD/ST Exception test case for MMU
2021-05-07 Luke Kenneth Casso... how we managed to get this far without noticing that...
2021-05-07 Luke Kenneth Casso... whoops setup of core.sv_pred_sm/dm not indented and...
2021-05-06 Luke Kenneth Casso... whoops disabled tests agaaaaain
2021-05-06 Luke Kenneth Casso... pass relevant predicate mask bits through to Decoders...
2021-05-06 Luke Kenneth Casso... add in predicate mask bit detection when zeroing is...
2021-05-06 Luke Kenneth Casso... pass SVP64 ReMap field through to core and then on...
2021-05-06 Luke Kenneth Casso... moved exts* SVP64 unit tests to a different location
2021-05-05 Luke Kenneth Casso... whoops wrong signal name, set exc_happened
2021-05-04 Luke Kenneth Casso... whoops disabled some test_issuer group tests
2021-05-04 Luke Kenneth Casso... new fast3 needs to be remapped to fast1 port in "reduce...
2021-05-04 Luke Kenneth Casso... add TODO comments and cross-reference to bug
2021-05-04 Luke Kenneth Casso... note a way to see if an exception happened, in TestIssuer
2021-05-04 Luke Kenneth Casso... code-comments for LDSTCompUnit
2021-05-01 Luke Kenneth Casso... enable issuer_verilog.py to generate new MMU/DCache...
2021-05-01 Luke Kenneth Casso... send a DMI RESET at the end of the test.
2021-05-01 Luke Kenneth Casso... store data in microwatt dcache goes in one cycle AFTER...
2021-05-01 Luke Kenneth Casso... add LD/ST cases to MMU, which should all still work
2021-05-01 Luke Kenneth Casso... add MMUTestCaseROM
2021-05-01 Luke Kenneth Casso... use new AllFunctionUnits.get_fu function
2021-05-01 Luke Kenneth Casso... use SPRreduced to match PowerDecoder2
2021-04-30 Luke Kenneth Casso... add a TestSRAM variant of LoadStore1, for being able...
2021-04-30 Luke Kenneth Casso... add basic test_issuer_mmu.py
2021-04-30 Luke Kenneth Casso... add option to use new mmu_cache_wb ConfigMemoryPortInte...
2021-04-30 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=635
2021-04-30 Luke Kenneth Casso... better reporting on gpr comparisons
2021-04-30 Luke Kenneth Casso... set up LoadStore1 in ConfigMemoryPortInterface and...
2021-04-25 Cesar StraussShift-out skipped mask bits for both crpred and intpred
2021-04-24 Luke Kenneth Casso... whitespace
2021-04-23 Luke Kenneth Casso... add comments on TestIssuer TestRunner
2021-04-23 Luke Kenneth Casso... comment tests back in
2021-04-23 Luke Kenneth Casso... error in setting fast regs test values
2021-04-23 Luke Kenneth Casso... import from openpower.tests
2021-04-23 Luke Kenneth Casso... use openpower.test.common
2021-04-23 Luke Kenneth Casso... move more files to openpower-isa
2021-04-23 Luke Kenneth Casso... more openpower-isa conversion
2021-04-23 Luke Kenneth Casso... correct migration of openpower-isa
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2021-04-22 Cesar StraussImplement CR predication
2021-04-21 Cesar StraussCR sub-fields are stored in MSB0 order
2021-04-21 Tobias Platentestcase: pass PRTBL to mmu
2021-04-21 Cesar StraussFix sense of "invert" signal
2021-04-20 Luke Kenneth Casso... add enable MMU option to issuer_verilog.py
2021-04-18 Luke Kenneth Casso... create signal on test_issuer which gives PLL clk_sel_i...
2021-04-18 Luke Kenneth Casso... rename PLL pins to match LIP6.fr PLL
2021-04-18 Luke Kenneth Casso... core_stopped_i unused: remove
2021-04-17 Cesar StraussImplement 1<<r3 directly by a shift
2021-04-10 Cesar StraussImplement 1<<r3 predicate mode
2021-04-09 Luke Kenneth Casso... test firmware upload program needed to branch back...
2021-04-08 Luke Kenneth Casso... sort out pc reset when DMI interface requests reset
2021-04-06 Cesar StraussMake the VL loop reentrant in HDL
2021-04-03 Cesar StraussReminder for a possible hardware optimization
next