Skip to content

Commit

Permalink
Merge branch 'main' of github.com:os-fpga/Raptor_Tools into reconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadmehmood committed Jan 25, 2024
2 parents 9f3c715 + a467ca6 commit 5d51139
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gate_level_readers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY_VERIFIC_RS }}

- name: Checkout code
uses: actions/[email protected]
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY_VERIFIC_RS }}

- name: Checkout code
uses: actions/[email protected]
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/surelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY_VERIFIC_RS }}

- name: Setup Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -61,7 +55,7 @@ jobs:
;
- name: Install dependencies
run:
run: |
sudo apt-get install cmake build-essential g++-11 gcc-11 tclsh tcl-dev tcllib cmake
- name: Synlig_GHDL_Plugins_Ubuntu
if: matrix.mode == 'basic_test'
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "Device_Modeling/external/googletest"]
path = Device_Modeling/external/googletest
url = git@github.com:google/googletest.git
url = https://github.com/google/googletest.git
[submodule "Device_Modeling/external/spdlog"]
path = Device_Modeling/external/spdlog
url = git@github.com:gabime/spdlog.git
url = https://github.com/gabime/spdlog.git
[submodule "Device_Modeling/external/exprtk"]
path = Device_Modeling/external/exprtk
url = git@github.com:ArashPartow/exprtk.git
url = https://github.com/ArashPartow/exprtk.git
[submodule "graph_parttion/mt-kahypar"]
path = graph_partition/mt-kahypar
url = https://github.com/kahypar/mt-kahypar.git
Expand Down

0 comments on commit 5d51139

Please sign in to comment.