Skip to content

Commit

Permalink
Make ice40_hx8k_b_evn target use heap placer
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnisbeth committed Dec 28, 2019
1 parent c0886bf commit bd8bf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/ice40_hx8k_b_evn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def __init__(self, platform, **kwargs):
# Disable final deep-sleep power down so firmware words are loaded
# onto softcore's address bus.
platform.toolchain.build_template[3] = "icepack -s {build_name}.txt {build_name}.bin"
platform.toolchain.nextpnr_build_template[1] += " --placer heap"
platform.toolchain.nextpnr_build_template[2] = "icepack -s {build_name}.txt {build_name}.bin"


Expand Down

0 comments on commit bd8bf78

Please sign in to comment.