Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
c117e32f
Commit
c117e32f
authored
10 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Added 'chapter 9) RadioHDL directory structure'.
parent
4bcc4e65
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/hdltool_readme.txt
+42
-1
42 additions, 1 deletion
tools/hdltool_readme.txt
with
42 additions
and
1 deletion
tools/hdltool_readme.txt
+
42
−
1
View file @
c117e32f
...
...
@@ -36,7 +36,14 @@ Contents:
a) Creating the Quartus project files
8) Design revisions
9) RadioHDL directory structure
a) applications
b) boards
c) libraries
d) software
e) tools
100) To do
101) More ideas
...
...
@@ -534,6 +541,40 @@ And in 'hdllib.cfg' you specify the libraries and keys you need, in this case 'u
9) RadioHDL directory structure
Currently, the RadioHDL SVN repository is contained within the UniBoard_FP7 SVN repository, at the following URL:
https://svn.astron.nl/UniBoard_FP7/RadioHDL/trunk
The above location might change in the future.
The following sections describe the subdirectories that exist in the trunk/.
a) applications/
. Contains firmware applications designs, categorized by project.
b) boards/
. Contains board-specific support files and reference/testing designs
. [board]/designs/
. Contains application designs that can be run on that board to test board-specific features.
. [board]/libraries/
. Contains board-specific support files, such as firmware modules to communicate with board-specific ICs.
c) libraries/
. Library of reusable firmware blocks, categorized by function and in which generic functionality is separeted
from technology. Within technology another seperation exists between generic technology and hardware-specific
IP.
d) software/
. Intended for software such as control/monitoring of boards and programs to capture and process board output,
e.g. sent via Ethernet to the processing machine.
e) tools/
. Contains the tools that are described in this readme file.
100) To do
a) modelsim_config.py command line arguments:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment