You will now generate an AXI-VIP example
design.
- Open Vivado® .
- Create a project with the name
mySystemVerilog
by invoking the following command in Vivado Tcl Console.create_project mySystemVerilog ./mySystemVerilog
- You will create an AXI-VIP example design that includes the following
features:
- Random Constraint
- Dynamic Types and Class
- Virtual Interface
- Assertion
- Clocking Block
- Invoke the following commands in Tcl Console:
-
create_ip -name axi_vip -vendor xilinx.com -library ip -version 1.1 -module_name axi_vip_0
-
open_example_project -force [get_ips axi_vip_0]
-
axi_vip_0_ex
.