Running exercise 2

Jump to...


ISE

These instructions assume you are starting a new project.

  • Set up:

  • Part 1:

  • Part 2:

  • Part 3:

  • Part 4:

  • Part 5:


  • ModelSim

    These instructions assume you are following the instructions in the workbook. This section gives the ModelSim commands to carry out the various instructions in the workbook.

  • Set up:

  • Part 1:

  • Part 2:

  • Part 3:

  • Part 4:

  • Part 5:

  • General Commands:

    vlib <library name> TO CREATE A LIBRARY
    vmap work <library name> TO MAP A LIBARY TO "work"
    vcom <VHDL file> TO COMPILE
    vsim <configuration or top-level entity name> TO ELABORATE AND INITIALIZE A SIMULATION
    run -all TO RUN A SIMULATION
    restart -f TO RESTART A SIMULATION

    Vivado

    These instructions assume you are starting a new project.

  • Set up:

  • Part 1:

  • Part 2:

  • Part 3:

  • Part 4:

  • Part 5: