chore: vendor pinned offline simulation sources

This commit is contained in:
2026-07-22 17:27:10 +02:00
parent 10a8be72e3
commit a535df957d
105 changed files with 18734 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Set up root paths used by Makefiles (there is a lot of cross-referencing,
# e.g. tests referencing the HDL directory). This .mk file is
# (eventually) included by every Makefile in the project.
PROJ_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
HDL := $(PROJ_ROOT)/hdl
SCRIPTS := $(PROJ_ROOT)/scripts