Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

DSP Basic Laboratory Exercise 12

Hey guys

I am working on this..Not able to get why my code is not working..

I must say I have just begin to do this..no experience at all..

Please let mne know how to approach things..

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Working on part 1 but not able to get anything from the mic..

    put up this code

    --YOUR CODE GOES HERE

    writedata_left <= readdata_left;

    writedata_right <= readdata_right;

    read_s <= read_ready;

    write_s <= write_ready;
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --YOUR CODE GOES HERE

    writedata_left <= readdata_left;

    writedata_right <= readdata_right;

    read_s <= read_ready;

    write_s <= write_ready;