text
stringlengths 0
14.1k
|
---|
ACFILESHEAD := $(ACFILES:.cpp=.H) ac_decoder_rt.H ac_module.H ac_storage.H ac_utils.H ac_regbank.H ac_debug_model.H ac_sighandlers.H ac_ptr.H ac_memport.H ac_arch.H ac_arch_dec_if.H ac_arch_ref.H ac_syscall.H |
# These are the source files provided by the user + ArchC sources |
SRCS := main.cpp $(ACSRCS) $(ACFILES) $(MODULE)_syscall.cpp |
OBJS := $(SRCS:.cpp=.o) |
EXE := $(MODULE).x |
.SUFFIXES: .cc .cpp .o .x |
all: $(addprefix /home/staff/rodolfo/mc723/archc/include/archc/, $(ACFILESHEAD)) $(MODULE)_syscall.H $(ACHEAD) $(ACFILES) $(EXE) |
$(EXE): $(OBJS) $(SYSTEMC)/lib-$(TARGET_ARCH)/libsystemc.a |
$(CC) $(CFLAGS) $(INC_DIR) $(LIB_DIR) -o $@ $(OBJS) $(LIBS) 2>&1 | c++filt |
# Copy from template if main.cpp not exist |
main.cpp: |
cp main.cpp.tmpl main.cpp |
# Copy from template if mips1_syscall.H not exist |
mips1_syscall.H: |
cp mips1_syscall.H.tmpl mips1_syscall.H |
.cpp.o: |
$(CC) $(CFLAGS) $(INC_DIR) -c $< |
.cc.o: |
$(CC) $(CFLAGS) $(INC_DIR) -c $< |
clean: |
rm -f $(OBJS) *~ $(EXE) core *.o |
model_clean: |
rm -f $(ACSRCS) $(ACHEAD) $(ACINCS) $(ACFILESHEAD) $(ACFILES) *.tmpl loader.ac |
sim_clean: clean model_clean |
distclean: sim_clean |
rm -f main.cpp Makefile.archc |
run: |
make clean && make && ./mips1.x --load=hello.mips |
" gpl-2.0 |
ptroja/mrrocpp src/application/calibration/ecp_g_eih_nose_run.h 1158 "// ------------------------------------------------------------------------- |
// generator/ecp_g_force.h dla QNX6 |
// Deklaracje generatorow dla procesow ECP z wykorzystaniem sily |
// |
// ------------------------------------------------------------------------- |
#if !defined(_ECP_GEN_EIH_H) |
#define _ECP_GEN_EIH_H |
#include ""base/lib/impconst.h"" |
#include ""base/lib/com_buf.h"" |
#include ""generator/ecp/ecp_g_teach_in.h"" |
#include ""generator/ecp/tff_nose_run/ecp_g_tff_nose_run.h"" |
#include ""base/lib/mrmath/mrmath.h"" |
namespace mrrocpp { |
namespace ecp { |
namespace common { |
namespace generator { |
// -------------------------------------------------------------------------- |
// Generator trajektorii dla zadania kalibracji ukladu eih. |
// Rozni sie od tff_nose_run tym ze zatrzymuje sie po chwili i trzeba go uzywac w petli |
class eih_nose_run : public tff_nose_run |
{ |
int count; |
public: |
// konstruktor |
eih_nose_run(common::task::task& _ecp_task, int step = 0); |
virtual bool next_step(); |
}; // end : class ecp_eih_nose_run_generator |
} // namespace generator |
} // namespace common |
} // namespace ecp |
} // namespace mrrocpp |
#endif |
" gpl-2.0 |
michaliskambi/pasdoc tests/testcases_output/latex2rtf/ok_table_of_contents/docs.tex 927 "\documentclass{report} |
\usepackage{hyperref} |
% WARNING: THIS SHOULD BE MODIFIED DEPENDING ON THE LETTER/A4 SIZE |
\oddsidemargin 0cm |
\evensidemargin 0cm |
\marginparsep 0cm |
\marginparwidth 0cm |
\parindent 0cm |
\textwidth 16.5cm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.