Skip to content

Commit

Permalink
Enable ISE 13.2 BRAM silicon bug workaround (Xilinx AR 39999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jul 11, 2011
1 parent cb312e3 commit 13a368c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/milkymist-one/synthesis/common.mak
Expand Up @@ -30,7 +30,7 @@ build-rescue/system-routed.ncd: build-rescue/system.ncd
cd build-rescue && par -ol high -w system.ncd system-routed.ncd

$(BUILDDIR)/system.bit: $(BUILDDIR)/system-routed.ncd
cd $(BUILDDIR) && bitgen -g LCK_cycle:6 -g Binary:Yes -w system-routed.ncd system.bit
cd $(BUILDDIR) && bitgen -g LCK_cycle:6 -g Binary:Yes -g INIT_9K:Yes -w system-routed.ncd system.bit

$(BUILDDIR)/system.bin: $(BUILDDIR)/system.bit

Expand Down

0 comments on commit 13a368c

Please sign in to comment.