Skip to content

Commit

Permalink
install feed_logic_ templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Feb 12, 2025
1 parent 3b439c8 commit 0472d88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ sim_DEPEND_DIRS = configure src
DIRS += common/wf/Db
common/wf/Db_DEPEND_DIRS = configure

DIRS += common/logic/Db
common/logic/Db_DEPEND_DIRS = configure

DIRS += common/wf/opi
common/wf/opi_DEPEND_DIRS = configure

Expand Down
18 changes: 18 additions & 0 deletions common/logic/Db/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
TOP=../../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE

DB += feed_logic_array_mask.template
DB += feed_logic_decim.template
DB += feed_logic_fanout.template
DB += feed_logic_pair_power.template
DB += feed_logic_pair.template
DB += feed_logic_read.template
DB += feed_logic_signal.template
DB += feed_logic_stats.template
DB += feed_logic_trigger.template

include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE

0 comments on commit 0472d88

Please sign in to comment.