aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make: fix indentHEADmainJohannes Stoelp2024-03-181-1/+1
* port to systemc-3.0.0 betaJohannes Stoelp2024-02-269-46/+4
* cmake: rename systemc files and fix MakefileJohannes Stoelp2023-11-045-8/+8
* add nl for cgit md parserJohannes Stoelp2023-11-041-0/+1
* update readme after systemc cmake integrationJohannes Stoelp2023-11-041-4/+16
* cmake: integrate systemc build into cmake build (offer source/external integr...Johannes Stoelp2023-11-044-43/+92
* add license and readmeJohannes Stoelp2023-11-012-0/+55
* make: add run/% target to build & run a single simulationJohannes Stoelp2023-11-011-0/+4
* cmake: create simulations list instead listing simulation directly in the for...Johannes Stoelp2023-11-012-9/+18
* cmake/make: minor cleanups and fixesJohannes Stoelp2023-11-013-12/+12
* make: if V=1 also make ctest output verboseJohannes Stoelp2023-11-011-2/+3
* lt_bus: add initial support for global bus lockingJohannes Stoelp2023-11-014-30/+349
* make: fix fmt targetJohannes Stoelp2023-10-301-1/+1
* lt_bus: minor renamingsJohannes Stoelp2023-10-301-32/+32
* lt_bus: factor our computation of abs mmap addressJohannes Stoelp2023-10-301-30/+32
* cmake: move test build into own file test/CMakeLists.txtJohannes Stoelp2023-10-303-28/+30
* make: make build default target, link compile commandsJohannes Stoelp2023-10-291-3/+4
* test: add first lt_bus testsJohannes Stoelp2023-10-296-3/+374
* build: enable warnings and fix existing warningsJohannes Stoelp2023-10-297-18/+16
* make: add V parameter to control verbose buildJohannes Stoelp2023-10-291-3/+8
* lt_bus: update example to invalidate full u64 addr range to see limiting by m...Johannes Stoelp2023-10-281-2/+2
* lt_bus: fix addr fixup in dmi invalidation and get dmi ptrJohannes Stoelp2023-10-281-29/+69
* utils: replace std::size_t -> usizeJohannes Stoelp2023-10-272-9/+12
* lt_bus: update example with dmi invalidationJohannes Stoelp2023-10-271-6/+21
* move utils into subfolder and different filesJohannes Stoelp2023-10-2714-174/+218
* lt_bus: add tagged initiator socket and dmi invalidate supportJohannes Stoelp2023-10-271-16/+61
* initially add simple lt_busJohannes Stoelp2023-10-265-3/+386
* make: rename build folder and use cmake cache files as make output/depsJohannes Stoelp2023-08-271-9/+9
* move sources into src/ subdirJohannes Stoelp2023-08-278-4/+4
* sc_export2: update commentsJohannes Stoelp2023-08-081-2/+7
* add some initial playground examples + scripts to buildJohannes Stoelp2023-07-2610-0/+628