Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
Accelerator Project
Commits
a7e7a2ee
Commit
a7e7a2ee
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Added aes socsim scripts back in
parent
7aedfbd1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
simulate/socsim/regression_aes128.sh
+31
-0
31 additions, 0 deletions
simulate/socsim/regression_aes128.sh
simulate/socsim/system_aes128.sh
+31
-0
31 additions, 0 deletions
simulate/socsim/system_aes128.sh
soctools_flow
+1
-1
1 addition, 1 deletion
soctools_flow
with
63 additions
and
1 deletion
simulate/socsim/regression_aes128.sh
0 → 100755
+
31
−
0
View file @
a7e7a2ee
#-----------------------------------------------------------------------------
# SoC Labs Simulation script for system level verification
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Contributors
#
# David Mapstone (d.a.mapstone@soton.ac.uk)
#
# Copyright 2023, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
#!/usr/bin/env bash
# Get simulation name from name of script
SIM_NAME
=
`
basename
-s
.sh
"
$0
"
`
# Directory to put simulation files
SIM_DIR
=
$SOCLABS_PROJECT_DIR
/simulate/sim/
$SIM_NAME
# Create Directory to put simulation files
mkdir
-p
$SIM_DIR
cd
$SOCLABS_PROJECT_DIR
/simulate/sim/
$SIM_NAME
# Compile Simulation
# Call makefile in NanoSoC Repo with options
echo
${
2
}
make
-C
$SOCLABS_NANOSOC_TECH_DIR
regression_mti
\
SIM_DIR
=
$SIM_DIR
\
ACCELERATOR
=
yes
\
${
@
:2
}
This diff is collapsed.
Click to expand it.
simulate/socsim/system_aes128.sh
0 → 100755
+
31
−
0
View file @
a7e7a2ee
#-----------------------------------------------------------------------------
# SoC Labs Simulation script for system level verification
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Contributors
#
# David Mapstone (d.a.mapstone@soton.ac.uk)
#
# Copyright 2023, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
#!/usr/bin/env bash
# Get simulation name from name of script
SIM_NAME
=
`
basename
-s
.sh
"
$0
"
`
# Directory to put simulation files
SIM_DIR
=
$SOCLABS_PROJECT_DIR
/simulate/sim/
$SIM_NAME
# Create Directory to put simulation files
mkdir
-p
$SIM_DIR
cd
$SOCLABS_PROJECT_DIR
/simulate/sim/
$SIM_NAME
# Compile Simulation
# Call makefile in NanoSoC Repo with options
echo
${
2
}
make
-C
$SOCLABS_NANOSOC_TECH_DIR
run_mti
\
SIM_DIR
=
$SIM_DIR
\
ACCELERATOR
=
yes
\
${
@
:2
}
This diff is collapsed.
Click to expand it.
soctools_flow
@
53dcd2f0
Compare
ccf4e4fb
...
53dcd2f0
Subproject commit
ccf4e4fbbf8c555cb5b8bf4e624c03f57052918d
Subproject commit
53dcd2f07e622f2d7de5b8158a88cfff0a10e28e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment