
omaima
Members-
Content Count
14 -
Joined
-
Last visited
About omaima
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
When I build a program with systemc this Error doesn't apppear , but when I build systemc-ams I get this Error, I think this Error from Gdb because I'm using Eclipse under cygwin64
-
omaima reacted to a post in a topic: (max. 20 printed)
-
mr.maehne I have problem when I'm trying to debug a systemc-ams programe I get this message: Error in final launch sequence: Failed to execute MI command: -file-exec-and-symbols C:/Users/ALTQNIA/eclipse-workspace/Td_BBT/src/main.cpp Error message from debugger back end: "C:/Users/ALTQNIA/eclipse-workspace/Td_BBT/src/main.cpp": not in executable format: file format not recognized Failed to execute MI command: -file-exec-and-symbols C:/Users/ALTQNIA/eclipse-workspace/Td_BBT/src/main.cpp Error message from debugger back end: "C:/Users/ALTQNIA/eclipse-workspace/T
-
Thanks a lot
-
I found vcf file empty I don't know what the main problem is. Is there an error in the code, or there is a problem of installing systemc-ams Code: #ifndef SRC_INC_SIN_SRC_HPP_ #define SRC_INC_SIN_SRC_HPP_ #include <systemc-ams> SCA_TDF_MODULE (sin_src) { sca_tdf::sca_out<double> out; // output port sin_src( sc_core::sc_module_name nm, double ampl_= 1.0, double freq_ = 1.0e3, sca_core::sca_time Tm_ = sca_core::sca_time(0.125, sc_core::SC_MS)) : out("out"), ampl(ampl_), freq(freq_), Tm(Tm_) {} void set_attributes
-
omaima reacted to a post in a topic: (max. 20 printed)
-
What should I use instead VCD file
-
Thanks a lot , but when I went to cygwin to open the vcd file I got this message GTKWave Analyzer v3.3.100 (w)1999-2019 BSI No symbols in VCD file..is it malformed Exit
-
omaima reacted to a post in a topic: (max. 20 printed)
-
Hello I'm traying to creating frontend receiver , when I do Run , I get this Error Error: SystemC-AMS: Error at least one sample period must be assigned per cluster the following modules are included in the current cluster (max. 20 printed): rf_src_1 rffe_1.mxr_1 rffe_1.lpf_1 osc_src_1 In file: ../../../../../src/scams/impl/synchronization/sca_synchronization_alg.cpp:1330 this is my code : sin.h #include <cmath> #include <systemc-ams> class sinsourc : public sca_tdf::sca_module { public: sca_tdf::sca_out<double> out;
-
omaima started following SystemC AMS (Analog/Mixed-Signal)
-
I'm trying to create vcd file for data gate and I got on this : Info: (I703) tracing timescale unit set: 1 ns (trace.vcd) Warning: (W571) no activity or clock movement for sc_start() invocation In file: ../../../src/sysc/kernel/sc_simcontext.cpp:1742 my cod: //andh.h file #include <systemc.h> SC_MODULE(andh){ sc_in<bool> a; sc_in<bool> b; sc_out<bool> o; void and_process(){ o.write(a.read()&&b.read()); } SC_CTOR(andh){ SC_METHOD(and_process); sensitive<
-
Build Failed in Eclipse Windows with SystemC 2.3.3
omaima replied to omaima's topic in SystemC Language
Thanks it worked build succeeded ,but When I run the program I get this message -
omaima started following Philipp A Hartmann
-
Hi everyone I'm new in systemc ,I'm trying to design (and gate) and create vcd file for simulation and when build project I got on these error ??:??:?? **** Incremental Build of configuration Debug for project and_get **** make all Building file: ../and_test.cpp Invoking: Cygwin C++ Compiler g++ -I"C:\Users\ALTQNIA\Desktop\systemc-2.3.3\systemc-2.3.3\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"and_test.d" -MT"and_test.o" -o "and_test.o" "../and_test.cpp" ../and_test.cpp:2:9: fatal error: andh2.h: No such file or directory 2 | #include<
-
omaima reacted to a post in a topic: Eclipse Windows with SystemC 2.3.0
-
how can install lib and include library by using cygwin 64 for systemC 2.3.3
- 7 replies
-
- eclipse
- visual studio 2010
- (and 4 more)
-
Hi
I wanna install lib and include library by using cygwin 64 for systemC 2.3.3
-
issue compiling SystemC version 2.3.3 with gcc version 6.2
omaima replied to Mark's topic in SystemC Language
I wanna install lib and include library by using cygwin for systemC 2.3.3 -
omaima joined the community
-
Hi, I have some errors ,when I unzip SystemC I can't find lib and include files ,Addition I have visual2010
- 7 replies
-
- eclipse
- visual studio 2010
- (and 4 more)