Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Secworks SHA256 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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SoCLabs
Secworks SHA256 Project
Commits
52d6d3f6
Commit
52d6d3f6
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Updated environment variable paths
parent
484a78e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
env/dependency_env.sh
+5
-5
5 additions, 5 deletions
env/dependency_env.sh
with
5 additions
and
5 deletions
env/dependency_env.sh
+
5
−
5
View file @
52d6d3f6
...
...
@@ -18,23 +18,23 @@
export
SECWORKS_SHA2_TECH_DIR
=
"
$PROJECT_DIR
/secworks-sha256"
# Accelerator Wrapper
export
WRAPPER_TECH_DIR
=
"
$PROJECT_DIR
/accelerator
-
wrapper"
export
WRAPPER_TECH_DIR
=
"
$PROJECT_DIR
/accelerator
_
wrapper
_tech
"
# NanoSoC
export
NANOSOC_TECH_DIR
=
"
$PROJECT_DIR
/nanosoc"
export
NANOSOC_TECH_DIR
=
"
$PROJECT_DIR
/nanosoc
_tech
"
# FPGA Libraries
export
FPGA_LIB_TECH_DIR
=
"
$PROJECT_DIR
/fpga
-
lib"
export
FPGA_LIB_TECH_DIR
=
"
$PROJECT_DIR
/fpga
_
lib
_tech
"
# Generic Libraries
export
GENERIC_LIB_TECH_DIR
=
"
$PROJECT_DIR
/generic
-
lib"
export
GENERIC_LIB_TECH_DIR
=
"
$PROJECT_DIR
/generic
_
lib
_tech
"
#-----------------------------------------------------------------------------
# Flows
#-----------------------------------------------------------------------------
# CHIPKIT - Register Generation
export
CHIPKIT_FLOW_DIR
=
"
$PROJECT_DIR
/
CHIPKIT
"
export
CHIPKIT_FLOW_DIR
=
"
$PROJECT_DIR
/
chipkit
"
# SoCSim - Basic Simulation Flow Wrapper
export
SOCSIM_FLOW_DIR
=
"
$PROJECT_DIR
/socsim"
\ No newline at end of file
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