aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/place_legaliser.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-29 19:58:08 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-29 19:58:08 +0200
commit302ccc14cfa4344aeefa413e4d686e1c279552fa (patch)
tree8cca689439240961e11f628760b86e7f25058063 /dummy/place_legaliser.cc
parent27e7bc3b4bb04b395db6456b71f31f98607a4298 (diff)
downloadnextpnr-302ccc14cfa4344aeefa413e4d686e1c279552fa.tar.gz
nextpnr-302ccc14cfa4344aeefa413e4d686e1c279552fa.tar.bz2
nextpnr-302ccc14cfa4344aeefa413e4d686e1c279552fa.zip
ice40: UltraPlus SPRAM working
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'dummy/place_legaliser.cc')
-rw-r--r--dummy/place_legaliser.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/dummy/place_legaliser.cc b/dummy/place_legaliser.cc
index 610a9681..0d23f15b 100644
--- a/dummy/place_legaliser.cc
+++ b/dummy/place_legaliser.cc
@@ -21,8 +21,6 @@
NEXTPNR_NAMESPACE_BEGIN
-bool legalise_design(Context *ctx) {
- return true;
-}
+bool legalise_design(Context *ctx) { return true; }
NEXTPNR_NAMESPACE_END