Jump to content
  • 0

Compile the VHDL code and download it to the Basys 3 FPGA board


Esmail

Question

Hello,

1-  I build a circuit in the SimUAid to count from 0 to 9 by change the inputs as following 

 

2- I removed the 7-segment monitor and named of the output.

3- Convert to VHDL code

4- I open project in vivado and uploaded the VHDL code

5- I need help to remove the error to downloads the code to Basys 3 successfully. 

 

Screenshot (23).png

Screenshot (24).png

Screenshot (25).png

Screenshot (26).png

Screenshot (27).png

Screenshot (28).png

Screenshot (29).png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Start fixing errors from the top of you toplevel entity and work you way down.

Your first error is that your VHDL tells synthesis to use a package that, I presume, hasn't been added to the project. Start there.

You've read the documentation for using SimUAid for synthesis, right? Edited by zygot
Link to comment
Share on other sites

  • 0

Hi @Esmail

As zygot mentions, there are modules missing from the project that SimUAid should be providing as a VHDL package, or that might be included somewhere in its installation files. This additional file is necessary to provide the descriptions of the various inverters and logic gates. Digilent unfortunately doesn't have experience with using SimUAid.

Thanks,

Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...