Skip to content
GitLab
Explore
Sign in
Register
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
70748466
Commit
70748466
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Demo myHDL 25 sep 2014 by Daniel van der Schuur.
parent
8d8a33b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/oneclick/prestudy/oneclick_prestudy_readme.txt
+27
-1
27 additions, 1 deletion
tools/oneclick/prestudy/oneclick_prestudy_readme.txt
with
27 additions
and
1 deletion
tools/oneclick/prestudy/oneclick_prestudy_readme.txt
+
27
−
1
View file @
70748466
...
...
@@ -125,8 +125,32 @@ This file keeps some historical notes on the OneClick prestudy results.
but can higher level ports like DP and MM build on that to avoid showing
all the DP and MM port details in the model?
6) Demo myHDL 25 sep 2014 by Daniel van der Schuur
6) Action points
$SVN/RadioHDL/trunk/tools/oneclick/prestudy/myHDL/
python tb_block_gen.py --> RTL simulation, Wave view with gtk_wave.
python muxed_block_gens.py --> RTL toVHDL() code generation
The myHDL could be a layer in our OneClick environment:
4 our Model (using lists, no clock, running on processes)
3 myHDL
2 our VHDL components, myHDL RTL
1 complete design in VHDL
MyHDL can offer functionality that we also need:
- hierarchy
- connecting components
- generics (in Python input/output port and generics are all method arguments,
the constant arguments become named constants in the generated VHDL)
For SA the myHDL could be the entry level. On top of myHDL for use the
model could be the entry level.
7) Action points
It is to early to actually start implemeting e.g. parts of the code
generation like parsing a VHDL entity, first we need to:
...
...
@@ -134,6 +158,8 @@ This file keeps some historical notes on the OneClick prestudy results.
a Get more clear what is needed for a python base class for modelling and
code generation.
b Think of more use cases to find out what we need to represent and how.
c Can we make good use of myHDL while still being able to model lists,
so without clock.
DS .
HJP Review the demo code and update the Oneclick document SP-056
...
...
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