Skip to content
Snippets Groups Projects
Commit a00bc688 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

Add gitignore and makefile

parent 6694b41d
No related branches found
No related tags found
No related merge requests found
./logical/nic400_sram_chiplet
./logical/nic400_tlx_sram_chiplet
\ No newline at end of file
makefile 0 → 100644
include ./make.cfg
build_sie300_sram_ctrl:
@$(SIE300_IP_LOGICAL_DIR)/generate --config ./socrates/BP301_SRAM/config/SRAM_ctrl.yaml --output ./logical/SMC
build_nic400:
socrates_cli --project sram_chiplet -data ../ --flow build.configured.component configuredComponentName=nic400_sram_chiplet
make_project:
socrates_cli --project sram_chiplet -data ../ --flow AddNewProject
first_time_setup: make_project build_sie300_sram_ctrl
export SOCLABS_SRAM_CHIPLET_DIR=$(pwd)
\ 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