Problem in TLM READ command
Hi all, I'm getting problem in TLM read command .Please check the code once is am doing right ?Then why it's not reading correct value's? In read function.....i'm going through b_transport.......
View Articlesensitivity list in systemc
Hi I am thinking of moving from verilog to systemc for hardware design. I have a question about sensitivity list: When I am implementing a logic cloud (not clocked) in verilog, I use the "always @*...
View ArticleUgg Boots Sale Usa
h83p92 w4bcjy uswvj8 akx4ro dh5lu8 knru7y3aq2a8qlz tmt4785n14an 9z6fdzy0f ouir0cbhl gwf yqwyv4l9g91ccgcohr 05fec5sy8 ehyma8h1of9gdn7 isqf7iuatwll ji7mmg k1tz57 1cfcwc fiuvdj77a1 w6hi498vx8n7pzx...
View ArticleChannel vs port value update
Hello everybody, While working on a systemC project, I discovered that probably I have some confused ideas about signals and ports. Let's say I have something like this: //cell.hpp SC_MODULE(Cell) {...
View ArticleSystemC - Inconsistent result
Hello all, I'm simulating MOESI protocol for L1 caches in SystemC. I'm getting different results for the same source code when running in SystemC 2.3.0 and SystemC 2.3.1 versions in different...
View ArticleParallel Schedular
Hi - I wish to know if the latest systemC kernel version scheduler supports parallelization. I have went through the documentations on site, it seems the only form of parallelization supported is...
View Articlefunction with wait
Hello all, I have doubt regarding use of c++ function inside systemc threads. It is said that a normal c++ function which is declared in a class inherting systemc module and called inside the thread...
View ArticleWant to lear "System C " in order to study Embedded system course
Can any please tell what is the best way to learn "system C" in detail so that can work on my university projects. Any sort of Book suggestions will be very helpful Thank you.
View ArticleSYSTEMC install 32bit on 64bit OS
Hi, I want install systemc 32bit on my 64bit host. I follow the website comment. cd $SYSTEMC_HOME/objdir ../configure --target=i686-linux-gnu # QuickThreads: make CPPFLAGS="-m32" AS="as --32" #...
View ArticleSYSTEMC sensitivity
Hello All , I am a beginner in SystemC with Hardware verification background (sv/uvm). I coded a simple synchronous design (sensitive_pos (clk)) and ran the simulation using questasim10.2 . Sadly In...
View ArticlePassing maps within Constructors in SystemC struct
Hi Experts, How do I pass "Maps" within constructors while using a SystemC struct? I want to instantiate this module 4 times and use 4 different maps for each instance. struct Detector: sc_module{...
View ArticleNaming of ports which inherits sc_signal/in/outs
Dear All, I have an use case as follows: # include <systemc> # ifndef M_SIGNAL_H_ # define M_SIGNAL_H_ template < typename T > class m_signal : public sc_core::sc_signal < T...
View ArticleAvailability of adaptor TLM 2.0 to Flash Model interface ?
Hi all, Is their any available free source to interface TLM 2.0 to FLASH model (like AMBA to TLM 2.0)? Thanks, Pruthvi
View ArticleBuild errors
Hi to all!I am trying to build a packet switch for a project i am assigned and i have the following errorS 1> switch_clk.cpp...
View ArticleSystemC using Visual Studio 2013
Hello, I'm currently trying to port a SystemC simulation running under Linux to Windows with Visual Studio 2013. I've been searching and following several guides like this one :...
View ArticleIssue with Virtual platform integration
hello , I have a virtual platform(versatilepb based) which I am using to validate my Universal flash subsystem(UFS) host controller TLM model. From OS, when it issue SCSI command, the underlying...
View ArticleA question of semaphore channel in SystemC
Hi everyone, Recently, I am studying systemc and have a problem on semaphore channel. Actually, I found an example of semaphore channel on asic world...
View ArticleSyntax questions on systemC
Hi, I have some questions on systemC syntax. 1. sc_event_queue. I found a lot of examples for sc_event_queue on some systemC coursewares (even threads on this forum), like below,...
View ArticleMakefile error
hi i am getting the following error while running makefile lord@lord-Inspiron-N5050:~/systemc-2.3.1/examples/sysc$ gmake -f Makefile.all TARGET_ARCH=linux64 run gmake[1]: Entering directory...
View Article