You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,27 +17,27 @@
17
17
18
18
This repository contains testbenches and verification components for system level projects or components connected at block level from the [hdl](https://github.com/analogdevicesinc/hdl) repository.
19
19
20
-
This repository is not a stand alone one. It must be cloned or linked as a submodule inside the [hdl](https://github.com/analogdevicesinc/hdl) repository you want to test.
20
+
This repository is not a stand alone one. It must be cloned or linked as a submodule inside the [hdl](https://github.com/analogdevicesinc/hdl) repository you want to test.
21
21
22
22
The folder structure of the hdl will look as follows:
23
23
24
24
hdl
25
25
- projects
26
26
- library
27
27
- testbenches
28
-
28
+
29
29
## Setup
30
-
The testbenches are built around Xilinx verification IPs so it requires Vivado to be set up according to the hdl repository requirenments.
30
+
The testbenches are built around Xilinx verification IPs so it requires Vivado to be set up according to the hdl repository requirenments.
31
31
Running the testbenches relies on the build mechanism from the hdl repository, make sure you have a proper setup for Xilinx flow described [here](https://wiki.analog.com/resources/fpga/docs/build)
32
32
33
33
## Running a testbench:
34
34
35
-
Change the workig directory to the testbench you want to run:
35
+
Change the workig directory to the testbench you want to run:
36
36
37
37
cd testbenches/fmcomms2
38
38
39
-
The scripts first will build all components used from the hdl library, build the block design environment based on a configuration file that describes parameters of under test block, then will actually run the test.
40
-
These steps are separated in ordrer to be able to run multiple tests on the same configuration without rebuilding the block desing every time.
39
+
The scripts first will build all components used from the hdl library, build the block design environment based on a configuration file that describes parameters of under test block, then will actually run the test.
40
+
These steps are separated in ordrer to be able to run multiple tests on the same configuration without rebuilding the block desing every time.
0 commit comments