Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
O
OHR Support
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 97
    • Issues 97
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • image/svg+xml
    Discourse
    • Discourse
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Projects
  • OHR Support
  • Wiki
  • Folder structure example

Folder structure example

Last edited by Erik van der Bij Nov 14, 2017
Page history

Folder structure example


MyProj
     |
     |-circuit_board
     |-doc
     |-hdl
     |   |-ip_cores 
     |   |        |-wr-cores      (submodule)
     |   |        |-general-cores (submodule)
     |   |
     |   |-platform
     |   |        |-Xilinx
     |   |        |-Altera
     |   |
     |   |-rtl
     |   |   |-
     |   |   |-moduleX
     |   |   |-moduleY
     |   |           |-wb_desc_file_y.wb
     |   |           |-wb_vhdl_file_y.vhd
     |   |           |-wb_vhld_file_y_pkg.vhd
     |   |   |-moduleZ
     |   |           |-wb_desc_file_x.wb
     |   |           |-wb_vhdl_file_x.vhd
     |   |           |-wb_vhld_file_x_pkg.vhd
     |   |
     |   |-syn
     |   |    |-myStuff
     |   |          |-Manifest.py
     |   |          |-top_z.xise
     |   |     
     |   |
     |   |-testbench
     |   |         |-include
     |   |         |       |-regs
     |   |         |       |    |-wb_vhdl_file_x.vh
     |   |         |       |    |-wb_vhdl_file_y.vh0
     |   |         |       |-model_x
     |   |         |       |-model_y
     |   |         |-testMyStuff
     |   |         |           |-myStuff.svh
     |   |         |-testModuleOfMyStuff
     |   |         |           |-testModule.svh
     |   |-top
     |   |    |-svec
     |   |         |-Manifest.py
     |   |         |-svec_top.vhd
     |   |         |-svec_top.ucf
     |   |    |-myBoard
     |
     |-software
     |        |-FPGA
     |        |-embedded
     |        |-host
     |-mechanics

reference:
https://www.ohwr.org/project/fmc-delay-1ns-8cha/tree/master


14 November 2017

Clone repository
  • Administrator guide
  • Documents
  • Folder structure example
  • Gitlab migration of ohwr faq
  • Home
  • Local git backups
  • News
  • Project structure guidelines
  • Project guidelines
  • Project re structure tips
  • Project review by ht volunteers
  • Repository use
  • Repository use2
  • Documents
    • Ohr logos
    • Ohwr new design visuals
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.