kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
38 stars 16 forks source link

Update documentation after separating Transactron #767

Open Hazardu opened 1 day ago

Hazardu commented 1 day ago

Transactron was separated to its own repository, and its' tests were migrated alongside it. However, the using scripts section in the docs used the tests that are now not present in coreblocks as examples. https://kuznia-rdzeni.github.io/coreblocks/development-environment.html#using-scripts

The example commands (such as scripts/run_tests.py test_transactions) should be changed into ones that run more than 0 tests.

tilk commented 23 hours ago

Also there should be a howto for modifying Transactron and Coreblocks at the same time.