Skip to content

Commit

Permalink
testing ipm install and running EF_UART
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Nov 29, 2023
1 parent 16b0e69 commit 0311b46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
23 changes: 1 addition & 22 deletions .github/test_sets/test_sets.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
- scl: sky130A/sky130_fd_sc_hd
name: fastest_test_set
designs:
- inverter
- wbqspiflash
- APU
- s44
- zipdiv
- blink
- name: xtea
config_file: config.tcl
- usb
- usb_cdc_core
- name: latch
config_file: config_good.json
- name: latch
config_file: config_bad.json
- spm
- gcd
- caravel_upw
- io_placer
- test_sram_macro
- manual_macro_placement_test
- aes_user_project_wrapper
- user_proj_timer
- EF_UART
- scl: sky130A/sky130_fd_sc_hd
name: extended_test_set
designs:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
- name: Python Dependencies
run: |
python3 -m pip install -r ./requirements.txt
git clone https://github.com/efabless/IPM.git
cd IPM
python3 -m pip install .
- name: Install IPM designs
run: |
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }};
cd ./test/design
ipm install-deps --ip-root $(pwd)/IPS
- name: Determine If Running Extended Test Set
run: |
export EVENT_NAME=${{ github.event_name }};
Expand Down

0 comments on commit 0311b46

Please sign in to comment.