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
4811212b
Commit
4811212b
authored
7 years ago
by
William D. Jones
Committed by
Sébastien Bourdeauducq
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
lattice/icestorm: Update/remove outdated comments.
parent
ccc12d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
migen/build/lattice/icestorm.py
migen/build/lattice/icestorm.py
+1
-2
No files found.
migen/build/lattice/icestorm.py
View file @
4811212b
...
...
@@ -111,7 +111,7 @@ class LatticeIceStormToolchain:
self
.
icepack_opt
=
""
self
.
freq_constraints
=
dict
()
# platform.device should be of the form "ice40-{
1k,8k
}-{tq144, etc}""
# platform.device should be of the form "ice40-{
lp384, hx1k, etc
}-{tq144, etc}""
def
build
(
self
,
platform
,
fragment
,
build_dir
=
"build"
,
build_name
=
"top"
,
run
=
True
):
os
.
makedirs
(
build_dir
,
exist_ok
=
True
)
...
...
@@ -135,7 +135,6 @@ class LatticeIceStormToolchain:
if
run
:
(
family
,
series_size
,
package
)
=
self
.
parse_device_string
(
platform
.
device
)
pnr_opt
=
self
.
pnr_opt
+
" -d "
+
self
.
get_size_string
(
series_size
)
+
" -P "
+
package
# TODO: PNR will probably eventually support LP devices.
icetime_opt
=
self
.
icetime_opt
+
" -P "
+
package
+
\
" -d "
+
series_size
+
" -c "
+
\
str
(
max
(
self
.
freq_constraints
.
values
(),
default
=
0.0
))
...
...
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