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
f68b47c9
Commit
f68b47c9
authored
2 years ago
by
David Mapstone
Browse files
Options
Downloads
Patches
Plain Diff
SOC1-124
: Moved Simulation script to top-level and updated subrepos
parent
d95ad34a
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
accelerator-wrapper
+1
-1
1 addition, 1 deletion
accelerator-wrapper
simulate/socsim/wrapper_sha256_hashing_stream.sh
+16
-0
16 additions, 0 deletions
simulate/socsim/wrapper_sha256_hashing_stream.sh
socsim
+1
-1
1 addition, 1 deletion
socsim
with
18 additions
and
2 deletions
accelerator-wrapper
@
89c27574
Compare
ed24acbb
...
89c27574
Subproject commit
ed24acbb029a15213b628101f59c3e05d22c86c0
Subproject commit
89c275741c13d77d87eff97825677bbb4d444bb4
This diff is collapsed.
Click to expand it.
simulate/socsim/wrapper_sha256_hashing_stream.sh
0 → 100755
+
16
−
0
View file @
f68b47c9
#-----------------------------------------------------------------------------
# SoC Labs icarus verilog simulation script for engine testbench
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Contributors
#
# David Mapstone (d.a.mapstone@soton.ac.uk)
#
# Copyright 2022, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
#!/usr/bin/env bash
mkdir
-p
$SOC_TOP_DIR
/simulate/sim/
iverilog
-c
$ACC_WRAPPER_DIR
/flist/accelerator_wrapper.flist
-c
$ACC_WRAPPER_DIR
/flist/ahb_ip.flist
-c
$ACC_ENGINE_DIR
/flist/
*
.flist
-I
$ACC_WRAPPER_DIR
/hdl/verif/
-I
$ACC_WRAPPER_DIR
/hdl/verif/submodules
-I
$ACC_WRAPPER_DIR
/hdl/src/
-I
$ACC_ENGINE_DIR
/hdl/src/
-g2012
-o
$SOC_TOP_DIR
/simulate/sim/wrapper_sha256_hashing_stream.vvp
$ACC_WRAPPER_DIR
/hdl/verif/tb_wrapper_sha256_hashing_stream.sv
cd
$SOC_TOP_DIR
/simulate/sim/
&&
vvp wrapper_sha256_hashing_stream.vvp +STIMFILE
=
$ACC_WRAPPER_DIR
/simulate/stimulus/ahb_input_hash_stim.m2d
\ No newline at end of file
This diff is collapsed.
Click to expand it.
socsim
@
f14cbe8a
Compare
55fae46b
...
f14cbe8a
Subproject commit
55fae46b24cd1ec6e93347e553ad3d5e88fc0064
Subproject commit
f14cbe8a2f6124b6bca3a6b23b5e735b715458b7
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