Forum Discussion

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

D5M Camera: VHDL Code for images acquisition on DE2-70 Board

Hi to everyone! I would like just a block for acquisition

in VHDL language, because i am programming in VHDL,

and the camera code is in Verilog . Thanks

1 Reply

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

    --- Quote Start ---

    Hi to everyone! I would like just a block for acquisition

    in VHDL language, because i am programming in VHDL,

    and the camera code is in Verilog . Thanks

    --- Quote End ---

    Hello cdnv,

    Verilog and VHDL is just a language to descript your module.

    I suggest you read up some syntex on verilog and re-synthesis it to VHDL.

    Be mindful to verify your RTL and also test your module using the test-bench.

    This will ensure your synthesis is correct.

    Please correct me if I am wrong.

    Cheers,

    - CrimsonLion