Files | |
| file | pinapa-bypass.h |
| Bypass the SystemC simulator. | |
| file | pinapa-sensitive.h |
| Complement for SystemC sc_sensitive.h. | |
| file | sc_interface.h |
| SystemC interfaces
Added decoration to sc_interface, and Pinapa related include. | |
| file | sc_port.h |
| SystemC port base classes.
Added a function get_interface_not_const() Added a friend keyword. | |
| file | sc_signal.h |
| SystemC signal
Added some code to manage initialisation. | |
| file | sc_signal_ifs.h |
| SystemC signal interfaces
Added some code to manage initialisation. | |
| file | sc_signal_ports.h |
| SystemC ports for signals
Removed a reference (&) in the arguments of the write method. | |
| file | sc_module.h |
| SystemC modules
Added some awful macro hack to get back the name of modules. | |
| file | sc_object.cpp |
| SystemC objects Added:
| |
| file | sc_object.h |
| SystemC objects Added
| |
| file | sc_process_b.h |
| SystemC process: base class
Pointers to keep the name of the process and of the module, and a link to GCC's body. | |
| file | sc_process_table.h |
| SystemC process table
File added. (Source comes sc_simcontext.cpp). | |
| file | sc_sensitive.h |
| Sensitivity list for a SystemC process.
By default, SystemC was keeping the list of sensitivity in ports. When an event was triggered in a signal, the corresponding process was waken up. This is a link port --> process. | |
| file | sc_simcontext.cpp |
| SystemC simulation context.
| |
| file | sc_simcontext.h |
| SystemC simulation context
Just a friend keyword added. | |
| file | systemc.h |
| SystemC main include file
Added a include. | |
Compiling the modified version of SystemC.
First, you have to set the right path in the file make/Makefile.config. Then, run
make sc-patch && make sc-configure && make sc-make.
Be warned that SystemC uses automake and aclocal version 1.4. You should have them installed, and in front of your $PATH to be able to compile it.