Is chatGPT going to take my job? How well can chatGPT write Verilog?

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 16

  • @asm2750
    @asm2750 Год назад +7

    I would not be worried. I tried ChatGPT and Google Bard and asked for a timecode decoder and all I got was an underwhelming solution. While it understood the format of the timecode in BCD, it could not understand that it might be in the middle of the timecode at power up, causing a failure to sync properly. I tried multiple iterations of prompt only for it to keep missing the correct answer. It's like it does not understand the concept of how data flows in time and definitely does not understand that input states will not be perfect at start up.
    I also asked both to give me a 30-day plan with sources to do image processing in FPGAs. While the resulting plan looked impressive, most of the sources it cited did not even exist. Suffice to say these are more of a curiosity. They certainly not an augment to my skills or job, and they certainly won't replace my job yet.

  • @fredrikbergquist5734
    @fredrikbergquist5734 4 месяца назад

    The fifo ptr was 4 bits wide so it will not work with a buffer of 8 bytes. It will not roll over. Maybe it will work bc of losing the highest bit.

  • @AlJay0032
    @AlJay0032 Год назад +3

    We are in the early days, it will progress quickly.

  • @cucciolo182
    @cucciolo182 26 дней назад +1

    THIS WAS ONE YEAR AGO ... WHAT ABOUT NOW ?

  • @Jonathan-ru9zl
    @Jonathan-ru9zl 6 месяцев назад

    Is it right that ChatGPT doesn't even compile the code it suggests?

  • @ΝικΝοκ
    @ΝικΝοκ Год назад +1

    I tried prolog but didn't give me working code too

  • @jogeshsingh854
    @jogeshsingh854 Год назад

    AI still need to get through intricacies that hardware engineering (FPGA , ASIC , CHIP DESIGN)includes, it cannot learn by itself .

  • @asidesigner8542
    @asidesigner8542 11 месяцев назад +1

    You should ask for axi enabled perioherals😊

  • @Consul99
    @Consul99 Год назад +3

    It's worth keeping in mind that ChatGPT is a massively underpowered model compared to more recent models based off GPT4. While these models currently struggle with the concept of time, I think it will improve over the course of the next 10 years, to the point where I don't think any job will be safe from it's influence.

    • @MuantanamoMobile
      @MuantanamoMobile Год назад +1

      Nope. ChatGTP 4 is used in the paid version, very underwhelming. The possibility is there but it won't be with transformer based LLMs due to the limitations f how they work.

    • @nunyabusiness5075
      @nunyabusiness5075 8 месяцев назад

      Influence is different than "going to take my job". I'm not sure it will ever get to the point where it will replace anyone, more like it will be used for the simple or tedious sections, but I kind of stink at telling the future, so....maybe?

  • @NoSpeechForTheDumb
    @NoSpeechForTheDumb 6 месяцев назад

    Designing hardware is a declarative process. You do not implement anything but tell the synthesis tool what to implement, with a description language. Making a machine learning this process naturally has the same complexity as doing it yourself, so there is no benefit to it besides the fact that a non-HDLs speaker could train the machine. That again is nonsense because virtually every human being who is experienced enough in hardware design knows such a language. LOL