There are different types of naming conventions followed in programming if the variable name is for enabling temperature control -> Camel Case In Camel Case the name will be enableTemperatureControl i.e first word start with small letter, later words start with capital letter -> Pascal Case In Pascal case , the name will be EnableTemperatureControlContinueContinue reading “[C][C++][Python]Types of variable naming conventions followed in programming”
Category Archives: system c
[Sys C] Events
Events allow synchronization between processes Events must be defined during initialization.
[Sys C] Channels
–>Channels are the communication elements of System C Possible channels are Signal ,buffer,fifo, mutex, semaphore.
[Sys C] Module
–Hierarchical entity –Hence it can have sub modules and processes –Basic building blocks of Sys C design
🧠SystemC Essentials: Key Terminology for Beginners
These are the terminology we should keep in mind when we are learning systemC A method is a member function of a class. In SystemC, methods define behavior and are often used within modules and processes. Module- a structural entity which can contain processes , ports , channels and other modules. Module allow hierarchy. ModuleContinueContinue reading “🧠SystemC Essentials: Key Terminology for Beginners”