systemc
Instruction set simulator(SystemC) for MIPS architecture
Does anybod开发者_StackOverflow中文版y know if there is a open source MIPS instruction set simulator (in C++ or SystemC preferably)?[详细]
2023-03-20 05:45 分类:问答Problem handling signals in SystemC simulation application
I am simulating a CPU and I\'m doing this using high level simulation tools. SystemC is a good resource for these purposes. I\'m using two modules:[详细]
2023-02-24 17:26 分类:问答How to disable SystemC runtime warnings?
I have successfully compiled a SystemC application that I use in order to simulate a CPU when running on a general architecture.[详细]
2023-02-24 09:49 分类:问答Understanding types in SystemC
I am a beginner in SystemC programming and there is one thing I noticed (look开发者_开发知识库ing in the SystemC official documentation): all types that I used to deal with in VHDL simulations have no[详细]
2023-02-22 07:57 分类:问答SystemC: passing events between modules
In SystemC, what is the syntax to use events as module input/outputs. I have a worker module and I want to send it an event to preempt what it\'s currently doing from a scheduler module.[详细]
2023-02-11 10:36 分类:问答Can SystemC diplay circuits as a drawing?
I need to design some digital circuits , but it kills me drawing them by hand. I\'ve searched a easier way to do them, and found VHDL and what\'s more interesting SystemC. The last one is pretty nice[详细]
2023-01-26 02:12 分类:问答SystemC Seg Fault on sc_core::sc_in<bool>::read()
I am having a repeating seg fault while using SystemC.During initialization I set a value to 0.During operation of a testbench I am setting this value to 1 in a module (proc).This is a sc_signal varia[详细]
2023-01-22 06:11 分类:问答Is it possible to use System C data types in C++ without the entire System C kernel?
System C provides arbitrary length integer types that can be manipulated either as numbers (i.e. with support for artihmetic) or as bit-vectors (i.e. with support for logic operations and working with[详细]
2023-01-19 04:05 分类:问答Installing systemc SCV library on x86-64 machine
When I tried to install the SCV library, I came accross with the following problem: "checking build system type... Invalid configuration x86_64-unknown-linux-gnu\': machine x86_64-unknown\' not r[详细]
2023-01-07 15:06 分类:问答Is List.partition guaranteed to preserve order?
开发者_Python百科I\'ve noticed it seems to behave this way, but I don\'t want to rely on it if it\'s not intentional. Here\'s the code in question:[详细]
2022-12-20 15:28 分类:问答