Skip to content

Commit

Permalink
re-org file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Aug 6, 2024
1 parent 40e4e5d commit 4b4b72d
Show file tree
Hide file tree
Showing 6 changed files with 4,677 additions and 4,446 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ TARGETS=$(EXE)
TARGETINCS=actsim_ext.h
TARGETINCSUBDIR=act

OBJS=actsim.o main.o chpsim.o prssim.o state.o channel.o xycesim.o
OBJS=actsim.o core.o main.o \
chpsim.o chpgraph.o prssim.o state.o channel.o xycesim.o

SRCS=$(OBJS:.o=.cc)

Expand Down
Loading

0 comments on commit 4b4b72d

Please sign in to comment.