Skip to content

Secure-Embedded-Systems/capri1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1) Build a test program

make PROGRAM=verifyPIN_0_opt verifyPIN_0_opt/verifyPIN_0_opt.bin

2) Simulate RTL

make chip_sim_rtl PROGRAM=verifyPIN_0_opt.bin

3) Synthesize with scan, Place & route

make syn_dft; make layout

4) Bring-up

cd test/

Configuration

  1. ./prep_pins.sh
  2. openocd -f rpi3_gpio.cfg -f capri1_target.cfg; init; reset halt;
  3. reset.tcl(when DM halt hart fails to responded)

cd v1/

Capture : map and group

  1. python3 scan_chain_capture_10cc.py
  2. python3 map_and_group_script.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published