add user_id back

This commit is contained in:
jeffdi 2023-06-07 17:08:10 -07:00
parent b022bdf8b9
commit e64f948e7d
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ __openframe:
property LEFview true; \ property LEFview true; \
property GDS_FILE $(UPRJ_ROOT)/gds/openframe_project_wrapper.gds; \ property GDS_FILE $(UPRJ_ROOT)/gds/openframe_project_wrapper.gds; \
property GDS_START 0; \ property GDS_START 0; \
load $(UPRJ_ROOT)/mag/user_id_programming; \
load $(UPRJ_ROOT)/mag/user_id_textblock; \
load $(CARAVEL_ROOT)/maglef/simple_por; \ load $(CARAVEL_ROOT)/maglef/simple_por; \
load caravel_openframe -dereference; \ load caravel_openframe -dereference; \
select top cell; \ select top cell; \