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
+20
View File
@@ -0,0 +1,20 @@
/*****************************************************************************\
| Copyright (C) 2021-2022 Luke Wren |
| SPDX-License-Identifier: Apache-2.0 |
\*****************************************************************************/
// These really ought to be localparams, but are occasionally needed for
// passing flags around between modules, so are made available as parameters
// instead. It's ugly, but better scope hygiene than the preprocessor. These
// parameters should not be changed from their default values.
parameter W_REGADDR = 5,
parameter W_ALUOP = 6,
parameter W_ALUSRC = 1,
parameter W_MEMOP = 5,
parameter W_BCOND = 2,
parameter W_SHAMT = 5,
parameter W_EXCEPT = 4,
parameter W_MULOP = 3