So deep and clear... An average student can learn from your videos.. Jaise hi koi question aata hai dimag mein you already explained that in your video.. Really nice work.. 😇😇
Thank you for your kind appreciation. I always believe in concept and not just the theory and try my best to educate myself first and then deliver the knowledge. I also appreciate negative comments so that I can rectify my mistake.
You mean you want to read letters or some sentence like scanf() If yes then it is only possible at simulation level and not at synthesis level because reading a sentence in verilog doesn't generate hardware and verilog is a hardware description language. $display and $monitor() in verilog mimic scanf () behaviour
Thanks it's working fine for binary input as well as hexadecimal input.but what about decimal number input...??? I want to read my text file which is in decimal number but these commands are not working for me... please help.
To my knowledge it won't read decimal. It can only read hex and binary as no construct for decimal like b- binary, h- hex Please change decimal to binary or hex using tools like matlab and then read it. Thanks.
hello, i have a homework to do, i have a mips32 program, and i added a bcd module and display_driver module, to show my name on the 7 segments display, but the i ideea of the homework is to use .coe file to make that, can you help me?
Hello sir, first of all thanks a lot for discussing this memory read and write operation such a great way, but in the memory writing case I am writing the same code as you, but it writes 0 to 126 instead of 0 to 127, could please tell where I am making the mistake?
Hello sir can you tell me how to write a code for Asymmetric fifo if i am having a 32 bit input data and i want a 3 bit output from the fifo buffer how can i do that. please reply sir
Hope You might have gone through this link www.fpga4student.com/2017/01/verilog-code-for-fifo-memory.html?m=1 www.google.com/url?q=www.sunburst-design.com/papers/CummingsSNUG2002SJ_FIFO1.pdf&sa=U&ved=2ahUKEwiJnp-Xv9j2AhV5zTgGHV0qDM4QFnoECAQQAg&usg=AOvVaw1PAcfsr3NZe4MfEXADosoi
@@ComponentByte Thank you for instant reply .I tried both the code given in this video . If possible please check . Really struggling for my project"Calcuator " which says * I've to read the data from file using fopen and perform calculation using FSM and data can include maximum of 3 paranthesis.i.e() * If you can guide me it will be very helpful as at initial stage only(i.e reading the data) .I'm not getting the result so that I can move further do FSM logic to do calculation. *Do you have any mailid so that I can contact, I've to submit by tommorrow morning* . Please Help. Thank you again for Instant reply.
So deep and clear... An average student can learn from your videos.. Jaise hi koi question aata hai dimag mein you already explained that in your video.. Really nice work.. 😇😇
Thank you for your kind appreciation.
I always believe in concept and not just the theory and try my best to educate myself first and then deliver the knowledge. I also appreciate negative comments so that I can rectify my mistake.
@@ComponentByte that's the sign of real teacher.. I am learning it and just wish me all the best so that I can beat interviews..
Wish you a happy learning and all the very best. Have a great future.
Excellent sir
Hi sir, Can we read values other than files in Verilog? I mean as we are using scanf() in C Language
You mean you want to read letters or some sentence like scanf()
If yes then it is only possible at simulation level and not at synthesis level because reading a sentence in verilog doesn't generate hardware and verilog is a hardware description language.
$display and $monitor() in verilog mimic scanf () behaviour
@@ComponentByte ok sir.. Thank you
Thanks it's working fine for binary input as well as hexadecimal input.but what about decimal number input...??? I want to read my text file which is in decimal number but these commands are not working for me... please help.
To my knowledge it won't read decimal. It can only read hex and binary as no construct for decimal like b- binary, h- hex
Please change decimal to binary or hex using tools like matlab and then read it. Thanks.
@@ComponentByte fscanf comand can be use or not....???
hello, i have a homework to do, i have a mips32 program, and i added a bcd module and display_driver module, to show my name on the 7 segments display, but the i ideea of the homework is to use .coe file to make that, can you help me?
Hello sir, first of all thanks a lot for discussing this memory read and write operation such a great way, but in the memory writing case I am writing the same code as you, but it writes 0 to 126 instead of 0 to 127, could please tell where I am making the mistake?
My email id - email2vesystem@gmail.com
Please send me your code, if you can, if you have not resolved it
is initial block synthesizable?
No, it's not synthesizable.
Hello sir can you tell me how to write a code for Asymmetric fifo if i am having a 32 bit input data and i want a 3 bit output from the fifo buffer how can i do that. please reply sir
Hope You might have gone through this link
www.fpga4student.com/2017/01/verilog-code-for-fifo-memory.html?m=1
www.google.com/url?q=www.sunburst-design.com/papers/CummingsSNUG2002SJ_FIFO1.pdf&sa=U&ved=2ahUKEwiJnp-Xv9j2AhV5zTgGHV0qDM4QFnoECAQQAg&usg=AOvVaw1PAcfsr3NZe4MfEXADosoi
These codes are not working in Xiling Vivado.
It should work. Please check what is it showing on xilinx simulator
@@ComponentByte Thank you for instant reply .I tried both the code given in this video . If possible please check . Really struggling for my project"Calcuator " which says * I've to read the data from file using fopen and perform calculation using FSM and data can include maximum of 3 paranthesis.i.e() * If you can guide me it will be very helpful as at initial stage only(i.e reading the data) .I'm not getting the result so that I can move further do FSM logic to do calculation. *Do you have any mailid so that I can contact, I've to submit by tommorrow morning* . Please Help. Thank you again for Instant reply.
Simtime=%g what g means
Floating point in general format.
g means general format