Skip to content

Commit

Permalink
Added rggen_macro vh to include list
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <[email protected]>
  • Loading branch information
aignacio committed Jun 19, 2022
1 parent 9263f41 commit 3772140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8','3.9']
python-version: ['3.8']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions tb/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class cfg_const:
CSR_RGGEN_DIR = os.path.join(TESTS_DIR,"../../csr_out/")
INC_DIR = [f'{RTL_DIR}inc',f'{RGGEN_V_DIR}']
VERILOG_SOURCES = [] # The sequence below is important...
VERILOG_SOURCES = VERILOG_SOURCES + glob.glob(f'{RGGEN_V_DIR}/rggen_rtl_macros.vh',recursive=True)
VERILOG_SOURCES = VERILOG_SOURCES + glob.glob(f'{RTL_DIR}inc/*.sv',recursive=True)
VERILOG_SOURCES = VERILOG_SOURCES + glob.glob(f'{RTL_DIR}inc/*.svh',recursive=True)
VERILOG_SOURCES = VERILOG_SOURCES + glob.glob(f'{RTL_DIR}**/*.sv',recursive=True)
Expand Down

0 comments on commit 3772140

Please sign in to comment.