initial commit for open source NoC IP
This commit is contained in:
11
rtl/util/commoncell/env/sourceme
vendored
Normal file
11
rtl/util/commoncell/env/sourceme
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
CURDIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd )
|
||||
|
||||
PROJ_ROOT=$CURDIR/../
|
||||
|
||||
PICO_PATH=$PROJ_ROOT/tools/pico/
|
||||
|
||||
export PROJ_ROOT
|
||||
|
||||
export PATH=$PICO_PATH:$PATH
|
||||
Reference in New Issue
Block a user