Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / simple / test /
2021-09-25 Luke Kenneth Casso... more TODO comments
2021-09-25 Luke Kenneth Casso... move coresync clock synchronisation into HDLRunner
2021-09-25 Luke Kenneth Casso... whoops missed one function which should be a yield...
2021-09-25 Luke Kenneth Casso... use yield from on StateRunners
2021-09-25 Las SafinMerge remote-tracking branch 'upstream/master' into pr
2021-09-25 Luke Kenneth Casso... add comments, remove unneeded code
2021-09-25 Luke Kenneth Casso... move pc_i and svstate_i to HDLRunner
2021-09-25 klehmanadd end_test, minor cleanup, added hdlrun.cleanup(...
2021-09-25 klehmanmoved pc_i and sv_state to constructor, remove hdl_stat...
2021-09-25 klehmanchange over run_hdl_state to TestRunner class
2021-09-25 Luke Kenneth Casso... add dummy call to simrun and end_test()
2021-09-25 Luke Kenneth Casso... code-comments and dummy functions
2021-09-25 Luke Kenneth Casso... move contents of run_sim_state into SimRunner run_test...
2021-09-25 Luke Kenneth Casso... add a SimRunner prepare_for_test and run_test function
2021-09-25 klehmanstart of HDLRunner
2021-09-24 Luke Kenneth Casso... create initial SimRunner
2021-09-24 Luke Kenneth Casso... add shiftrot2 tests to test_issuer.py
2021-09-23 Luke Kenneth Casso... move pc_i and svstate_i inside if self.run_hdl
2021-09-23 Luke Kenneth Casso... more comments
2021-09-23 Luke Kenneth Casso... add in a stack of comments for identifying match-points...
2021-09-23 Luke Kenneth Casso... add option to run ISACaller Sim (or not)
2021-09-23 Luke Kenneth Casso... add a new run_hdl parameter to TestRunner
2021-09-22 Luke Kenneth Casso... completely borked python segfault, workaround to copy...
2021-09-22 Luke Kenneth Casso... add test of expected results against last sim state
2021-09-22 Luke Kenneth Casso... whoops broken run_sim_state function
2021-09-22 Luke Kenneth Casso... split out HDL from Simulator into separate functions
2021-09-22 Luke Kenneth Casso... split out HDL test from Simulator test,
2021-09-22 Luke Kenneth Casso... alter setup_tst_memory to take a test.mem rather than...
2021-09-22 Luke Kenneth Casso... whoops forgot to do with self.subTest()
2021-09-21 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-09-21 klehmanchanged test_runner to use state mem compare
2021-09-21 klehmanchanged over to use state mem compare
2021-09-21 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-09-21 Luke Kenneth Casso... convert HDLState.get_mem() to a dictionary of memory...
2021-09-20 Luke Kenneth Casso... use get_l0_mem in HDLState to get memory data
2021-09-18 Luke Kenneth Casso... allow individual unit tests to be named in test_issuer.py
2021-09-18 Luke Kenneth Casso... always store full memory state (including zeros)
2021-09-18 klehmanadded get_mem
2021-09-17 Luke Kenneth Casso... update comments
2021-09-16 Luke Kenneth Casso... moving teststate_check_regs written by klehman into...
2021-09-15 isengaaraMerge branch 'master' of ssh://git.libre-riscv.org...
2021-09-14 Luke Kenneth Casso... convert to using TestState and State after moving to...
2021-09-14 klehmanfactory add and intro doc string
2021-09-12 Luke Kenneth Casso... use log instead of print
2021-09-12 Luke Kenneth Casso... code comments
2021-09-12 Luke Kenneth Casso... create new function teststate_check_regs which is calle...
2021-09-12 klehmanchanges to utilize full teststate class
2021-09-12 klehmanadded compare function
2021-09-12 klehmanadded factory function for test class creation
2021-09-10 klehmanimplement base class in state class
2021-09-10 klehmanchanges made to utilize teststate class
2021-09-09 klehmanmade sim into generators and some uniformity changes
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-11 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-07-10 Cesar StraussShow some usage of PortInterface in action
2021-05-22 Cesar StraussMove the reset code outside of the sub-test
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... 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-06 Luke Kenneth Casso... whoops disabled tests agaaaaain
2021-05-06 Luke Kenneth Casso... add in predicate mask bit detection when zeroing is...
2021-05-06 Luke Kenneth Casso... moved exts* SVP64 unit tests to a different location
2021-05-04 Luke Kenneth Casso... whoops disabled some test_issuer group tests
2021-05-04 Luke Kenneth Casso... code-comments for LDSTCompUnit
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
next