Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
1ce4fbdb
Commit
1ce4fbdb
authored
12 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
example: flow conversion
parent
edf90870
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
examples/dataflow.py
examples/dataflow.py
+6
-0
No files found.
examples/dataflow.py
0 → 100644
View file @
1ce4fbdb
from
migen.fhdl
import
verilog
from
migen.flow.ala
import
*
act
=
Divider
(
32
)
frag
=
act
.
get_control_fragment
()
+
act
.
get_process_fragment
()
print
(
verilog
.
Convert
(
frag
))
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment