Пікірлер
@ThisaraGunawardana200306
@ThisaraGunawardana200306 2 ай бұрын
module basictest(input [0:0] sw, ouput LED[0:0] LEDR); assign LEDR[0] = sw[0]; endmodule
@user-tm7uu2hv4w
@user-tm7uu2hv4w 3 ай бұрын
my questa windows didn't show up, why is that?
@EXPECTO0
@EXPECTO0 3 ай бұрын
thank you so much
@jan_mohorko
@jan_mohorko 6 ай бұрын
Its harder to get into intels licensing than fort knox 😞 And what have I done with my microsoft account 😞 Big thanks for your tutorial!
@TESTIOT
@TESTIOT 2 ай бұрын
bạn đã có được giấy phép của intel chưa. Chỉ mình với
@neijs_
@neijs_ 6 ай бұрын
fucking GOD, thank you
@zeyadrhadi2285
@zeyadrhadi2285 10 ай бұрын
Quartus-lite-22.1std.2.922-windows
@leonweber5244
@leonweber5244 11 ай бұрын
this intro theme is also used by Mark Felton for his intro's, what is the name of this sound trackd?
@eastonkapelus6981
@eastonkapelus6981 11 ай бұрын
absolutely great video thank you very much sir!
@niltongaviao8749
@niltongaviao8749 11 ай бұрын
Thank you very much for the work you had making this amazing walk through and sharing with us.
@milanlhotak290
@milanlhotak290 Жыл бұрын
Hi, very nice for installation and basic setup . I basic test for DE1 success, but for DE0-CV board not working Questa : # ** Error: C:/Users/..../Documents/Quartus/DE0CV/test.v(8): Module 'BasicTest' is not defined. # For instance 'bt' at path 'test' # Optimization failed # ** Note: (vsim-12126) Error and warning message counts have been restored: Errors=1, Warnings=0. # Error loading design
@frodobrett
@frodobrett Жыл бұрын
At 10:38, slide "How to use a block-based echo?" you say 1024 bytes, but it should be 1024 data points.
@aarifboy
@aarifboy Жыл бұрын
17:00 When I run RTL simulation after compiling code., I see error 'missing check nativelink log file ..." why is that?
@mantonlab9255
@mantonlab9255 6 ай бұрын
If simulations are not working, and the license is correctly installed (e.g., as verified by running "lmutil lmdiag") then try running Questa directly. You might get an error saying msvcr120.dll is missing, in which case you just need to install it from Microsoft's support website. It is a Visual C++ Redistributable.
@ChuffingNorah
@ChuffingNorah Жыл бұрын
Very clear instructions! I doubt I would have got very far on the confusing Intel site without your sage advice!
@margaretmyatt511
@margaretmyatt511 Жыл бұрын
I don't remember these problems being so complex..... signed - old math major
@franktechniek
@franktechniek 2 жыл бұрын
Well explained, thank you!
@shubhamnayak9369
@shubhamnayak9369 2 жыл бұрын
Make more videos sir. Your videos are very easy to understand and to the point
@shubhamnayak9369
@shubhamnayak9369 2 жыл бұрын
Nice video sir
@28maitreyagupta21
@28maitreyagupta21 2 жыл бұрын
Fantastic Presentation You earned A Subscriber Sir.
@nimaamini7049
@nimaamini7049 2 жыл бұрын
thanks sir...perfect explanation!
@Tony770jr
@Tony770jr 3 жыл бұрын
Penmanship is sloppy, degrades presentation.
@hlibzadorozhnyi7866
@hlibzadorozhnyi7866 3 жыл бұрын
A good explanation !)
@KFlorent13
@KFlorent13 3 жыл бұрын
Hi. You should name better your vids. More need to see this good stuff.
@pradeeptirukkovalluri852
@pradeeptirukkovalluri852 3 жыл бұрын
Sir I tried in the same way as you did using Quartus 18.1. But during gate level simulation I faced following error. # ** Error: timing_8l_1000mv_100c_v_slow.sdo_typ.csd: syntax error, unexpected $end, expecting '(' # ** Error: (vsim-SDF-3445) Failed to parse SDF file "timing_8l_1000mv_100c_v_slow.sdo". # Time: 0 ps Iteration: 0 Instance: /test File: F:/Projects_quartus/timing/test.v # Error loading design # Error: Error loading design # Pausing macro execution # MACRO ./timing_run_msim_gate_verilog.do PAUSED at line 12
@mr_knowitall
@mr_knowitall 3 жыл бұрын
Are these chapters referencing a specific text?
@mantonlab9255
@mantonlab9255 3 жыл бұрын
Not yet - they are an extension of my lecture notes.
@sitcom_short
@sitcom_short 3 жыл бұрын
see : kzbin.info/www/bejne/a2aTe36nmNpsm5o
@levizwannah
@levizwannah 3 жыл бұрын
Thank you. I understood this. It was a vague concept during class. thank you.
@YasirAmirKhanOffcial
@YasirAmirKhanOffcial 3 жыл бұрын
lectures on Image Processing --> kzbin.info/www/bejne/Z3Wkg2OwprSZeck
@berllancman2377
@berllancman2377 3 жыл бұрын
thanks
@Concefacts
@Concefacts 4 жыл бұрын
See my video on the same topic with a new perspective.
@Concefacts
@Concefacts 4 жыл бұрын
Good explanation.. I have also explained with all to gather different perspectives.
@muhammadfaheem3869
@muhammadfaheem3869 4 жыл бұрын
I want to know, Does it work accurately? If I can install only Quartus 18.1 lite without updates
@mantonlab9255
@mantonlab9255 4 жыл бұрын
There should be no difference in accuracy between different versions. Note recent FPGAs are not supported though for gate-level simulation because they have moved to on-chip debugging.
@akirasuzuki9269
@akirasuzuki9269 4 жыл бұрын
Hi Jonathan, I was just wondering: 1. If we want to process/classify a periodic DT signal, we take DTFT of that we get something of the form (Impulse Train) times (Coefficients). We want to avoid Impulse Train and, hence, invent DFT, which will only give those coefficients without the Impulse Train. 2. If we want to process/classify a non-periodic DT signal, in order to take FT of it we need firstly to scale it by an Impulse Train. Then whatever the result we get is our classification. In order to avoid this scaling by Impulse Train, we invent DTFT which works directly with the samples of the non-periodic signal. 3. From these 2 points above, could you please tell me if my corollary is correct: If X[w] is DFT of periodic DT signal x[n], does that mean that X[w]*(Impulse Train) is the FT of the continuous-time periodic signal (Another Impulse Train)*x[n]?
@brodyattwater6190
@brodyattwater6190 4 жыл бұрын
Hello Jonathan. Thank you for the lecture, very insightful. If possible, would you be able to explain how one can arrive at the magical formula you've written at 9:26? I feel like IF I just got how to go from the weighted impulse train to the frequency domain representation it would be a big eureka moment for me. Cheers for the great lecture !!!
@mantonlab9255
@mantonlab9255 4 жыл бұрын
Hi Brody. Thanks for the feedback. The formula is obtained simply by computing the Fourier Transform. (Specifically, see Problem Sheet 5, Question 10(j).) You might be after how the frequency content of continuous-time signals relates to the frequency content of discrete-time signals; this will be covered in Part 3, and might be closer to the type of an answer you are looking for.
@akirasuzuki9269
@akirasuzuki9269 4 жыл бұрын
Didn't see that coming 1:10
@electronicseverywhere204
@electronicseverywhere204 4 жыл бұрын
When I am trying to install the Qartus then there are showing ' you don't have Quartus software installed in c: \intellFpga you need to have Quartus prime software installed in the directory
@mantonlab9255
@mantonlab9255 4 жыл бұрын
To get gate-level simulation to work, make sure the test bench module is in a file of its own.
@kareemabdul9748
@kareemabdul9748 4 жыл бұрын
I typed in your code and got this error any idea ? Undefined function 'release' for input arguments of type 'double'. Error in testaudio (line 13) release(dw); seem to be issue when release device writer
@kareemabdul9748
@kareemabdul9748 4 жыл бұрын
Hi sir, I dont understand the code out(i)=w(i+obj.Delay)+obj.Alpha* w(i) shouldn't it be out(i)=w(i)+obj.Alpha*w(i-obj.Delay) to follow same structure as the echo?
@xdsniperboyplayz4598
@xdsniperboyplayz4598 4 жыл бұрын
very good
@MrIngleVlog
@MrIngleVlog 4 жыл бұрын
Thanks for this video