Skip to content

Commit

Permalink
Removed the "stub" option from the gf180mcu Makefile because this
Browse files Browse the repository at this point in the history
is a work in progress and should not have been committed.
  • Loading branch information
RTimothyEdwards committed Jul 25, 2023
1 parent a033a10 commit 405227f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gf180mcu/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ digital-9t5v0-%:
-lef cells/*/*.lef annotate compile-only \
filter=custom/scripts/fix_digital_lef.py \
-verilog models/*/*.v compile-only rename=primitives \
-verilog cells/*/*.v exclude=*.*.v,primitives.v stub \
-verilog cells/*/*.v exclude=*.*.v,primitives.v \
compile-only filter=custom/scripts/inc_verilog.py \
-library digital gf180mcu_fd_sc_mcu9t5v0 2>&1 | \
tee -a ${GF180MCU$*}_make.log
Expand Down Expand Up @@ -1083,7 +1083,7 @@ digital-7t5v0-%:
-lef cells/*/*.lef annotate compile-only \
filter=custom/scripts/fix_digital_lef.py \
-verilog models/*/*.v compile-only rename=primitives \
-verilog cells/*/*.v exclude=*.*.v,primitives.v stub \
-verilog cells/*/*.v exclude=*.*.v,primitives.v \
compile-only filter=custom/scripts/inc_verilog.py \
-library digital gf180mcu_fd_sc_mcu7t5v0 2>&1 | \
tee -a ${GF180MCU$*}_make.log
Expand Down

0 comments on commit 405227f

Please sign in to comment.