Very useful, thank you sir. Sindile from South Africa
@ProgrammerWorld4 жыл бұрын
Thanks Sindile 🙂
@vaibhavmali60444 жыл бұрын
Very informative video, thank you sir. Can you plz make video about virtual and nonvirtual subsystem?
@selvarajp17036 жыл бұрын
Thank you very much Sir....it is very much useful to me...
@altuber99_athlete3 жыл бұрын
What's the difference between a bus and a mix? They seem to do the same thing: combine signals.
@ProgrammerWorld3 жыл бұрын
Simple, a mux is a combination of input signals of same data type and complexity into virtual vector. Whereas a bus is a combination of signals of any data type into a bundle. Other major difference is that in a bus we can have the hierarchy of signals but a Mux will not support hierarchical signals. So, if one has to combine just few signals of same data types then prefer Mux otherwise Bus will be a better option. Cheers Programmer World programmerworld.co -
@CAME184714 жыл бұрын
thanks for the video, very informative. Please try to speak slower and clearer in the future :(
@ProgrammerWorld4 жыл бұрын
Yes, sure ... thanks for your suggestion. Cheers Programmer World programmerworld.co -
@anand99666 жыл бұрын
Sir,when I selecting speed from bus selector.its not detecting.please help me sir
@ProgrammerWorld6 жыл бұрын
I guess you must be getting the speed signal name preceded by question marks. If that is the case then the thing is simple. Your bus creator has some issue. The bus does not contain the speed signal. So, check the bus creator block where the bus is getting formed. Either the speed signal has been removed in the bus creator or the signal name has been changed to something else. Check your bus creator.