Skip to content

Commit 33ba157

Browse files
committed
[env] update requirements.txt and setenv.sh
Updated requirements.txt to python-constraint==1.3.1. Added CALIPTRA_PRIM_MODULE_PREFIX and CALIPTRA_PRIM_ROOT exports to setenv.sh. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
1 parent 0207bc4 commit 33ba157

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pytest-html==4.1.1
7979
pytest-md==0.2.0
8080
pytest-metadata==3.1.1
8181
pytest-timeout==2.3.1
82-
python-constraint==1.4.0
82+
python-constraint==1.3.1
8383
python-dateutil==2.9.0.post0
8484
python-markdown-math==0.8
8585
pyuvm==2.9.1

setenv.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ fi
99
# Useful for running tests directly in verification/block
1010
export I3C_ROOT_DIR=$( cd "$( dirname "$script_path" )" &> /dev/null && pwd )
1111
export CALIPTRA_ROOT=${I3C_ROOT_DIR}/third_party/caliptra-rtl
12+
13+
export CALIPTRA_PRIM_MODULE_PREFIX=caliptra_prim_generic
14+
export CALIPTRA_PRIM_ROOT=${CALIPTRA_ROOT}/src/caliptra_prim_generic

0 commit comments

Comments
 (0)