Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
learn:programmable-logic:tutorials:vivado-hierarchical-blocks:start [2020/01/10 04:27] – [Baremetal Software] Arthur Brownlearn:programmable-logic:tutorials:vivado-hierarchical-blocks:start [2020/01/15 21:50] – Remove checkout feature/zmod-support Arthur Brown
Line 12: Line 12:
 ===== Guide ===== ===== Guide =====
 ==== Download the Vivado Hierarchies Repository and Dependencies ==== ==== Download the Vivado Hierarchies Repository and Dependencies ====
-=== 1. ===+
 <WRAP GROUP> <WRAP COLUMN HALF> <WRAP GROUP> <WRAP COLUMN HALF>
 Clone Digilent's [[https://github.com/digilent/vivado-hierarchies|vivado-hierarchies]] repository. Since the repository uses submodules to bring in the IPs contained in Digilent's [[https://github.com/digilent/vivado-library|vivado-library]] repository, the `--recursive` flag should be used while cloning. Alternatively, after cloning, the submodules can be initialized and updated. Both of these flows are detailed below: Clone Digilent's [[https://github.com/digilent/vivado-hierarchies|vivado-hierarchies]] repository. Since the repository uses submodules to bring in the IPs contained in Digilent's [[https://github.com/digilent/vivado-library|vivado-library]] repository, the `--recursive` flag should be used while cloning. Alternatively, after cloning, the submodules can be initialized and updated. Both of these flows are detailed below:
Line 29: Line 29:
 {{:learn:programmable-logic:tutorials:vivado-hierarchical-blocks:git.png?600|}} {{:learn:programmable-logic:tutorials:vivado-hierarchical-blocks:git.png?600|}}
 </WRAP> </WRAP> </WRAP> </WRAP>
- 
-=== 2. === 
-**Note**: If using a hierarchies for a Pmod, this step should be skipped. 
- 
-At time of writing, Zmod Hierarchies are still a work in progress. As such, their sources in the vivado-library repository on placed on a feature **branch**. In order to ensure that their sources are picked up, the appropriate branch must be checked out as below: 
- 
-<code>cd <vivado-hierarchies>/repo/vivado-library 
-git checkout feature/zmod-support</code> 
  
 ---- ----