Skip to content
Snippets Groups Projects
Commit 52d6d3f6 authored by dam1n19's avatar dam1n19
Browse files

Updated environment variable paths

parent 484a78e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment