We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc3258 commit 8a9125aCopy full SHA for 8a9125a
.github/workflows/test.yml
@@ -395,11 +395,14 @@ jobs:
395
CMAKE_PARAMS: '-DSYNLIG_SYSTEMVERILOG=ON'
396
NUM_PROC: ${{ steps.cpu-cores.outputs.count }}
397
run: |
398
- git submodule sync --recursive # Sync submodules
399
- git submodule update --init --recursive # Ensure they are initialized & updated'
400
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
401
./.github/scripts/build.sh
402
./run_reg_test.py vtr_reg_system_verilog -show_failures -j${{ steps.cpu-cores.outputs.count}}
+
+ - name: Check Synlig Installation Path
403
+ run: |
404
+ echo "Checking installed Synlig binary..."
405
+ ls -l /home/runner/work/vtr-verilog-to-routing/vtr-verilog-to-routing/build/bin/synlig_install/usr/local/bin/
406
407
ODINII:
408
name: 'ODIN-II Basic Test'
0 commit comments