PROCEDURAL ASSIGNMENT (EXAMPLES)

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 16

  • @vandan5036
    @vandan5036 3 роки тому +6

    29:26
    If any one ask bcd of 8 we write as 00001000. Yes msb zero we neglect but still in my point of view this is the best way to code
    Output [7:0] bcd
    Case(bcd)
    8'b00000000: seg=7'0000001;
    8'b00000001: seg=7'1001111;

  • @anikethdeshpande9396
    @anikethdeshpande9396 3 роки тому +12

    31:24, seg size is 7, therefore seg=7'bxxxxxxx

  • @hitman6071
    @hitman6071 5 років тому +14

    seven segment display. seg = 7'b 0000001

  • @Veerasawakar
    @Veerasawakar 2 роки тому +6

    In 36:33 alu example- why only 4'bz or 4'b0 while the alu_out is a 8'b register?

  • @mrpossible5696
    @mrpossible5696 5 років тому +2

    Ty

  • @saumyamishra9665
    @saumyamishra9665 2 роки тому +1

    Can i run these codes?..the testbench codes are not provided, right?

  • @harshavardhankanoj6021
    @harshavardhankanoj6021 3 роки тому +1

    If we give values of A and B in decimal in ALU operation while testing using Test bench, it will work or not.

    • @sakshisingh4197
      @sakshisingh4197 3 місяці тому

      It will work I guess... It will convert that to binary and store in the registers A and B as 8 bit and then will process

  • @bhuvanverma7223
    @bhuvanverma7223 2 місяці тому

    is this ppt which used in all the vedios is available?

  • @Tanaypasumarthi
    @Tanaypasumarthi 4 місяці тому

    9:26 count has to be intialised to zero right??

    • @sakshisingh4197
      @sakshisingh4197 3 місяці тому

      Reset is there for that

    • @sakshisingh4197
      @sakshisingh4197 3 місяці тому

      In testbench you can start reset before clk so it will initially go to 0

  • @mrpossible5696
    @mrpossible5696 5 років тому +1

    24:52