Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
Platform-independent core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Platform-independent core collection
Commits
631c62f8
Commit
631c62f8
authored
Jan 16, 2023
by
kblantos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed common error in run.sh scripts for axi/
parent
c4c5418c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
run.sh
testbench/axi/axi4lite32_axi4full64_bridge/run.sh
+2
-2
run.sh
testbench/axi/axi4lite_axi4full_bridge/run.sh
+2
-2
run.sh
testbench/axi/axi4lite_wb_bridge/run.sh
+2
-2
run.sh
testbench/axi/z7_axi_gpio_expander/run.sh
+2
-2
No files found.
testbench/axi/axi4lite32_axi4full64_bridge/run.sh
View file @
631c62f8
#!/bin/bash -e
# SPDX-FileCopyrightText: 2023 CERN (home.cern)
#
# SPDX-License-Identifier: CERN-OHL-W-2.0+
#!/bin/bash -e
#This is a simple script to run simulations in GHDL
TB
=
tb_axi4lite32_axi4full64_bridge
...
...
testbench/axi/axi4lite_axi4full_bridge/run.sh
View file @
631c62f8
#!/bin/bash -e
# SPDX-FileCopyrightText: 2023 CERN (home.cern)
#
# SPDX-License-Identifier: CERN-OHL-W-2.0+
#!/bin/bash -e
#This is a simple script to run simulations in GHDL
TB
=
tb_axi4lite_axi4full_bridge
...
...
testbench/axi/axi4lite_wb_bridge/run.sh
View file @
631c62f8
#!/bin/bash -e
# SPDX-FileCopyrightText: 2023 CERN (home.cern)
#
# SPDX-License-Identifier: CERN-OHL-W-2.0+
#!/bin/bash -e
#This is a simple script to run simulations in GHDL
TB
=
tb_xaxi4lite_wb_bridge
...
...
testbench/axi/z7_axi_gpio_expander/run.sh
View file @
631c62f8
#!/bin/bash -e
# SPDX-FileCopyrightText: 2023 CERN (home.cern)
#
# SPDX-License-Identifier: CERN-OHL-W-2.0+
#!/bin/bash -e
#This is a simple script to run simulations in GHDL
TB
=
sim_top_ps_gpio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment